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 decryption advantages apply regardless of repository type, so it makes sense to always apply the caching, even for local repositories.

From #2249 > Or we fix IO encoding to UTF-8 (irrespective of locale) in JSON mode, which probably makes more sense and is less error prone for downstream developers anyway....

bug
c: json api

we could just move to backshift deletion in the hashtable to get totally rid of tombstones. good: - less code in hashindex_lookup (which is used frequently) - shorter chains bad:...

c: hashindex

the archiver tests (also fuse tests, iirc) are way too complex, testing too much stuff in a single test. also, they use `unittest` style (see #28). so, let's add way...

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

help wanted

/kind enhancement When creating full system backups one must usually run Borg as `root` to avoid permission issues. However, it might be undesirable to store these backups as root, as...

enhancement

Trying to use `borg import-tar` [Docs](https://borgbackup.readthedocs.io/en/stable/usage/tar.html) say: _a `--tar-filter` program may be explicitly specified. It should read compressed data from **stdin** and output an uncompressed tar stream on **stdout**._ Can...

enhancement
cmd: recreate
cmd: create
cmd: tar

the files cache uses python dicts currently because cache entries also have variable length lists (the chunks list). this makes it easy to deal with, but also comes with some...

breaking
c: hashindex
c: cache

## Have you checked borgbackup docs, FAQ, and open Github issues? Yes ## Is this a BUG / ISSUE report or a QUESTION? QUESTION ## System information. For client/server mode...