borg
borg copied to clipboard
Deduplicating archiver with compression and authenticated encryption.
see there: https://habr.com/en/post/458518/
``` $ borg-1.0.11 create -v tw@localhost:repo::test input/ Synchronizing chunks cache... Archives: 9, w/ cached Idx: 0, w/ outdated Idx: 0, w/o cached Idx: 9. Fetching and building archive index for...
It would be nice to see the total number of file cache hits with `--stats` so you could tell how many files were (not) changed at a glance. Currently there...
see #4422 discussion. in the repo and also in the cache, we have a ini-like `config` file that stores some values. some of them are mostly-static: - repo in repokey...
### Have you checked borgbackup docs, FAQ, and open Github issues? Yes ### Is this a BUG / ISSUE report or a QUESTION? Feature request ### System information. For client/server...
There are patches in flight for the linux kernel to add an additional mechanism to allow file IO without affecting file caches. The proposal uses a new flag RWF_UNCACHED for...
``` $ ./borg.exe mount repo mnt ^ works $ BORG_FUSE_IMPL=pyfuse3 ./borg.exe mount borg/repo/ borg/mnt2 borg mount not available: no FUSE support, BORG_FUSE_IMPL=pyfuse3. ``` Guess the binary was built with llfuse...
taken from #955 where this was suggested: by @jdchristensen : However, if some kind of automated lock removal was desired, one idea would be for borg to update the timestamp...
## Have you checked borgbackup docs, FAQ, and open Github issues? Yes ## Is this a BUG / ISSUE report or a QUESTION? BUG / ISSUE ## System information. For...
See discussion in #5899. PRs are welcome!