mirror of
https://github.com/restic/restic.git
synced 2025-01-02 21:25:12 +00:00
forget: update tests to reflect specific reasons for keeping oldest snapshots in a group
This commit is contained in:
parent
87f30bc787
commit
d656a50852
8 changed files with 10 additions and 10 deletions
|
@ -68,7 +68,7 @@
|
|||
"paths": null
|
||||
},
|
||||
"matches": [
|
||||
"yearly snapshot"
|
||||
"oldest yearly snapshot"
|
||||
],
|
||||
"counters": {
|
||||
"yearly": 6
|
||||
|
|
|
@ -214,7 +214,7 @@
|
|||
"paths": null
|
||||
},
|
||||
"matches": [
|
||||
"yearly snapshot"
|
||||
"oldest yearly snapshot"
|
||||
],
|
||||
"counters": {
|
||||
"yearly": 6
|
||||
|
|
|
@ -165,7 +165,7 @@
|
|||
"paths": null
|
||||
},
|
||||
"matches": [
|
||||
"yearly within 9999y"
|
||||
"oldest yearly within 9999y"
|
||||
],
|
||||
"counters": {}
|
||||
}
|
||||
|
|
|
@ -1978,7 +1978,7 @@
|
|||
"paths": null
|
||||
},
|
||||
"matches": [
|
||||
"last snapshot"
|
||||
"oldest last snapshot"
|
||||
],
|
||||
"counters": {
|
||||
"last": -1
|
||||
|
|
|
@ -2169,8 +2169,8 @@
|
|||
"paths": null
|
||||
},
|
||||
"matches": [
|
||||
"last snapshot",
|
||||
"hourly snapshot"
|
||||
"oldest last snapshot",
|
||||
"oldest hourly snapshot"
|
||||
],
|
||||
"counters": {
|
||||
"last": -1,
|
||||
|
|
|
@ -1708,7 +1708,7 @@
|
|||
"paths": null
|
||||
},
|
||||
"matches": [
|
||||
"hourly snapshot"
|
||||
"oldest hourly snapshot"
|
||||
],
|
||||
"counters": {
|
||||
"hourly": -1
|
||||
|
|
|
@ -238,8 +238,8 @@
|
|||
"paths": null
|
||||
},
|
||||
"matches": [
|
||||
"monthly snapshot",
|
||||
"yearly snapshot"
|
||||
"oldest monthly snapshot",
|
||||
"oldest yearly snapshot"
|
||||
],
|
||||
"counters": {
|
||||
"monthly": -1,
|
||||
|
|
|
@ -1978,7 +1978,7 @@
|
|||
"paths": null
|
||||
},
|
||||
"matches": [
|
||||
"last snapshot"
|
||||
"oldest last snapshot"
|
||||
],
|
||||
"counters": {
|
||||
"last": 97
|
||||
|
|
Loading…
Reference in a new issue