TW

Results 2664 comments of TW

You can already do that by using `--prefix` with prune. Then simply rename the archives you do NOT want to get deleted so that they do NOT match the prefix...

``` ConnectionResetError: [Errno 104] Connection reset by peer ``` That's a network / network filesystem issue, not a borg issue.

Well, obviously it is. That message is not coming from borg, but from the OS. borg just tried to sync and close a file. "connection reset" -> refers to the...

That looks like the cwd is `/` at the moment of path resolution: `/` + `./borg/REDACTED` == `/borg/REDACTED` Usually, the cwd after a ssh login is the home directory of...

You say it works for some commands - for which commands does it work? IIRC the code executed in borg for relative paths is always the same.

If the `borg` directory does not exist yet, you need to use `--make-parent-dirs`. borg creates the repo directory when initializing a new repo, but by default it won't create parent...

That rather looks like an issue with your temp directory. ``` Remote: FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/kmille'] ``` But if the fs...

OK, then at least check what's up with the temp directory. Also do a `ls -l` in the repo/ directory and also in the 2 highest-number subdirs inside repo/data/ and...

``` /dev/sda1 296G 284G 0 100% / ``` No, you are not really out of space, you have ~12GB left. For ext4 (ext3, ext2), there is a "reserved free space...