borg
borg copied to clipboard
Deduplicating archiver with compression and authenticated encryption.
Consider the following directory layout, where I own a directory `wjones-2`, but cannot delete/create files/directories in its parent: ``` william@xubuntu-dtrain:/shares/borg/v2-testing$ ls -ld . wjones-2 drwxr-xr-x 5 root root 5 Oct...
Use FIDO2 devices with [hmac-secret](https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-20210615.html#sctn-hmac-secret-extension) extension to generate key encryption key (KEK) instead of passphrase processed with argon2 algorithm. To use such device a user needs to point to one...
When attempting to build Borg 1.4 from source with `setuptools_scm` failing to determine a valid version string automatically, any Borg invocation fails with the following `ValueError`: ``` $ borg --version...
## Have you checked borgbackup docs, FAQ, and open GitHub issues? Yes ## Is this a BUG / ISSUE report or a QUESTION? ISSUE ## System information. For client/server mode...
I'm at 24 hours into my 7TB `borg check -v --verify-data`. This is relating to trying to figure out if there's an issue with my archive, as I was trying...
Just added some cleanup code into some `test_create_*` tests, see #8980. Maybe this can be solved better within the testing framework, so that temporary borg repositories and caches, input data,...