1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-04 18:48:39 +00:00
restic/internal/restic
Srigovind Nayak b69c6408a6
forget: make oldest snapshot marker more strict
Now, a snapshot is only marked as oldest if it's the last in the list AND its values matches the last seen value for that bucket.

Also, updated the corresponding golden files for the tests.
2024-09-07 15:07:23 +05:30
..
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 repository: fix parameter order of LookupBlobSize 2024-05-24 21:33:17 +02:00
id.go Switch back to sha256 from the std library 2024-08-10 19:16:10 +02:00
id_int_test.go
id_test.go
ids.go
ids_test.go
idset.go restic: add IDSet.Clone() method 2024-05-24 21:33:17 +02:00
idset_test.go restic: add IDSet.Clone() method 2024-05-24 21:33:17 +02:00
json.go
lister.go
lister_test.go
lock.go lock: introduce short delay between failed locking retries 2024-08-26 16:31:42 +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 repository: remove SaveIndex from interface 2024-05-24 21:33:17 +02:00
snapshot.go
snapshot_find.go Add more checks for canceled contexts 2024-07-31 19:30:47 +02:00
snapshot_find_test.go
snapshot_group.go forget: refuse deleting the last snapshot in a snapshot group 2024-05-24 20:45:33 +02:00
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 repository: fix parameter order of LookupBlobSize 2024-05-24 21:33:17 +02:00
tree_test.go restic: extract Node filesystem code to fs package 2024-08-31 17:37:25 +02:00
zeroprefix.go
zeroprefix_test.go