TW

Results 2664 comments of TW

Looks like pCloud drive has troubles with `rmdir` of the lock directory (when borg releases the lock). I tried adding a sleep for 10s before the rmdir, but it didn't...

After playing around a while with it, I don't think you can use that as a reliable repo storage for borg, at least not as pCloud drive is implemented now:...

I never tested borg with iCloud, so better first try if that is more reliable. Often such cloud filesystems are less reliable and somehow misbehaved. On https://borgbackup.org/ we list some...

Will keep this open for a while, maybe interesting for other users and also I want to retry later (if/when my pcloud drive "recovered").

borg extract for a long time did not support "incremental extraction" at all: it assumed that you are extracting into an empty directory (and if it was not empty, it...

BTW, this is the wrong issue tracker, I will transfer it to `borgbackup/borg` ...

BTW, theoretically it would be possible to use rsync from the `borgfs` created by `borg mount repo::last_archive` to your destination directory, but that has some issues: - might need lots...

See also #7995. Fixed in 1.4-maint, TODO: check master / borg2 branch.