TW
TW
For script use, guess you rather want to set the related `BORG_*` env var (see the docs for a list), that automatically answers such questions. Not sure how well `input()`...
Hmm, looks like: - a complete (last) segment directory was gone. - a cache transaction id is known, but there is no segments transaction / commit at that place In...
Likely not specific to 1.0.x, so moving it to 1.1.x milestone.
@dgasaway there is a segment file missing in your repo: /mnt/s3ql/borg/data/7/7835. Also, you are running borg check with --archives-only, but the repo obviously has very low-level issues, so a full...
The repo index maps chunkid -> segment, offset, size. The archive's metadata stream has a list of chunkids for each file with content. borg check should usually tell you if...
@AkechiShiro thanks for your feedback! but could you please move this to a new github issue or discussion rather than appending to a five year old ticket?
Also, we maybe should remove that final line-continuation backslash in the commands.
@Mannuel25 did you look into the 1.2-maint branch (not: master)?
``` borg prune \ --list \ --prefix '{hostname}-' \ --show-rc \ --keep-daily 7 \ --keep-weekly 4 \ --keep-monthly 6 \ ``` The last backslash there is not needed, because the...
@i-m-karanagarwal sure, it is still open, just make a PR!