restic/internal/restorer
Michael Eischer 3b854d9c04
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run
Create and publish a Docker image / provenance (push) Blocked by required conditions
test / Linux Go 1.23.x (push) Waiting to run
test / Linux Go 1.24.x (push) Waiting to run
test / Linux (race) Go 1.25.x (push) Waiting to run
test / Windows Go 1.25.x (push) Waiting to run
test / macOS Go 1.25.x (push) Waiting to run
test / Linux Go 1.25.x (push) Waiting to run
test / Cross Compile for subset 0/3 (push) Waiting to run
test / Cross Compile for subset 1/3 (push) Waiting to run
test / Cross Compile for subset 2/3 (push) Waiting to run
test / lint (push) Waiting to run
test / Analyze results (push) Blocked by required conditions
test / docker (push) Waiting to run
Merge pull request #5449 from provokateurin/restore-ownership-by-name
feat(internal/fs/node): Restore ownership by name
2025-11-16 16:50:36 +01:00
..
doc.go fix some typos 2024-03-11 14:35:12 +08:00
filerestorer.go Remove unnecessary type conversions. 2025-03-22 18:20:30 +00:00
filerestorer_test.go Rename unused parameters to '_'. 2025-03-22 18:20:30 +00:00
fileswriter.go cleanup imports 2024-08-31 17:37:25 +02:00
fileswriter_other_test.go restorer: windows test fixes 2024-06-13 23:20:09 +02:00
fileswriter_test.go Fix typos 2024-08-11 21:38:15 +02:00
fileswriter_windows_test.go restorer: windows test fixes 2024-06-13 23:20:09 +02:00
hardlinks_index.go Fix typos 2023-12-06 13:11:55 +01:00
hardlinks_index_test.go restorer: Make hardlink index generic 2023-10-27 23:40:42 +02:00
restorer.go feat(internal/fs/node): Restore ownership by name 2025-11-16 16:40:58 +01:00
restorer_test.go repository: enforce that SaveBlob is called within WithBlobUploader 2025-10-12 18:26:26 +02:00
restorer_unix.go restore: use case insensitive file name comparison on windows 2024-07-05 22:38:39 +02:00
restorer_unix_test.go restore: Add progress bar to 'restore --verify' 2024-08-11 22:25:21 +02:00
restorer_windows.go Fix typos 2024-08-11 21:38:15 +02:00
restorer_windows_test.go data: split node and snapshot code from restic package 2025-10-03 19:10:39 +02:00
sparsewrite.go restore: fine-grained sparse support for windows 2024-06-13 21:55:33 +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