希望任务能按备份时间排序
yuanpengche opened this issue · 4 comments
yuanpengche commented
目前的排序是固定的,希望能按备份时间动态排序。
jeessy2 commented
欢迎PR
yuanpengche commented
我看到了,你输出的是.backup_x_config.yaml的配置文件,而非SQLite数据库。
那排序就不是一个SQL语句能解决的了。
yuanpengche commented
不过,想排序,倒是可以手动修改配置文件,达到同样的效果。
jeessy2 commented
对