borg
borg copied to clipboard
Deduplicating archiver with compression and authenticated encryption.
**Rationale** Borg 2 introduces the concept of archive series and discourages unique archive names. To work on a single archive the docs currently tell users to use `aid:` patterns. IMHO...
When building the project in Fedora, I get these warnings: ``` [4/6] Cythonizing src/borg/crypto/low_level.pyx /usr/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated !! ******************************************************************************** Please use a simple string...
I had to do a bare metal restore of my server today, and during restore I noticed a lot of "attrs: [Errno 12] Cannot allocate memory" errors. It appears that...
## Have you checked borgbackup docs, FAQ, and open GitHub issues? Yes ## Is this a BUG / ISSUE report or a QUESTION? BUG ## System information. For client/server mode...
## Have you checked borgbackup docs, FAQ, and open GitHub issues? Yup. ## Is this a BUG / ISSUE report or a QUESTION? QUESTION: is this a bug? ## System...
## Have you checked borgbackup docs, FAQ, and open GitHub issues? Yes ## Is this a BUG / ISSUE report or a QUESTION? BUG ## System information. For client/server mode...
If the partition `~/.cache/borg` resides on fills up (during create), Borg still continues, producing 'file not found' errors. Happened with the latest stable v1.4.0. A solution would be to detect...
From: https://docs.python.org/3.12/library/os.html """ Changed in version 3.12: st_birthtime[_ns] is now available on Windows. """ """ Changed in version 3.12: The st_ctime attribute of a stat result is deprecated on Windows....
https://man7.org/linux/man-pages/man3/acl_to_any_text.3.html Compared to `acl_to_text`, we can: - get the uid / gid instead of the names - avoid a gazillion more or less expensive, uncached lookups inside libacl for the...
Fixes https://github.com/borgbackup/borg/issues/8589