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? question: feature request / implementation advice request...
## 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...
In cache.py: ```python if previous_location and previous_location != repository_location: msg = ("Warning: The repository at location {} was previously located at {}\n".format( # [snip] ``` This works fine but NFD...
## 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...
oom-kill
I have problem with borg backup while trying to back up ~550.000 of small files. My borg lives inside a lxc container and I get this in dmesg: ``` [1576137.653081]...
## Have you checked borgbackup docs, FAQ, and open GitHub issues? Yes ## Is this a BUG / ISSUE report or a QUESTION? Bug/Issue ## System information. For client/server mode...
## Have you checked borgbackup docs, FAQ, and open GitHub issues? Did not found anything; but I did not check in borg 2.0. ## Is this a BUG / ISSUE...
## About Read there: https://www.openssl.org/blog/blog/2023/09/11/eol-111/ Consequences for borg releases / branches: ## borg 1.1.x (1.1-maint branch) ... is EOL, too (no more releases), so nothing will change there from our...
Getting #6386 to work was a bit more complicated than expected and especially the need for a `pytest.ini` (or same options given on the cmdline) was a bit ugly. So,...
Added a subparser argument that stores a large value for ```--keep-last``` when pruning.