Michael Eischer
Michael Eischer
`subprocess ssh: client_loop: send disconnect: Connection reset by peer` rather looks like the server side disappeared of the network connection is interrupted externally for some reason. As you've reported a...
which sftp server and client are you using? I'm assuming you're also backing up from Windows to a Linux sftp server? Are you able to connect to the server when...
Related to #3560. This feature would be very platform dependent. Just restoring the partition information is by far not enough, we'd have to run the OS specific tools to create...
A possible implementation approach for https://github.com/restic/restic/issues/2666 .
There's already #1514 for the gitignore feature request. Since restic 0.9.3 (#1892) globbing is supported for `--files-from` in principle. However `**` is currently not supported.
Judging from the go source code, the default behavior is currently to first ignore the `SIGPIPE` signal and then internally route it back to the signal handler if it is...
> ``` > 53f8199d362ea0d1c3fa476d31733987 siteb-servers [29/Jul/2021:03:35:17 +1200] 10.22.240.112 arn:aws:iam::53f8199d362ea0d1c3fa476d31733987:user/usera 0268b179-1011-1f4b-b18a-9440c96ea5a8 REST.GET.OBJECT data%2F40%2F40696875ede6982909b48c78d834ba4e005c81ffb7feec0a5a6a88d31beb401f "GET /siteb-servers/data/40/40696875ede6982909b48c78d834ba4e005c81ffb7feec0a5a6a88d31beb401f HTTP/1.1" 200 null 4620129 72 208 208 "-" "MinIO (linux; amd64) minio-go/v7.0.5" - > > 53f8199d362ea0d1c3fa476d31733987...
I haven't noticed an old index file in the cache directory, so that seems to be fine. `check` is rather slow when run with the `--no-cache` option. Using that option...
I've dug again through the log files and noticed something (slightly) interesting: The number of unused pack files and the missing ones roughly matches the numbers I'd expect to see...
The `MkdirAll` calls in the sftp backend currently don't set the proper permissions. The files in the directories are nevertheless only readable for the correct user. Fixing this requires reimplementing...