diff options
author | n-peugnet <n.peugnet@free.fr> | 2021-09-21 19:03:58 +0200 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2021-09-21 19:03:58 +0200 |
commit | ca5855639a1a95f04ac2dbd5da5d9d770935cc3c (patch) | |
tree | e3f37515e94795ae6f3222b4bcb4f2f851dee19c /TODO.md | |
parent | 0789fd07f6b7ac9eaf51bf349043b9002f0965f6 (diff) | |
download | dna-backup-ca5855639a1a95f04ac2dbd5da5d9d770935cc3c.tar.gz dna-backup-ca5855639a1a95f04ac2dbd5da5d9d770935cc3c.zip |
store file listing incrementally
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -46,14 +46,8 @@ priority 2 reunion 7/09 ------------ - [ ] save recipe consecutive chunks as extents -- [x] **TODO: Priority 1** store recipe incrementally. - - [x] patch and diff for recipes - - [x] store recipe updates per version. - - [x] load all recipes incrementally. -- [ ] **TODO: Priority 2** store file list incrementally. - - [x] patch and diff for files - - [ ] store file lists updates per version. - - [ ] load all file lists incrementally. +- [x] store recipe incrementally. +- [x] store file list incrementally. - [x] compress recipe - [x] compress file list - [ ] make size comparison between recipe and chunks with some datasets |