borg
borg copied to clipboard
Deduplicating archiver with compression and authenticated encryption.
`archivename_validator`: master branch has a length limit there, but 1.4-maint branch doesn't. maybe it would be good to also have the limit in borg 1.x, to avoid issues when migrating...
I have a openindiana vagrant VM (virtualbox) to test borg on it, but keeping it running is a pain: Since a while, it does not install all the packages as...
remove the handwritten completions in scripts/completions/... after the auto-generated ones have been successfully tested, see also #9172. ``` borg completion bash borg completion tcsh borg completion zsh # works for...
If one creates a normal archive, one writes "Command line: /usr/bin/borg create --compression lz4 .... REPO::ARCHIVE path1 path2" in the metadata . If we use borg recreate afterwards, the initiall...
## Have you checked borgbackup docs, FAQ, and open Github issues? As best I could, searching for this is a bit tricky. ## Is this a BUG / ISSUE report...
borg2's repository locks are currently not encrypted, but guess we could. an observer could see e.g. names of currently active hosts in there.
In borg 1.4 there are two distinct sets of options that can be used to define excludes: `--exclude` and `--exclude-from` AND `--pattern` or `--patterns-from` To cite borg documentation: > A...
This issue is similar to [Issue 8388](https://github.com/borgbackup/borg/issues/8388). However, the solution there didn't work for me. I installed borg 1.4.0 on my raspberry pi 5, by using the standalone binaries from...
`fm:` could be dropped entirely if `sh:` was extended to support `sh:**x` as equivalent to `fm:*x`, where 'x' is anything other than '/', and a trailing '\*\*' as '\*\*/\*'. Existing...