diff options
author | n-peugnet <n.peugnet@free.fr> | 2021-09-27 19:55:57 +0200 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2021-09-27 19:55:57 +0200 |
commit | 53640f33362d8d6dc65db403e3b31a6776b49796 (patch) | |
tree | f18c69aafc8b614978e4c5d9e10a987240eff5a0 /TODO.md | |
parent | ccb97e0bb5fb0e0c257411d442183d49dd734822 (diff) | |
download | dna-backup-53640f33362d8d6dc65db403e3b31a6776b49796.tar.gz dna-backup-53640f33362d8d6dc65db403e3b31a6776b49796.zip |
add CLI with subcommands
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -17,7 +17,7 @@ priority 1 - [x] remove errored files from `fileList` - [ ] **TODO: Priority 3** add superblock logic. - [ ] **TODO: Priority 2** add version blocks or journal logic. -- [ ] command line with subcommands (like, hmm... git ? for instance). +- [x] command line with subcommands (like, hmm... git ? for instance). priority 2 ---------- @@ -48,6 +48,7 @@ priority 2 listing could be another solution but with this approach we would have to think about what other metadata we want to store - [ ] use a symlink aware Walk function (easy enough) +- [ ] add quick progress bar to CLI reunion 7/09 ------------ @@ -65,8 +66,8 @@ ideas 2. Implement the `fs` interface of Go? Not sure if this will be useful. -3. If we don't need to reduce read amplification we could compress all chunks if - it reduces the space used. +3. If we don't need to reduce read amplification we could compress all chunks + together if it reduces the space used. mystical bug 22/09 ------------------ |