1
0
mirror of https://github.com/restic/restic.git synced 2024-07-27 12:37:40 +02:00
restic/internal/restorer
Michael Eischer fa5ff0873a
Merge pull request #4925 from MichaelEischer/fix-restore-truncation
restore: Fix truncation of uptodate files
2024-07-21 12:28:12 +02:00
..
doc.go
filerestorer_test.go restore: allow deleting a directory to replace it with a file 2024-07-05 22:38:39 +02:00
filerestorer.go restorer: don't track already uptodate blobs 2024-07-21 12:03:56 +02:00
fileswriter_other_test.go restorer: windows test fixes 2024-06-13 23:20:09 +02:00
fileswriter_test.go restore: allow deleting a directory to replace it with a file 2024-07-05 22:38:39 +02:00
fileswriter_windows_test.go restorer: windows test fixes 2024-06-13 23:20:09 +02:00
fileswriter.go restore: allow deleting a directory to replace it with a file 2024-07-05 22:38:39 +02:00
hardlinks_index_test.go
hardlinks_index.go
restorer_test.go restorer: add test for file truncation case 2024-07-21 12:03:56 +02:00
restorer_unix_test.go restore: test progress reporting for partially up to date files 2024-07-14 11:21:11 +02:00
restorer_unix.go restore: use case insensitive file name comparison on windows 2024-07-05 22:38:39 +02:00
restorer_windows_test.go restore: use case insensitive file name comparison on windows 2024-07-05 22:38:39 +02:00
restorer_windows.go restore: use case insensitive file name comparison on windows 2024-07-05 22:38:39 +02:00
restorer.go restorer: only show size in text output for files 2024-07-20 12:46:28 +02:00
sparsewrite.go restore: fine-grained sparse support for windows 2024-06-13 21:55:33 +02:00
truncate_other.go
truncate_windows.go