From 87f5cd97ab22b17a948eb9af1b49a0b1e777048d Mon Sep 17 00:00:00 2001 From: Keuin Date: Fri, 24 Apr 2020 08:48:13 +0800 Subject: Added /kb delete for deleting an backup (with auto-complete supported). --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5036942..9c498a4 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,13 @@ commands: - **/kb backup \[backup_name\]**: make a backup with given name or the current system time by default - **/kb restore \**: 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. -- cgit v1.2.3