Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-25 | start redaction of intro + add biblio | n-peugnet | |
had too update some .gitignore and Makefiles | |||
2021-10-25 | generate LaTeX tables summary from ext and input it in pdf | n-peugnet | |
using LC_NUMERIC=fr_FR.UTF-8 we get space separated thousands, but the separator is an unicode charracter so we must declare it in the LaTeX header. The full tables will be generated later | |||
2021-10-22 | factorize tikz, add figures and tables refs | n-peugnet | |
2021-10-22 | convert some elements to real latex elements | n-peugnet | |
2021-10-22 | premier ajout du contenu en LaTeX | n-peugnet | |
2021-10-22 | first add of latex doc | n-peugnet | |
2021-10-19 | try to make exports faster | n-peugnet | |
2021-10-19 | update scripts and README | 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 optionswork/export | n-peugnet | |
2021-10-18 | make the repo responsible of the export compression | n-peugnet | |
2021-10-18 | make repo responsible of creating the export end channel | n-peugnet | |
2021-10-18 | add intermediate export package no to make repo dependant on dna | n-peugnet | |
2021-10-18 | do the real export in a dir containing multiple pool files | n-peugnet | |
2021-10-15 | start dir exporter | n-peugnet | |
2021-10-15 | update table using rowspan and crossmark | n-peugnet | |
2021-10-15 | add borg backup to experiment | n-peugnet | |
2021-10-15 | add copyright and license notice + remove dead code | n-peugnet | |
2021-10-15 | Add gpl license | Nicolas Peugnet | |
2021-10-13 | load repo metadata in threads inside Init func | n-peugnet | |
2021-10-13 | add option to configure SKIP_CHECK in exp | n-peugnet | |
2021-10-13 | try to make loadDeltas more robust aginst code change | n-peugnet | |
2021-10-13 | fix TestHashes | n-peugnet | |
IDK why it didn't crash earlier | |||
2021-10-13 | fix exp daily commits using git log --first-parent | n-peugnet | |
Without this option daily commits visibly alternated between two branches, creating huge diffs at each switch, and causing the data to be misleading. | |||
2021-10-12 | Ajout de targz aux comparaisons | n-peugnet | |
2021-10-12 | README: details of comparison bases | n-peugnet | |
2021-10-12 | polish exp Makefile and README | n-peugnet | |
2021-10-11 | mini README fix | n-peugnet | |
2021-10-11 | fix heading of README | n-peugnet | |
2021-10-11 | only count objects dir for nopack | n-peugnet | |
and start redaction of details | |||
2021-10-11 | exp real size, fix nopack measurement, time ranges | n-peugnet | |
2021-10-09 | fix git nopack values in exp | n-peugnet | |
2021-10-09 | factorize dna backup runs in exp | n-peugnet | |
2021-10-08 | add git nopack to exp | n-peugnet | |
2021-10-08 | exp: repo 4k, better summary format, fix diff sizes | n-peugnet | |
2021-10-08 | add chunkSize parameter to cli | n-peugnet | |
2021-10-07 | fix storeDelta by keeping previous raw bytes | n-peugnet | |
this ensures that the last patch is created on top of the previous one. This way we know that it will be correctly applied on loadDelta Also directly write to wrapper instead of using an intermediate buffer. | |||
2021-10-07 | better exp logs and unlimit git rename detection | n-peugnet | |
This should make for better git diff size perfs | |||
2021-10-06 | use repo deltacodec for recipe and files | n-peugnet | |
this should not only be more efficient in space but also in time drop old Commit and Restore tests that do not use compression | |||
2021-10-06 | rename buildclean into mostlyclean target in root Makefil | n-peugnet | |
2021-10-06 | refactor: move repo and delta in their own package | n-peugnet | |
2021-10-06 | refactor main and logger | n-peugnet | |
2021-10-04 | add checks for consistency | n-peugnet | |
It works ok, but man, git is good | |||
2021-10-04 | export env vars instead of passing params to exp.sh | n-peugnet | |
2021-10-01 | add some comments, summary, TODOs and infos | n-peugnet | |
2021-10-01 | compare against git diff gzipped | n-peugnet | |
this is not looking good... | |||
2021-10-01 | call clean and all targets on submakes | n-peugnet | |
2021-09-30 | simplify exp by not using mktemp | n-peugnet | |
2021-09-30 | move script in its own file for comfort | n-peugnet | |
and start making some stats | |||
2021-09-30 | run dna-backup on different commits | n-peugnet | |