mirror of
https://github.com/restic/restic.git
synced 2025-08-20 10:57:31 +00:00
forget: update tests to reflect specific reasons for keeping oldest snapshots in a group
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user