diff options
author | n-peugnet <n.peugnet@free.fr> | 2021-09-21 16:29:44 +0200 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2021-09-21 16:29:44 +0200 |
commit | 2887d66a939b3b8d7e84d9c71c0a86d5132b5e54 (patch) | |
tree | 763fcf337d7729e894f2f331dca7cbad52298b50 /TODO.md | |
parent | e3ba94744ed4f22e4a05f0757b624936602b70db (diff) | |
download | dna-backup-2887d66a939b3b8d7e84d9c71c0a86d5132b5e54.tar.gz dna-backup-2887d66a939b3b8d7e84d9c71c0a86d5132b5e54.zip |
change recipe into a generic slice patch/diff package
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -46,7 +46,14 @@ priority 2 reunion 7/09 ------------ - [ ] save recipe consecutive chunks as extents -- [ ] **TODO: Priority 1** store recipe and files incrementally. +- [ ] **TODO: Priority 1** store recipe incrementally. + - [x] patch and diff for recipes + - [ ] store recipe updates per version. + - [ ] load all recipes incrementally. +- [ ] **TODO: Priority 2** store file list incrementally. + - [ ] patch and diff for slices + - [ ] store file lists updates per version. + - [ ] load all file lists incrementally. - [x] compress recipe - [x] compress file list - [ ] make size comparison between recipe and chunks with some datasets |