aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-10-27switch once again to single page and some other fixesn-peugnet
2021-10-25add go.mod in pdf dir for go tools to skip itn-peugnet
2021-10-25start redaction of intro + add biblion-peugnet
had too update some .gitignore and Makefiles
2021-10-25generate LaTeX tables summary from ext and input it in pdfn-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-22factorize tikz, add figures and tables refsn-peugnet
2021-10-22convert some elements to real latex elementsn-peugnet
2021-10-22premier ajout du contenu en LaTeXn-peugnet
2021-10-22first add of latex docn-peugnet
2021-10-19try to make exports fastern-peugnet
2021-10-19update scripts and READMEn-peugnet
2021-10-18make exp conditionnal and do not run Borg by defaultn-peugnet
2021-10-18update todo and add CLI optionswork/exportn-peugnet
2021-10-18make the repo responsible of the export compressionn-peugnet
2021-10-18make repo responsible of creating the export end channeln-peugnet
2021-10-18add intermediate export package no to make repo dependant on dnan-peugnet
2021-10-18do the real export in a dir containing multiple pool filesn-peugnet
2021-10-15start dir exportern-peugnet
2021-10-15update table using rowspan and crossmarkn-peugnet
2021-10-15add borg backup to experimentn-peugnet
2021-10-15add copyright and license notice + remove dead coden-peugnet
2021-10-15Add gpl licenseNicolas Peugnet
2021-10-13load repo metadata in threads inside Init funcn-peugnet
2021-10-13add option to configure SKIP_CHECK in expn-peugnet
2021-10-13try to make loadDeltas more robust aginst code changen-peugnet
2021-10-13fix TestHashesn-peugnet
IDK why it didn't crash earlier
2021-10-13fix exp daily commits using git log --first-parentn-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-12Ajout de targz aux comparaisonsn-peugnet
2021-10-12README: details of comparison basesn-peugnet
2021-10-12polish exp Makefile and READMEn-peugnet
2021-10-11mini README fixn-peugnet
2021-10-11fix heading of READMEn-peugnet
2021-10-11only count objects dir for nopackn-peugnet
and start redaction of details
2021-10-11exp real size, fix nopack measurement, time rangesn-peugnet
2021-10-09fix git nopack values in expn-peugnet
2021-10-09factorize dna backup runs in expn-peugnet
2021-10-08add git nopack to expn-peugnet
2021-10-08exp: repo 4k, better summary format, fix diff sizesn-peugnet
2021-10-08add chunkSize parameter to clin-peugnet
2021-10-07fix storeDelta by keeping previous raw bytesn-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-07better exp logs and unlimit git rename detectionn-peugnet
This should make for better git diff size perfs
2021-10-06use repo deltacodec for recipe and filesn-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-06rename buildclean into mostlyclean target in root Makefiln-peugnet
2021-10-06refactor: move repo and delta in their own packagen-peugnet
2021-10-06refactor main and loggern-peugnet
2021-10-04add checks for consistencyn-peugnet
It works ok, but man, git is good
2021-10-04export env vars instead of passing params to exp.shn-peugnet
2021-10-01add some comments, summary, TODOs and infosn-peugnet
2021-10-01compare against git diff gzippedn-peugnet
this is not looking good...
2021-10-01call clean and all targets on submakesn-peugnet
2021-09-30simplify exp by not using mktempn-peugnet