restic/internal/backend/local
Michael Terry 7f3e3b77ce backend/local: fix "operation not supported" when unlocking
If the repo is on a mounted folder that doesn't support chmod (like
SMB), it was causing an "operation not supported" error when trying to
chmod 666 a file before deleting it.

But it isn't generally needed before deleting a file (the folder
permissions matter there, not the file permissions). So, just drop it.
2025-11-16 08:09:51 -05:00
..
config.go drop support for s3legacy layout 2024-08-31 17:25:24 +02:00
config_test.go location: Make ParseConfig-test backend agnostic 2023-06-17 15:15:58 +02:00
doc.go Moves files 2017-07-23 14:19:13 +02:00
layout_test.go backends: pass error logger to backends 2025-10-03 18:22:42 +02:00
local.go backend/local: fix "operation not supported" when unlocking 2025-11-16 08:09:51 -05:00
local_internal_test.go backends: pass error logger to backends 2025-10-03 18:22:42 +02:00
local_test.go backends: pass error logger to backends 2025-10-03 18:22:42 +02:00
local_unix.go backend/local: fix "operation not supported" when unlocking 2025-11-16 08:09:51 -05:00
local_windows.go backend/local: fix "operation not supported" when unlocking 2025-11-16 08:09:51 -05:00