borg
borg copied to clipboard
Deduplicating archiver with compression and authenticated encryption.
HI, I tried the recommended pv-wrapper (https://github.com/borgbackup/borg/issues/661). I put it at some location (not /usr/bin) and made it executable and named it pv-wrapper.sh. I then put in as the RATE...
I'm creating a new repo with `BORG_PASSCOMMAND`, but a week ago i had set the `BORG_PASSPHRASE` var to access a different repo. Now for creation of the new repo, borg...
Hi, I'm developing currently an application for managing a borg backup server based on django. it's inspired from borgbackupserver and borgbase, but it should be open source. I wanted to...
This is a QEUESTION and/or discussion for ENHANCEMENT Since the concept of borg is genious I use it for multiple off site backups. That said while deploying the it got...
### Why? Especially when running large backups one might want to query the status of a backup while it is running. One should be able to get the status, remaining...
This PR sets up Codecov [Test Analytics](https://docs.codecov.com/docs/test-analytics), which enhances this project's existing Codecov coverage PR notification with details about failing, flaky, and slow tests. More details can be found [here](https://about.codecov.io/blog/find-failing-and-flaky-tests-with-codecov-test-analytics/),...
`borg mount` In addition to displaying help and usage for the mount command, `borg mount` can list the currently mounted borg filesystems. Here is shell command which produces clean output:...
``` freebsd14: ______________ DiffArchiverTestCase.test_multiple_link_exclusion _______________ freebsd14: [gw12] freebsd14 -- Python 3.10.16 /vagrant/borg/borg/.tox/py310-fuse2/bin/python freebsd14: freebsd14: self = freebsd14: freebsd14: @requires_hardlinks freebsd14: def test_multiple_link_exclusion(self): freebsd14: path_a = os.path.join(self.input_path, 'a') freebsd14: path_b =...
I'm trying to create a repository, but I keep getting this error: ``` Failed to securely erase old repository config file (hardlinks not supported). Old repokey data, if any, might...
Since a couple of days I got a crash with the exception below when I try to prune my repo. No idea what changed (It already started with borg 1.4.0)....