borg
borg copied to clipboard
Deduplicating archiver with compression and authenticated encryption.
master/slave was used a lot in the code that deals with hardlinks: when we archive multiple hardlinks pointing to same inode (file contents), this happens: - the first encountered hardlink...
## Have you checked borgbackup docs, FAQ, and open Github issues? Yes ## Is this a BUG / ISSUE report or a QUESTION? Question ## System information. For client/server mode...
## Have you checked borgbackup docs, FAQ, and open GitHub issues? Yes (and also checked on IRC, currently the behaviour I'm looking for does not seem to exist) ## Is...
Borg backup currently saves symbolic links as they are, not following them. I propose adding an option to follow symbolic links as flag to borg create. Usecase: I use anything-sync-daemon...
the previous approach had cryptographic strength randomness, but a precise 50:50 0/1 bit distribution per bit position in the table was not assured. now this is always the case due...
Hello, I am testing borg2 and get this error: ``` Repository.ObjectNotFound: Object with key archives/f315176e8a4baa1458c7a27374924bd11c8af25c7b027f594460472f99b333d3.del not found in repository ssh://omv_borg_wireguard//srv/dev-disk-by-uuid-7ce96b63-64f2-44c8-b72f-cde6585f8d8e/Backups/borg. Command '/usr/local/bin/borg2 compact --remote-path /usr/local/bin/borg2 --umask 77 --info --repo ssh://omv_borg.......
When a file fails checksum verification during `borg extract` many times this is simply due to a network error, and can be fixed by retrying the file. When I'm restoring...
#8803 opens the door for a unique opportunity: re-chunking while doing a `borg2 transfer` (which will be required anyway for transferring archives from borg1 repos to borg2 repos). So, if...
we have a blocked PR #1842 that was seeing no progress and thus got closed. the main issue was failing to determine a `fs uuid` in a nice way (via...