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

Rather simple and very slow encryption code, needs to be tuned later IF we find this worthwhile doing. Note: - the encryption of a buzhash64 current sum value must only...

Unless I have somehow missed existing functionality to achieve this, it would be useful to be able to specify: - default options for FORMAT (eg in /etc/borg/borg.conf - no such...

This is from master branch (same in 1.4-maint): ``` def blake2b_256(key, data): return hashlib.blake2b(key+data, digest_size=32).digest() ``` It is one of the chunkid hashes borg uses. The usage there is unusual,...

help wanted
security
breaking
cmd: transfer

I've heard about Winfsp landing 1.0 which gives Windows the ability to use a fuse-like fs. https://winfsp.dev/ I hope someone can make borg mounts work on Windows!

os: windows
cmd: mount

is there such a thing? could we use it to chunk and compute the storage key in one go? currently the chunker computes a 32bit rolling hash (buzhash) over a...

question
c: chunker

This PR adds preliminary support for matching ISO 8601 timestamps with the `date:` archive filter, and intends to begin addressing the requirements of #8715. Timestamps (except for Unix epoch forms)...

I have an old borg repository and want to recreate it using different chunker params. So I mount the repository and back up the mounted archives again to a new...

bug

This PR adds optional interval handling for all retention filter flags of the `prune` command, previously only available on `--keep-within`. E.g. `prune --keep-hourly=7d` will keep hourly archives for the last...

My archive names look like this: `hostname-username-2016-11-10_11:57:54.507433` When I want to look inside an archive I have to type the whole name or copy/paste it with the mouse. Would it...

enhancement
shell completion

## Have you checked borgbackup docs, FAQ, and open GitHub issues? Yes ## Is this a BUG / ISSUE report or a QUESTION? None of the above. Probably a feature...

c: cache