1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-02-02 12:34:10 +00:00
restic/internal/restorer
Michael Eischer e8bbb05328 restore: Correctly handle partial pack download errors
Failed pack/blob downloads should be retried. For blobs that fail
decryption assume that the pack file is really damaged and try to
restore the remaining blobs.
2021-06-29 20:54:16 +02:00
..
doc.go
filerestorer.go restore: Correctly handle partial pack download errors 2021-06-29 20:54:16 +02:00
filerestorer_test.go
fileswriter.go
fileswriter_test.go
preallocate_darwin.go Use FcntlFstore to preallocate on Mac 2021-04-10 16:54:07 +02:00
preallocate_linux.go
preallocate_other.go
preallocate_test.go restorer: Skip preallocate test if not supported by the filesystem 2021-03-04 20:33:46 +01:00
restorer.go
restorer_test.go
restorer_unix_test.go