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 / ISSUE (possible - docs or...

documentation

In rsync it's possible to recursively include all sub-directories below a directory (e.g. `/var/log/`), but exclude all files, using a pair of filters of the form: ``` + /var/log/**/ -...

patterns

## Have you checked borgbackup docs, FAQ, and open Github issues? Yes ## Is this a BUG / ISSUE report or a QUESTION? Question ## Describe the problem you're observing....

community

I started some experimental multithreading code there: https://github.com/thomaswaldmann/borg/tree/multithreading especially: https://github.com/ThomasWaldmann/borg/commit/240a27a22774eb055c7bff5097b4d6557bbb81c5 From Python c-api docs: "the standard zlib and hashlib modules release the GIL when compressing or hashing data." So current...

enhancement
help wanted

the code could be reviewed whether this distinction is cleanly handled everywhere. `borg create` has some switches like `--noacls`, `--noxattrs`, `--nobsdflags`, `--noatime` that can be used to not store such...

``` borg create --stats user@hostname:/mnt/abc/misc_data/remote_backup/automated/auto_data_backedup_remotely_from_source.borg::manual-cvv-2022-07-29-074756 /mnt/abc/misc_data/dir_to_be_auto_backed_up_remotely Remote: Borg 1.0.9: exception in RPC call: Remote: Traceback (most recent call last): Remote: File "/usr/lib/python3/dist-packages/borg/remote.py", line 113, in serve Remote: res = f(*args)...

question

there is a known issue that if a file somehow fails in the middle of processing (e.g. due to an I/O error within the input file), borg will have written...

bug

## Have you checked borgbackup docs, FAQ, and open Github issues? Yes ## Is this a BUG / ISSUE report or a QUESTION? FEATURE REQUEST / Question ## Describe the...

Some hints for Linux / BSD / other OS package maintainers: ## libs additionally to openssl, libacl, libattr, lz4 and zstd, we now also need: - libxxhash some of that...

documentation
community