TW
TW
The automation has been merged into master (and 1.2-maint), see PR #6197. The docs of master branch currently show the borg 1.1 demo video, this must be replaced by an...
Is that a regression / did that work with 1.1.x?
`manifest.Archives.list` only supports shell pattern style. regex is not implemented there (yet?). Guess it would be easy to implement via `borg.patterns.parse_pattern`. Just the default needs to stay as is for...
@knutov have a look at PR #7028.
Borg needs to traverse and access all files, because it always creates backup archives which include all files and needs some metadata from all files. There is no plan to...
From the 1.1.16 change log entry: - verbose files cache logging via --debug-topic=files_cache, #5659. You could use that to find out why a lot of your files are marked as...
@jalustig did you try my suggestion (see previous post) or did you otherwise solve the issue?
I somehow can't find the minimum kernel version required for this feature. Also, besides kernel, are there other requirements?
@infectormp ok, that's informative about the syscalls, but the man pages do not list the minimum requirement for the `RWF_UNCACHED` flag.
I tried to find that in official kernel changelog, but couldn't.