rest-server/repo/repo_windows.go
Michael Eischer 408dcab92e 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
2022-11-11 22:37:02 +01:00

4 lines
89 B
Go

package repo
// Windows is not macOS.
func isMacENOTTY(err error) bool { return false }