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? ISSUE ## System information. For client/server mode...

question

i thought a bit about how to optimize the chunks cache and just wanted to document one weird idea. the issue with the chunks cache is that it needs to...

question

See there for the basics: https://github.com/jborg/attic/issues/256 The current state in borg is that it has simple sparse file support (meaning that it does nothing special on "create", but offers the...

enhancement
filesystem
cmd: extract
cmd: create

ext4/xfs or tmpfs (which one I am not sure - check that) is already done by Vagrant. We should also test **sshfs**, **cifs/smbfs**, **nfs**, **ntfs-3g** to avoid issues like #1287....

help wanted
vagrant
testsuite

https://github.com/borgbackup/borg/actions/runs/9766803308/job/26960577084?pr=8263

bug
help wanted
os: windows

## Have you checked borgbackup docs, FAQ, and open GitHub issues? I have checked the issue tracker for "borg list depth" and "borg list single folder" but to no avail....

question

## Have you checked borgbackup docs, FAQ, and open GitHub issues? A lot ## Is this a BUG / ISSUE report or a QUESTION? a BUG. And if I use...

cmd: create

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

cmd: tar

For high-latency stores (`sftp:` and a lot of what's available via `rclone:`) a full index rebuild needs to list all objects in the store and there are potentially a lot...

cmd: check
cmd: compact

`borg check` with `--verify-data` **and** `--undelete-archives`: In `verify_data`, we do a full pass over all repo objects to verify their cryptographic authenticity. We could build a list of object IDs...

cmd: check