mirror of
https://github.com/restic/restic.git
synced 2025-03-13 20:20:56 +00:00

* 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.