borg
borg copied to clipboard
Deduplicating archiver with compression and authenticated encryption.
/kind enhancement **Suggestion:** Currently Borg (both Borg 1 and Borg 2 actually) reports missing chunks in an archive - file - chunk relation, like the following: ``` Tuxedo-InfinityBook-14-2022-03-31T20:05:51: var/lib/flatpak/repo/objects/49/2e580bd7ac5842e9bfe34a382520bfd2190b08759adc52b837014a631cc4df.file: Missing...
Hi, On one of us backup, we have some error of integrity. After some search and test, we seen that `index.xxxx` is missing on the repository. We investigate that because...
/kind enhancement Some prior, loosely related discussions can be found in #9103 and #9104. Following the refactored `init --encryption` docs for Borg 1.4 (see #9103), we still have to update...
I have tried using the GitHub-built Linux binaries (the ones with `-gh` suffix) for version 1.4.2 and I get an error about `no FUSE support`: ``` > ./borg-linux-glibc235-x86_64-gh --version borg-linux-glibc235-x86_64-gh...
while the other vagrant boxes run rather stable, the netbsd box frequently has the python interpreter crashing with segfaults while running the tests. virtualbox issue? netbsd issue? ``` Linux c64...
For the borg 1.4.2 release, I added macOS binary building on GitHub: - Apple Silicon binary, built on macOS 14 GitHub runner - Intel binary, built on macOS 13 GitHub...
Spotted this in PR #9146 (master branch): ``` =================================== FAILURES =================================== 2025-11-05T17:50:25.2963838Z ______________ test_hard_link_deletion_and_replacement[archiver] _______________ 2025-11-05T17:50:25.2964927Z [gw1] freebsd14 -- Python 3.11.13 /home/runner/work/borg/borg/.venv/bin/python 2025-11-05T17:50:25.2965578Z 2025-11-05T17:50:25.2965758Z archivers = 'archiver' 2025-11-05T17:50:25.2966629Z request =...
The pyinstaller-made binary based on fuse3 (contains: pyfuse3/... and libfuse3...) does not work. It says "no FUSE support", it seems it can't import pyfuse3. I did not see `trio` in...
When creating an archive with --atime on platforms without O_NOATIME, opening a file for reading could update atime before we recorded it (thus we archived the updated atime, not the...
When creating an archive with --atime on platforms without O_NOATIME, opening a file for reading could update atime before we recorded it (thus we archived the updated atime, not the...