Alexander Neumann

Results 286 comments of Alexander Neumann

Not yet, but you can just run the backup again and it will resume.

Hm, I find that rather unexpected. Restic starts, reads files, splits them into chunks, bundles the chunks together to pack files and uploads the pack files to the backend. The...

FYI: It was just reported that Hetzner is still running ProFTPD 1.3.5b. The fix should be in 1.3.6, which just released a few weeks ago on 9 April.

A user just reported that Hetzner seems to have installed a newer version of the ftp service, so it works much better now. Can anybody else confirm this?

Yes, `restic prune` will take care of that.

It is "safe" in terms of safety: It won't break the repo. But you'll have to start from the beginning and the repo will keep growing until you manage to...

For your information: We've recently figured out that some sftp servers disconnect clients after a while without activity, you can prevent that with restic by adding the following settings to...

This is not actively being worked on as far as I know. Somebody would need to step up and implement reconnection/restarting code into the `sftp` backend.

Yes, this is something we definitely need to work on, it also applies to other operations.