borg icon indicating copy to clipboard operation
borg copied to clipboard

Deduplicating archiver with compression and authenticated encryption.

Results 476 borg issues
Sort by recently updated
recently updated
newest added

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...

help wanted
filesystem
cmd: tar

## 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...

bug

## 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...

cmd: tar

## 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....

documentation

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...

c: hashindex

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...

cmd: create
patterns

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...

c: repository

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...

security
patterns

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...

cmd: create
patterns