restic/backend/local
Klaus Post 7c84d810d3 Make sure we can delete files on Windows.
Files must be closed on Windows before they can be deleted.
Therefore we keep track of all open files, and closes them before
we delete them.

Also we don't set finished blobs to read-only on Windows, since
that prevents us from deleting them.
2015-08-14 15:30:36 +02:00
..
doc.go Add minimal documentation for backend/{local,sftp} 2015-05-09 12:54:45 +02:00
local.go Make sure we can delete files on Windows. 2015-08-14 15:30:36 +02:00