2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-23 21:27:34 +00:00
restic/internal/archiver
Michael Eischer 7bb92dc7bd archiver: use ExtendedStat from FS interface
With this change, NodeFromFileInfo is the last function that bypasses
the FS interface in the archiver.
2024-08-31 18:05:09 +02:00
..
archiver_test.go archiver: use ExtendedStat from FS interface 2024-08-31 18:05:09 +02:00
archiver_unix_test.go restic: extract Node filesystem code to fs package 2024-08-31 17:37:25 +02:00
archiver_windows_test.go Remove unused context or testing parameters 2023-05-18 21:17:53 +02:00
archiver.go archiver: use ExtendedStat from FS interface 2024-08-31 18:05:09 +02:00
blob_saver_test.go archiver: hide implementation details 2024-08-31 17:52:45 +02:00
blob_saver.go archiver: hide implementation details 2024-08-31 17:52:45 +02:00
buffer.go archiver: hide implementation details 2024-08-31 17:52:45 +02:00
doc.go archiver: hide implementation details 2024-08-31 17:52:45 +02:00
exclude_test.go archiver: minimize imports 2024-08-31 18:04:37 +02:00
exclude.go archiver: minimize imports 2024-08-31 18:04:37 +02:00
file_saver_test.go archiver: hide implementation details 2024-08-31 17:52:45 +02:00
file_saver.go archiver: hide implementation details 2024-08-31 17:52:45 +02:00
scanner_test.go backup: convert reject funcs to use FS interface 2024-08-31 18:03:02 +02:00
scanner.go archiver: minimize imports 2024-08-31 18:04:37 +02:00
testing_test.go fs: clean up helper functions 2024-08-31 17:37:25 +02:00
testing.go fs: clean up helper functions 2024-08-31 17:37:25 +02:00
tree_saver_test.go archiver: hide implementation details 2024-08-31 17:52:45 +02:00
tree_saver.go archiver: hide implementation details 2024-08-31 17:52:45 +02:00
tree_test.go archiver: hide implementation details 2024-08-31 17:52:45 +02:00
tree.go archiver: hide implementation details 2024-08-31 17:52:45 +02:00