2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-09 09:29:51 +00:00
restic/internal/archiver
Michael Eischer 0c711f5605 archiver: use correct filepath in fileSaver for vss
When using the VSS FS, then `f.Name()` contained the filename in the
snapshot. This caused a double mapping when calling NodeFromFileInfo.
2024-10-18 22:29:03 +02:00
..
archiver_test.go backup: exclude irregular files from backup 2024-10-18 21:56:41 +02:00
archiver_unix_test.go backup: exclude irregular files from backup 2024-10-18 21:56:41 +02:00
archiver_windows_test.go backup: exclude irregular files from backup 2024-10-18 21:56:41 +02:00
archiver.go archiver: properly create node for vss backups 2024-10-18 22:26:18 +02:00
blob_saver_test.go archiver: remove unused masterIndex from test 2024-05-24 21:33:17 +02:00
blob_saver.go
buffer.go
doc.go
file_saver_test.go
file_saver.go archiver: use correct filepath in fileSaver for vss 2024-10-18 22:29:03 +02:00
scanner_test.go
scanner.go archiver: extract Readdirnames to fs package 2024-07-05 21:03:34 +02:00
testing_test.go
testing.go archiver: replace most uses of restic.Repository 2024-05-24 21:33:17 +02:00
tree_saver_test.go
tree_saver.go
tree_test.go
tree.go archiver: extract Readdirnames to fs package 2024-07-05 21:03:34 +02:00