aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2021-09-23 18:10:30 +0200
committern-peugnet <n.peugnet@free.fr>2021-09-23 18:10:30 +0200
commita07bbe4ef22d642347d18f0e0a62d24868500d23 (patch)
treedd634dc57d5525033146c197dc6822a8c0466eb0 /TODO.md
parente4f6bf0d972b8e851a6fcaa20c1f305680f61884 (diff)
downloaddna-backup-a07bbe4ef22d642347d18f0e0a62d24868500d23.tar.gz
dna-backup-a07bbe4ef22d642347d18f0e0a62d24868500d23.zip
Testing with Fdelta as the differ
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index b154718..0353b41 100644
--- a/TODO.md
+++ b/TODO.md
@@ -42,6 +42,12 @@ priority 2
is implemented
- [ ] keep hash workers so that they reuse the same hasher and reset it instead
of creating a new one each time. This could save some processing time
+- [ ] support links (symbolic mainly and also hard)
+ - [ ] store this metadata somewhere, tar could be the solution, but this
+ would bury the metadata down into the chunks, storing it into the files
+ 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)
reunion 7/09
------------