borg
borg copied to clipboard
Deduplicating archiver with compression and authenticated encryption.
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....
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:...
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...
/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...
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...
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...
## 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...