TW
TW
@DougInAMug Hmm, right, the stuff here (for borgbackup.github.io) is separate from the versioned software docs auto-generated from borgbackup repo (for borgbackup.readthedocs.org). I'll move this to the borgbackup issue tracker.
It seems that you have issues in very old segment files (5, 7, 28, ...) and also in maybe recent segment files (18080). That looks quite bad and strange. Ideas:...
Errors can also come from HW and SW malfunctioning, like RAM or CPU issues, maybe the storage controller or even cables. Kernel and filesystem could also be the culprit. As...
There is quite a lot of corruption in these segment files. That checksum (CRC32) should be always correct. So either you had a systematic read problem when copying the files...
You also need to follow these notes when upgrading 1.2.x (x 4).
AFAIK: 1. yes, the borg threat model is different. no arbitrary command execution, see API in `remote.py`. yes. 2. yes, no, no, yes. 4. if you want to do a...
``` openindiana64: path = '/run/user/100/pytest', mode = 511, pretty_deadly = True openindiana64: openindiana64: def ensure_dir(path, mode=stat.S_IRWXU | stat.S_IRWXG | stat.S_IRWXO, pretty_deadly=True): openindiana64: """ openindiana64: Ensures that the dir exists with...
There is no `/run` on openindiana: ``` total 1025 lrwxrwxrwx 1 root root 9 März 29 16:49 bin -> ./usr/bin drwxr-xr-x 10 root sys 26 März 29 16:58 boot drwxr-xr-x...
search * for "experimental": ### pattern / patterns-from Check whether we need to fix / improve matching behaviour and if so, fix it (keep experimental status). See also #7964. If...
borg-recreate: see #8197.