2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-23 13:17:42 +00:00
restic/internal/archiver
Michael Eischer 73c9780321 backup: store but warn if extended metadata for item is incomplete
Files were not included in the backup if the extended metadata for the
file could not be read. This is rather drastic. Instead settle on
returning a warning but still including the file in the backup.
2024-08-03 22:25:29 +02:00
..
archiver_test.go backup: store but warn if extended metadata for item is incomplete 2024-08-03 22:25:29 +02:00
archiver_unix_test.go archiver: replace most uses of restic.Repository 2024-05-24 21:33:17 +02:00
archiver_windows_test.go Remove unused context or testing parameters 2023-05-18 21:17:53 +02:00
archiver.go backup: store but warn if extended metadata for item is incomplete 2024-08-03 22:25:29 +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