1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-02-02 20:46:57 +00:00
restic/internal/archiver
Michael Eischer c8c8391b21
Merge pull request #3974 from greatroar/cleanup
More cleanups and a micro-optimization
2022-10-21 21:11:37 +02:00
..
archiver.go backup: Remove unused filename parameter from CompleteBlob callback 2022-10-15 15:21:17 +02:00
archiver_test.go restic: Change FindSnapshot functions to return the snapshot 2022-10-15 13:34:04 +02:00
archiver_unix_test.go
archiver_windows_test.go
blob_saver.go
blob_saver_test.go repository: split index into a separate package 2022-10-08 21:15:34 +02:00
buffer.go
doc.go
file_saver.go backup: Remove unused filename parameter from CompleteBlob callback 2022-10-15 15:21:17 +02:00
file_saver_test.go archiver: Restructure SaveTree to work like SaveDir 2022-10-08 21:28:39 +02:00
scanner.go
scanner_test.go
testing.go restic: Change FindSnapshot functions to return the snapshot 2022-10-15 13:34:04 +02:00
testing_test.go all: Minor cleanups 2022-10-16 10:50:39 +02:00
tree.go
tree_saver.go backup: Only return a warning for duplicate directory entries 2022-10-08 21:38:21 +02:00
tree_saver_test.go archiver: Check that duplicates are only ignored if identical 2022-10-08 21:38:36 +02:00
tree_test.go