mirror of
https://github.com/octoleo/restic.git
synced 2025-01-22 22:58:26 +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.