summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKeuin <[email protected]>2021-01-13 12:51:15 +0800
committerkeuin <[email protected]>2021-01-13 12:51:15 +0800
commit81497ebee2cdb0dac3bcdc26c5d77d06bdb98b5d (patch)
tree9e7aad680a438b845126b266374155c8fb306179 /README.md
parentf4d926c1eb91749a4b0f89c7a35538821ff7e21b (diff)
Clean old incremental backup codes.
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 5 insertions, 11 deletions
diff --git a/README.md b/README.md
index 2c34c2f..7152430 100644
--- a/README.md
+++ b/README.md
@@ -51,14 +51,8 @@ done
## 3. To-Do List:
-- New version checker.
-- Refactor code.
-- More thorough test.
-- 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.
+- Incremental backup
+- Code refactor
+- Op login hint in the next start after restoring
+- Optimized help menu (colored command help menu)
+- New version checker