TW
TW
v1 is deprecated.
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...
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...
``` $ ./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...
See discussion in #5899. PRs are welcome!
From a mailing list post of mine: [The borg user asking copied existing data to a new filesystem.] > Should I move to "--files-cache=mtime,size,inode" (Modify) to avoid long initial backup...
for files on supporting filesystems, we have the SEEK_HOLE/SEEK_DATA api. but this does not apply to block devices, we need something else to detect unused blocks in these. For block...