From 474609422202ae33e1c941f67f000f9d88aa297c Mon Sep 17 00:00:00 2001 From: Keuin Date: Fri, 24 Apr 2020 17:48:26 +0800 Subject: Version 1.3.1-dev (BugFix) Improve some info output. BugFix: Deleted backup won't immediately disappear in the suggestion list. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5441653..fb79f72 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,13 @@ commands: To-Do List: +- Refactor code. - More thorough test. -- Enhance ZipUtil for hashing sub-files and generating incremental diff-table. (A:Add, M:Modification, D:Deletion) +- Implement incremental backup. + + Restore: trace-back (recursively, then generate file dependence tree) + - Implement unZipRecursively (unzip a .zip.inc file recursively until reaches the root (i.e. the last full backup).) + + Backup: base-diff (select most recently backup as the base, then diff) + - Implement zipDiff (make a new zip with the latest backup as the base, store diff-table in zip comment (A:Add, M:Modification, D:Deletion)) - Optimize help menu. (colored command help menu) - Add op login hint in the next start after restoring. - Implement incremental backup. -- cgit v1.2.3