borg
borg copied to clipboard
Deduplicating archiver with compression and authenticated encryption.
## 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...
borgception
i thought a bit about how to optimize the chunks cache and just wanted to document one weird idea. the issue with the chunks cache is that it needs to...
See there for the basics: https://github.com/jborg/attic/issues/256 The current state in borg is that it has simple sparse file support (meaning that it does nothing special on "create", but offers the...
ext4/xfs or tmpfs (which one I am not sure - check that) is already done by Vagrant. We should also test **sshfs**, **cifs/smbfs**, **nfs**, **ntfs-3g** to avoid issues like #1287....
https://github.com/borgbackup/borg/actions/runs/9766803308/job/26960577084?pr=8263
## Have you checked borgbackup docs, FAQ, and open GitHub issues? I have checked the issue tracker for "borg list depth" and "borg list single folder" but to no avail....
## Have you checked borgbackup docs, FAQ, and open GitHub issues? A lot ## Is this a BUG / ISSUE report or a QUESTION? a BUG. And if I use...
## Have you checked borgbackup docs, FAQ, and open GitHub issues? Yes ## Is this a BUG / ISSUE report or a QUESTION? Bug ## System information. For client/server mode...
For high-latency stores (`sftp:` and a lot of what's available via `rclone:`) a full index rebuild needs to list all objects in the store and there are potentially a lot...
`borg check` with `--verify-data` **and** `--undelete-archives`: In `verify_data`, we do a full pass over all repo objects to verify their cryptographic authenticity. We could build a list of object IDs...