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

Currently (beta12), borg2 check just deletes the chunks index cached in the repo. This is because borg check --repair might have deleted some invalid repo objects, thus the cached chunks...

cmd: check
c: cache

Looks like some WP people think borg is not "notable" enough to have a page about it: https://en.wikipedia.org/wiki/Borg_(backup_software) If you think different, please discuss it THERE on the talk page.

documentation
community

See there: https://github.com/borgbackup/borgstore/issues/82 Re-enable windows CI after fixing this.

help wanted
os: windows

## Have you checked borgbackup docs, FAQ, and open GitHub issues? Yes, there are many reports but none specifies that the corresponding file was *explicitly excluded*. ## Is this a...

## Have you checked borgbackup docs, FAQ, and open GitHub issues? Yes, and have acknowledged similar issues but feel that this may be different as the HW has passed tests....

borgbackup uses `llfuse` or `pyfuse3` (since borg 1.2) to offer the `borg mount` functionality. `llfuse` is orphaned by its original developer @nikratio since quite a while, but received some minimal...

help wanted
community

Currently: ``` | 32 byte Key | ValueA | Value B | Value C | | 32 byte Key | ValueA | Value B | Value C | | 32...

c: hashindex

When building a ChunkIndex it currently starts from refcount=0 and then sets refcount=MAX_VALUE if a chunk is used. That's how most of borg2 works now: it doesn't do refcounting anymore,...

cmd: compact

- First time messing with the code -- No test yet, can somebody help writing one? - Existing tests and flake give no warnings - Not sure about the format...

``` macos1012: ? pip subprocess to install build dependencies did not run successfully. macos1012: ? exit code: 2 macos1012: ??> [109 lines of output] macos1012: ERROR: Exception: macos1012: Traceback (most...

vagrant