diff options
author | n-peugnet <n.peugnet@free.fr> | 2021-09-20 14:00:08 +0200 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2021-09-20 14:00:08 +0200 |
commit | 540426db79b6e49b79d58aef99ffee5005dc987d (patch) | |
tree | 8d31ed9ab733e1681978ce0ccbffc50bec7fd176 /TODO.md | |
parent | cfb36188efc8f53e8ec0a939ddcd09a0704fb988 (diff) | |
download | dna-backup-540426db79b6e49b79d58aef99ffee5005dc987d.tar.gz dna-backup-540426db79b6e49b79d58aef99ffee5005dc987d.zip |
remove errored files from fileList
and add tests with non existing link
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ priority 1 - [ ] store compressed chunks into tracks of `trackSize` (1024o) - [x] add chunk cache to uniquely store chunks in RAM - [x] better tests for `(*Repo).Commit` -- [ ] remove errored files from `fileList` +- [x] remove errored files from `fileList` - [ ] add superblock logic - [ ] add version blocks or journal logic |