diff options
author | Keuin <[email protected]> | 2020-04-24 11:55:18 +0800 |
---|---|---|
committer | keuin <[email protected]> | 2020-04-24 11:55:18 +0800 |
commit | b692a73e039fbdb404ef1219785660dc9eb60e60 (patch) | |
tree | 598351d6fcf5f4dcad0212e4cca37ffc16966e0d /README.md | |
parent | 87f5cd97ab22b17a948eb9af1b49a0b1e777048d (diff) |
Added /kb delete <backup_name> for deleting an backup (with auto-complete supported).
Command /kb confirm now confirms both /kb restore and /kb delete.
Added /kb prev for easily check out the latest backup.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,10 +14,13 @@ commands: - **/kb restore \<backup_name\>**: restore to a certain backup. This command needs a confirm to execute. - **/kb confirm**: confirm executing restore operation. The operation is irreversible. - **/kb delete**: delete an existing backup. +- **/kb prev**: Find and select the most recent backup file. To-Do List: +- Add /kb prev command for easily select previous backup. +- Use OCP to refactor pending task. - Optimize log output, normal output and op broadcast output. - More thorough test. - Enhance ZipUtil for hashing sub-files and generating incremental diff-table. (A:Add, M:Modification, D:Deletion) |