borg
borg copied to clipboard
Deduplicating archiver with compression and authenticated encryption.
"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...
/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.
Adding 'enhancement' label based on user approval. Existing labels are kept for issue #191.
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.
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...
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...
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...