borg
borg copied to clipboard
Deduplicating archiver with compression and authenticated encryption.
/kind enhancement Borg supports `borg repo-list --sort-by=keys` (Borg 2) resp. `borg list --sort-by=keys` (Borg 1, but for repo targets only) for ages now, but right now it's not possible to...
Please keep a common naming scheme across release versions. Right now you have to keep an eye on URLs, e.g. https://github.com/borgbackup/borg/releases/download/1.4.2/borg-linux-glibc231-x86_64 for version 1.4.2 and https://github.com/borgbackup/borg/releases/download/2.0.0b19/borg-linux-glibc236 for version 2.0.0 Would...
When I mount a borg repository as non-root user through the following `/etc/fstab` entry: ``` /path/to/repo /mnt/repo fuse.borgfs defaults,noauto,user 0 0 ``` as described in the [documentation](http://borgbackup.readthedocs.io/en/stable/usage/mount.html), I get the...
borg 1.2.8 borg create --info --files-cache=ctime,size --stats --progress --compression=lz4 "$BORG_REPO::$CURRENT_WEEKLY" $SOURCE_DIRS Hello, I'm running borg 1.2.8 on WSL 2.6.1.0 to backup my C and T drives (Windows 11 24h2) to...
Just a suggestion The following explains https://www.netmeister.org/blog/keychain-passwords.html ``` security add-generic-password -a ${USER} -s borgbackup-repo -w PassPhraseYouWillNeverGuess ``` in .bashrc (or similar) ``` export="BORG_PASSCOMMAND="security find-generic-password -a ${USER} -s borgbackup-repo -w" ```...
i am trying to create an archive browser that doesn't rely on `borg mount`. i'd like to get the files and folders at a specific path. i am having trouble...
borg could detect if archived file content changed, but metadata (mtime, ctime) did not. note: this can only work if the more recent archive was created ignoring the files cache...
Uses `Path.as_uri` to create file URIs from in all the places that I found.
/kind enhancement Related: #9165 and #9166 Following the discussion in #9104 it's quite hard to properly benchmark Borg's various encryption modes right now. First, it's hard to benchmark multiple modes...