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

The [All about JSON](https://borgbackup.readthedocs.io/en/stable/internals/frontends.html#archive-differencing) page needs an update because of #7335.

documentation
c: json api

## Have you checked borgbackup docs, FAQ, and open Github issues? Yes ## Is this a BUG / ISSUE report or a QUESTION? This is a feature from Tarsnap that...

security

## Have you checked borgbackup docs, FAQ, and open GitHub issues? Yes ## Is this a BUG / ISSUE report or a QUESTION? IMPROVEMENT / FEATURE-REQUEST (I think this should...

cmd: create

The ChunkIndex is a mapping `256bit key --> (32bit flags, 32bit size)` since #8513. The user flags are: - F_USED, meaning the chunk is referenced / used. this is used...

help wanted
c: hashindex
c: cache

Early borg used to work filepath-based to deal with the source files (stat, open, read, xattrs, acls, fsflags). That was problematic due to race conditions and thus was changed in...

cmd: create

iirc, borg and borgstore don't use urlunquote yet. but having spaces or other special chars in a path might be not that unusual and would require quoting / unquoting, e.g....

See there for the problem description: https://community.sonarsource.com/t/feature-python-assert-should-be-consider-harmful/38501 TL;DR: for now, do not run borg via `python3 -O` or with `PYTHONOPTIMIZE` set. In the code, `assert` should be only used for:...

bug
help wanted
security

With borg 2.0.0b14 i have the problem that the file cache is corrupt when the ssh connection breaks (e.g. DSL reconnect) during the backup. This causes the next run to...

for reading the backup source files, borg master branch tries to work based on an **open file** as much as possible (not working with **file names** to avoid race conditions)....

``` openbsd7: ________________________________ test_with_lock ________________________________ openbsd7: [gw0] openbsd7 -- Python 3.10.13 /vagrant/borg/borg/.tox/py310-none/bin/python openbsd7: openbsd7: tmp_path = PosixPath('/tmp/pytest-of-vagrant/pytest-0/popen-gw0/test_with_lock0') openbsd7: openbsd7: def test_with_lock(tmp_path): openbsd7: repo_path = tmp_path / "repo" openbsd7: env =...

testsuite