borg
borg copied to clipboard
Deduplicating archiver with compression and authenticated encryption.
there are quite some outdated reviews comparing attic with obnam and other backup sw, but there isn't much out there that includes borgbackup. write a new one. compare borgbackup latest...
Hello, I'm currently doing benchmarks for deduplication backup tools, including borg. I decided to write a script that would: - Install the backup programs - Prepare the source server -...
In #3955 the question came up, why `borg create` with master branch code is slower than with 1.1-maint branch code. The benchmarks I did there were archiving lots of relatively...
## tl;dr When _any_ file name in the entire archive has a unicode character, even with `export LANG=en_US.UTF-8`: - When mounting the entire repository, the archive cannot be viewed ("Input/output...
there was a strange issue in #6988 and the root cause was a strange xattr named `user.security.selinux` (the correct name would be `security.selinux`). the processing (or rather ignoring) of such...
Hi, I'm one of developers of [rclone](https://github.com/rclone/rclone) a command line tool written in golang to interact with various cloud storage providers. I'm wondering if the team here is interested in...
## 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...
Just a thought from an irc discussion about finding backup performance problems. If we had some option that outputs more detailed statistics about potentially performance relevant details it might be...
``` var/lib/varnish/varnishd/_.vsm_child/_.Log.73f1ce7a608eeb1e: file changed while we backed it up ``` These weren't errors before, but now in 1.2.1 they cause `borg` to exit with error. Why was this behavior changed?...
```console $ bash convert.sh Warning: The repository at location ssh://HEL1-AB12/home/~/borg was previously located at ssh://vidar/~/backups/borg Do you want to continue? [yN] y Local Exception Traceback (most recent call last): File...