TW

Results 2664 comments of TW

We could add a branch checking for `stat.S_ISWHT` inside `borg create` (that stat method exists on all recent pythons and I checked win32, cygwin, linux: all actually have `stat.S_ISWHT`). Without...

Well, maybe just read the sentence you quoted again. It gives you a specific example how the archived path that is used for matching looks and i can't see how...

Maybe we could additionally provide an example that uses a recursion root like `./relative`.

OK, so which specific part of that sentence led you to wrong conclusions? Would it be better if we remove the "because file paths in Borg archives are always stored...

@real-yfprojects to avoid breakage, some borg versions removed a leading slash from simple patterns. For more complex pattern styles (like e.g. regex) that is impossible to support though, so this...

borg mount does not use the files cache. when mounting an archive, borg always reads all the metadata into memory to build the filesystem (but not the files content data)....

That doesn't usually work because the repo will be locked by borg mount.

1. It reads the metadata from the repo (and yes, all backup data and metadata is stored below `repo_dir/data/`). 2. yes IF you mount a single archive (if you mount...

So you dump one database to a file, then you feed the filename to borg's stdin, then you'ld need a "finished" signal from borg, then you'ld delete the db dump...

BTW, borg < 1.2 used to log the file name **after** backing it up. But that had issues: - borg looked stuck while backing up big files (esp. if the...