mirror of
https://github.com/restic/restic.git
synced 2026-06-10 10:59:43 +00:00
ae7e51382a
Apparently it can take a moment between closing a tempfile marked as DELETE_ON_CLOSE and it actually being deleted. During that time the file is inaccessible. Thus just skip deleting the temp file on windows.