diff options
author | Keuin <[email protected]> | 2020-04-24 08:48:13 +0800 |
---|---|---|
committer | keuin <[email protected]> | 2020-04-24 08:48:13 +0800 |
commit | 87f5cd97ab22b17a948eb9af1b49a0b1e777048d (patch) | |
tree | 26513b679f0f5327fed4f7233731430a40993aa6 /README.md | |
parent | 8f3951090a8b1f385d1e2ab1319497c23fdeb3d8 (diff) |
Added /kb delete <backup_name> for deleting an backup (with auto-complete supported).
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -13,11 +13,13 @@ commands: - **/kb backup \[backup_name\]**: make a backup with given name or the current system time by default - **/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. To-Do List: +- 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) +- Enhance ZipUtil for hashing sub-files and generating incremental diff-table. (A:Add, M:Modification, D:Deletion) - Optimize help menu. (colored command help menu) - Implement incremental backup. |