2022-08-23 23:21:01 +00:00
|
|
|
Bugfix: Directory sync errors for repositories accessed via SMB
|
2022-05-11 18:37:59 +00:00
|
|
|
|
2022-08-23 23:21:01 +00:00
|
|
|
On Linux and macOS, accessing a repository via a SMB/CIFS mount resulted in
|
|
|
|
restic failing to save the lock file, yielding the following errors:
|
2022-05-11 18:37:59 +00:00
|
|
|
|
|
|
|
Save(<lock/071fe833f0>) returned error, retrying after 552.330144ms: sync /repo/locks: no such file or directory
|
|
|
|
Save(<lock/bf789d7343>) returned error, retrying after 552.330144ms: sync /repo/locks: invalid argument
|
|
|
|
|
2022-08-23 23:21:01 +00:00
|
|
|
This has now been fixed by ignoring the relevant error codes.
|
2022-05-11 18:37:59 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/3720
|
|
|
|
https://github.com/restic/restic/issues/3751
|
|
|
|
https://github.com/restic/restic/pull/3752
|