2
2
mirror of https://github.com/octoleo/restic.git synced 2024-12-02 01:48:30 +00:00
restic/internal/archiver
Michael Eischer 4df2e33568 archiver: properly create node for vss backups
Previously, NodeFromFileInfo used the original file path to create the
node, which also meant that extended metadata was read from there
instead of within the vss snapshot.

This change is a temporary solution for restic 0.17.2 and will be
replaced with a clean fix in restic 0.18.0.
2024-10-18 22:26:18 +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 backup: report files whose chunks failed to upload 2024-02-11 22:43:26 +01:00
buffer.go archiver: Remove cleanup goroutine from BufferPool 2022-05-29 17:09:16 +02:00
doc.go archiver: Add high-level documentation 2018-05-12 23:55:54 +02:00
file_saver_test.go backup: Ignore xattr.list permission error for parent directories 2024-04-10 20:46:15 +02:00
file_saver.go backup: Ignore xattr.list permission error for parent directories 2024-04-10 20:46:15 +02:00
scanner_test.go use consistent alias for interal/test package 2024-03-29 00:24:03 +01:00
scanner.go archiver: extract Readdirnames to fs package 2024-07-05 21:03:34 +02:00
testing_test.go use consistent alias for interal/test package 2024-03-29 00:24:03 +01:00
testing.go archiver: replace most uses of restic.Repository 2024-05-24 21:33:17 +02:00
tree_saver_test.go backup: report files whose chunks failed to upload 2024-02-11 22:43:26 +01:00
tree_saver.go Improve command shutdown on context cancellation 2024-04-22 22:31:38 +02:00
tree_test.go use consistent alias for interal/test package 2024-03-29 00:24:03 +01:00
tree.go archiver: extract Readdirnames to fs package 2024-07-05 21:03:34 +02:00