1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-11 06:33:35 +00:00
restic/internal/restic
Michael Eischer 48dbefc37e fs / archiver: convert to handle based interface
The actual implementation still relies on file paths, but with the
abstraction layer in place, an FS implementation can ensure atomic file
accesses in the future.
2024-11-16 12:56:23 +01:00
..
testdata forget: make oldest snapshot marker more strict 2024-09-07 15:07:23 +05:30
backend_find.go
backend_find_test.go
blob.go
blob_set.go
blob_set_test.go replace deprecated usages of math/rand 2024-08-10 19:34:49 +02:00
blob_test.go
config.go
config_test.go
doc.go
duration.go
duration_test.go
find.go add proper constants for node type 2024-08-31 18:20:01 +02:00
find_test.go
id.go
id_int_test.go
id_test.go
ids.go
ids_test.go
idset.go internal/restic: Use IDSet.Clone + use maps package 2024-10-03 21:14:29 +02:00
idset_test.go
json.go
lister.go
lister_test.go
lock.go internal/restic: Use IDSet.Clone + use maps package 2024-10-03 21:14:29 +02:00
lock_test.go
lock_unix.go
lock_windows.go
node.go add proper constants for node type 2024-08-31 18:20:01 +02:00
node_test.go restic: extract Node filesystem code to fs package 2024-08-31 17:37:25 +02:00
node_windows.go fs: move WindowsAttributes definition back to restic package 2024-08-31 18:40:36 +02:00
parallel.go
repository.go
snapshot.go
snapshot_find.go
snapshot_find_test.go
snapshot_group.go
snapshot_group_test.go
snapshot_policy.go forget: make oldest snapshot marker more strict 2024-09-07 15:07:23 +05:30
snapshot_policy_test.go
snapshot_test.go
tag_list.go
tag_list_test.go
testing.go add proper constants for node type 2024-08-31 18:20:01 +02:00
testing_test.go
tree.go add proper constants for node type 2024-08-31 18:20:01 +02:00
tree_stream.go
tree_test.go fs / archiver: convert to handle based interface 2024-11-16 12:56:23 +01:00
zeroprefix.go
zeroprefix_test.go