mirror of
https://github.com/octoleo/restic.git
synced 2025-01-23 07:08:28 +00:00
e5f0f67ba0
* Stop prepending the operation name: it's already part of os.PathError, leading to repetitive errors like "Chmod: chmod /foo/bar: operation not permitted". * Use errors.Is to check for specific errors.