Results 67 comments of wojas

I am willing to update this PR to the latest version of restic if there is interest in merging this.

This would be a useful addition. Supporting this on the rest-server needs to be optional, as it's a heavy operation on some deployments, in which case restic should fall back...

> CPU performance should not be an issue, even my router can calculate hashes faster than sata SSDs can read. As we can see here: This is true for almost...

You can rewrite the path in nginx with something like: ``` rewrite ^/base_path/(.*)$ /$1 break; ```

Exporting a metric with the last time a snapshot was written during the lifetime of a process would not be hard to add. Exporting it for repositories that have not...

> Additional metrics that may be useful; some of which I suspect would need the repositories credentials. I am not sure if the REST server would have the capabilities to...

That's not right, indeed. I have a workaround that we will include in the next version. Thanks for reporting!