index
:
dna-backup
main
work/cdemu
work/export
deduplicated versionned backups for dna
Nicolas Peugnet
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
TODO.md
Age
Commit message (
Expand
)
Author
2021-10-25
start redaction of intro + add biblio
n-peugnet
2021-10-22
first add of latex doc
n-peugnet
2021-10-18
make exp conditionnal and do not run Borg by default
n-peugnet
2021-10-18
update todo and add CLI options
work/export
n-peugnet
2021-10-08
add chunkSize parameter to cli
n-peugnet
2021-10-06
refactor main and logger
n-peugnet
2021-10-01
add some comments, summary, TODOs and infos
n-peugnet
2021-09-30
properly manage relative symlinks will CI pass ??
n-peugnet
2021-09-29
support symlinks if it is internal to source
n-peugnet
2021-09-29
move old funcs to repo_test and add roundtrip test
n-peugnet
2021-09-29
merge tryDeltaEncodeChunk and encodeTempChunk
n-peugnet
2021-09-29
add details and some todos
n-peugnet
2021-09-27
add CLI with subcommands
n-peugnet
2021-09-23
Testing with Fdelta as the differ
n-peugnet
2021-09-22
fix mystical bug by making multiple passes
n-peugnet
2021-09-22
trying to fix the mystical bug
n-peugnet
2021-09-21
store file listing incrementally
n-peugnet
2021-09-21
store recipes incrementally
n-peugnet
2021-09-21
change recipe into a generic slice patch/diff package
n-peugnet
2021-09-20
update todolist
n-peugnet
2021-09-20
store recipe compressed
n-peugnet
2021-09-20
remove errored files from fileList
n-peugnet
2021-09-20
store fileList compressed
n-peugnet
2021-09-15
add perf output
n-peugnet
2021-09-15
add storeWorker and use it to store chunk content and hashes
n-peugnet
2021-09-14
perf: move hash parallelism from sketch to repo
n-peugnet
2021-09-14
logger add SetOutput + basic tests
n-peugnet
2021-09-14
logger add panic + colors & remove ln variants & use it
n-peugnet
2021-09-14
add basic logger
n-peugnet
2021-09-13
first tests on real data
n-peugnet
2021-09-13
fix loadChunks by using cache instead of reading file
n-peugnet
2021-09-13
fix english typos
n-peugnet
2021-09-13
add read write wrappers to compress chunks' content
n-peugnet
2021-09-10
use moare the reader interface
n-peugnet
2021-09-09
better commit and restore tests (almost complete)
n-peugnet
2021-09-09
first add of restore function to Repo
n-peugnet
2021-09-09
move unused functions from repo to repo_test
n-peugnet
2021-09-08
start using chunk cache
n-peugnet
2021-09-07
update todo and readme
n-peugnet
2021-09-07
udpate todo list
n-peugnet
2021-09-02
hash and store chunks left by matchStream
n-peugnet
2021-09-02
move maps inside repo
n-peugnet
2021-09-02
find similar chunks while matching stream
n-peugnet
2021-09-01
move some consts into repo
n-peugnet
2021-08-31
join too small temp chunks with previous one if possible
n-peugnet
2021-08-30
better diff test
n-peugnet
2021-08-30
findSimilarChunk returns an Id if found
n-peugnet
2021-08-28
refactor(chunks): use more interfaces
n-peugnet
2021-08-24
refactor: extract chunk.og & add Reader getter
n-peugnet