borg icon indicating copy to clipboard operation
borg copied to clipboard

Deduplicating archiver with compression and authenticated encryption.

Results 476 borg issues
Sort by recently updated
recently updated
newest added

## 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...

question

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...

os: macOS

## 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...

help wanted
cmd: mount
os: macOS

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]...

question

## 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...

question

## 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...

enhancement
question

## 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...

security

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,...

testsuite

Added a subparser argument that stores a large value for ```--keep-last``` when pruning.