borg
borg copied to clipboard
Deduplicating archiver with compression and authenticated encryption.
just reads all chunks and recompresses them if they are not already using the desired compression type and level. some improvements left to do: - if the usual `DecidingCompressor` (e.g....
Issue #2209 Up until now, I have worked on: - number of files cache hits (b9d713b) - number of files cache indicated changed files (b9d713b) - number of files not...
From the mailing list: On 26.10.2017 16:01, Dirk Deimeke wrote: I already did a "borg check --repair" which led to the following exception: ``` $ borg check --repair /srv/borg/tigacorrupt 'check...
also: - rename --glob-archives option to --match-archives (short: -a) - globbing patterns now need sh: prefix - regex patterns need re: prefix - "identical" match "pattern" uses an id: prefix...
The docs claim append-mode can be used to used to prevent hacked clients from _permanently_ altering existing archives. This can be achieved be granting only append-mode access to the client....
As far as I understand, borg uses compression on chunk level and therefore cannot harvest full power. I've read that zstd-compression is able to train and later use explicit dictionaries....
## Have you checked borgbackup docs, FAQ, and open Github issues? Yes, also see "Related Tickets" below. ## Is this a BUG / ISSUE report or a QUESTION? ISSUE ####...
https://borgbackup.readthedocs.io/en/stable/quickstart.html#automating-backups ``` Warning: "--prefix" has been deprecated. Use "--glob-archives 'yourprefix*'" (-a) instead. ```
## Have you checked borgbackup docs, FAQ, and open Github issues? Yes ## Is this a BUG / ISSUE report or a QUESTION? Feature ## System information. For client/server mode...