borg
borg copied to clipboard
Deduplicating archiver with compression and authenticated encryption.
PAX/POSIX format basically means one gets to put arbitrary key/value parts into file metadata in a backwards-compatible fashion. GNU tar supports a proprietary extension for xattrs, apparently invented by Jörg...
## Have you checked borgbackup docs, FAQ, and open GitHub issues? Yes ## Is this a BUG / ISSUE report or a QUESTION? Suggestion ## System information. For client/server mode...
## Have you checked borgbackup docs, FAQ, and open GitHub issues? Yes ## Is this a BUG / ISSUE report or a QUESTION? Question/Suggestion ## System information. For client/server mode...
## Have you checked borgbackup docs, FAQ, and open Github issues? Yes ## Is this a BUG / ISSUE report or a QUESTION? Feature request ## System information. For client/server...
## Have you checked borgbackup docs, FAQ, and open Github issues? Yes ## Is this a BUG / ISSUE report or a QUESTION? QUESTION ## Describe the problem you're observing....
followup to #5756 with a "better" plan this is a unstructured write-down to capture the idea for later implementation A Trie is a prefix tree, typically used for membership testsof...
Yes, I checked docs, FAQ and open issues. Borg version: 1.1.10 on Fedora F31. This is an enhancement request. It would be nice if `--exclude-if-present PATTERN` was understood and not...
Connected with #4845 When I'm trying to add new snapshot to some broken repo I've mostly immediately got error. Is there some way to fast check if repo is supposed...
While it's pretty clear that `re:` patterns can trivially lead to exponential CPU use, fm: and sh: are affected as well, since they translate to the same backtracing regex engine...
Given that you have a list of regular expression patterns already (e.g. used with "bup"), it would be helpful if `--exclude-from re:/etc/backup-exclude-bup.txt` would work, i.e. consider all patterns in the...