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

"Resistance is futile" --the borg Not sure if you get it that the borg has a very negative connotation. It's a metaphor for societal conformance to the blind takeover of...

Currently borg 1.x and master branch both use `llfuse` and `pyfuse3` libraries to implement fuse2 and fuse3 support. But both libraries are not developed anymore, see #6734. There is a...

enhancement
cmd: mount

/kind enhancement Related: #9165 and #9167 Following the discussion in #9104 it's quite hard to properly benchmark Borg's various encryption modes right now. First, it's hard to benchmark multiple modes...

Adding 'enhancement' label based on user approval. Existing labels are kept for issue #641.

enhancement
cmd: create

Adding 'enhancement' label based on user approval. Existing labels are kept for issue #191.

enhancement
c: repository

Adding suggested labels based on user approval: enhancement for issue #32, enhancement for issue #191, enhancement for issue #641, enhancement for issue #939. No labels removed.

enhancement

https://man.freebsd.org/cgi/man.cgi?query=acl_to_text&sektion=3&apropos=0&manpath=FreeBSD+14.3-RELEASE+and+Ports We can: - get the uid / gid instead of the names: always use ACL_TEXT_NUMERIC_IDS - avoid a gazillion more or less expensive, uncached lookups inside "libacl" for the...

help wanted
filesystem
os: bsd
cmd: create

when running borg create as root (for example to back up all home folders) then borg will create the new files owned as root and brick the repository for use...

documentation
c: repository

Borg 1.4 Ctrl+C and SIGINT are not working if borg is asking a `y/N` question. It would be convenient for API usage and command line usage, if aborting would work...