diff options
author | n-peugnet <n.peugnet@free.fr> | 2021-09-09 16:21:20 +0200 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2021-09-09 16:21:20 +0200 |
commit | 3e866db2accc6ed5aa65befdf21474dbc7b1ec18 (patch) | |
tree | 62670e092cbc41817edc76317a0ac2482b9480af /TODO.md | |
parent | 11404879f2e7ee02118852b6b42e19f99cb2edd9 (diff) | |
download | dna-backup-3e866db2accc6ed5aa65befdf21474dbc7b1ec18.tar.gz dna-backup-3e866db2accc6ed5aa65befdf21474dbc7b1ec18.zip |
first add of restore function to Repo
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,10 +12,10 @@ priority 1 store in fingerprintMap store in sketchMap ``` -- [ ] read from repo +- [ ] read from repo (Restore function) - [x] store recipe - [x] load recipe - - [ ] read chunks in-order into a stream + - [x] read chunks in-order into a stream - [ ] read individual files - [ ] properly store informations to be DNA encoded - [ ] tar source to keep files metadata ? |