restic/internal/restorer
Michael Eischer 94cbc6392d restore: slightly reduce memory usage while restoring files
The information which target files are contained in a pack file is no
longer necessary after processing a pack.
2023-04-23 11:33:21 +02:00
..
doc.go
filerestorer_test.go restore: Add progress bar 2023-04-07 12:08:23 +02:00
filerestorer.go restore: slightly reduce memory usage while restoring files 2023-04-23 11:33:21 +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
hardlinks_index.go
preallocate_darwin.go
preallocate_linux.go
preallocate_other.go
preallocate_test.go test: Use testing.T.Cleanup to remove tempdirs 2022-12-09 14:23:55 +01:00
restorer_test.go restore: Add progress bar 2023-04-07 12:08:23 +02:00
restorer_unix_test.go restore: Add progress bar 2023-04-07 12:08:23 +02:00
restorer_windows_test.go restore: support sparse restores also on windows 2022-09-24 21:39:39 +02:00
restorer.go restore: Add progress bar 2023-04-07 12:08:23 +02:00
sparsewrite.go
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