2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-28 14:40:49 +00:00
restic/internal/restorer
greatroar c0b5ec55ab repository: Remove empty cleanup functions in tests
TestRepository and its variants always returned no-op cleanup functions.
If they ever do need to do cleanup, using testing.T.Cleanup is easier
than passing these functions around.
2022-12-11 11:06:25 +01:00
..
doc.go gofmt all files 2022-08-19 19:12:26 +02:00
filerestorer_test.go test: Use testing.T.Cleanup to remove tempdirs 2022-12-09 14:23:55 +01:00
filerestorer.go repository: special case SaveBlob for all zero chunks 2022-09-24 21:39:39 +02:00
fileswriter_test.go test: Use testing.T.Cleanup to remove tempdirs 2022-12-09 14:23:55 +01:00
fileswriter.go restore: support sparse restores also on windows 2022-09-24 21:39:39 +02:00
hardlinks_index_test.go restorer: extract hardlinks index from restic package 2022-07-17 13:45:42 +02:00
hardlinks_index.go restorer: extract hardlinks index from restic package 2022-07-17 13:45:42 +02:00
preallocate_darwin.go Use FcntlFstore to preallocate on Mac 2021-04-10 16:54:07 +02:00
preallocate_linux.go restorer: pre-allocate files before loading chunks 2020-09-07 21:41:47 +02:00
preallocate_other.go add go:build headers everywhere 2022-03-28 22:23:47 +02:00
preallocate_test.go test: Use testing.T.Cleanup to remove tempdirs 2022-12-09 14:23:55 +01:00
restorer_test.go repository: Remove empty cleanup functions in tests 2022-12-11 11:06:25 +01:00
restorer_unix_test.go repository: Remove empty cleanup functions in tests 2022-12-11 11:06:25 +01:00
restorer_windows_test.go restore: support sparse restores also on windows 2022-09-24 21:39:39 +02:00
restorer.go restic: Change FindSnapshot functions to return the snapshot 2022-10-15 13:34:04 +02:00
sparsewrite.go restorer: move zeroPrefixLen to restic package 2022-09-24 21:39:39 +02:00
truncate_other.go restore: support sparse restores also on windows 2022-09-24 21:39:39 +02:00
truncate_windows.go restore: support sparse restores also on windows 2022-09-24 21:39:39 +02:00