restic/internal/backend/local
Michael Eischer 40ee17167e local: Ignore permission errors on chmod call in Save/Remove operation
The file is already created with the proper permissions, thus the chmod
call is not critical. However, some file systems have don't allow
modifications of the file permissions. Similarly the chmod call in the Remove
operation should not prevent it from working.
2020-10-07 12:29:37 +02:00
..
config.go Run goimports 2017-07-23 14:21:03 +02:00
doc.go Moves files 2017-07-23 14:19:13 +02:00
layout_test.go Use "pack file" instead of "data file" (#2885) 2020-08-16 11:16:38 +02:00
local_test.go Remove all dot-imports 2017-10-02 15:06:39 +02:00
local_unix.go local/sftp: Remove unneeded stat() call 2017-09-21 21:47:03 +02:00
local_windows.go local/sftp: Remove unneeded stat() call 2017-09-21 21:47:03 +02:00
local.go local: Ignore permission errors on chmod call in Save/Remove operation 2020-10-07 12:29:37 +02:00