Michael Eischer
Michael Eischer
The sftp backend internally uses the standard `ssh` binary of a system. It would be necessary to reimplement the sshpass functionality in restic, which doesn't feel particularly elegant to me....
> However, restic becomes extremely portable in a docker container. Using an env variable means the entire configuration can be picked up and moved by restoring the docker compose file....
Closing as ssh keys should work and are the more secure solution.
> Here you can see that the scan took significantly less time (25 seconds vs 461 seconds) when VSS was not used. Also noticed that when VSS was being used,...
The log message prints the compression setting used for the current command. And it's already documented at https://restic.readthedocs.io/en/stable/047_tuning_backup_parameters.html#compression that the compression parameter only applied to a single run of restic....
I don't think it would be particularly useful for `restore` to interpret excludes relative to the file system root. Then restoring to a temporary folder would always require a custom...
Fixed by https://github.com/restic/restic/pull/5345
The main reason why there's no new release yet is that I haven't gotten around so far to make use of the new API in restic. My plan was to...
For now the easiest workaround is probably to just create a separate snapshot for the problematic files and then always specify `--force` for those.
This is related to #2661 and #1734