mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 07:33:21 +00:00
Port fsync error handling from restic
This ignores several different combinations of errnos which are returned if the storage destination is not able to fsync correctly. See also https://github.com/restic/restic/pull/4021
This commit is contained in:
parent
2dd87ced0a
commit
408dcab92e
3 changed files with 45 additions and 5 deletions
4
repo/repo_windows.go
Normal file
4
repo/repo_windows.go
Normal file
|
@ -0,0 +1,4 @@
|
|||
package repo
|
||||
|
||||
// Windows is not macOS.
|
||||
func isMacENOTTY(err error) bool { return false }
|
Loading…
Add table
Add a link
Reference in a new issue