mirror of
https://github.com/octoleo/restic.git
synced 2025-04-04 14:31:50 +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
@ -68,7 +68,7 @@
|
|||||||
"paths": null
|
"paths": null
|
||||||
},
|
},
|
||||||
"matches": [
|
"matches": [
|
||||||
"yearly snapshot"
|
"oldest yearly snapshot"
|
||||||
],
|
],
|
||||||
"counters": {
|
"counters": {
|
||||||
"yearly": 6
|
"yearly": 6
|
||||||
|
@ -214,7 +214,7 @@
|
|||||||
"paths": null
|
"paths": null
|
||||||
},
|
},
|
||||||
"matches": [
|
"matches": [
|
||||||
"yearly snapshot"
|
"oldest yearly snapshot"
|
||||||
],
|
],
|
||||||
"counters": {
|
"counters": {
|
||||||
"yearly": 6
|
"yearly": 6
|
||||||
|
@ -165,7 +165,7 @@
|
|||||||
"paths": null
|
"paths": null
|
||||||
},
|
},
|
||||||
"matches": [
|
"matches": [
|
||||||
"yearly within 9999y"
|
"oldest yearly within 9999y"
|
||||||
],
|
],
|
||||||
"counters": {}
|
"counters": {}
|
||||||
}
|
}
|
||||||
|
@ -1978,7 +1978,7 @@
|
|||||||
"paths": null
|
"paths": null
|
||||||
},
|
},
|
||||||
"matches": [
|
"matches": [
|
||||||
"last snapshot"
|
"oldest last snapshot"
|
||||||
],
|
],
|
||||||
"counters": {
|
"counters": {
|
||||||
"last": -1
|
"last": -1
|
||||||
|
@ -2169,8 +2169,8 @@
|
|||||||
"paths": null
|
"paths": null
|
||||||
},
|
},
|
||||||
"matches": [
|
"matches": [
|
||||||
"last snapshot",
|
"oldest last snapshot",
|
||||||
"hourly snapshot"
|
"oldest hourly snapshot"
|
||||||
],
|
],
|
||||||
"counters": {
|
"counters": {
|
||||||
"last": -1,
|
"last": -1,
|
||||||
|
@ -1708,7 +1708,7 @@
|
|||||||
"paths": null
|
"paths": null
|
||||||
},
|
},
|
||||||
"matches": [
|
"matches": [
|
||||||
"hourly snapshot"
|
"oldest hourly snapshot"
|
||||||
],
|
],
|
||||||
"counters": {
|
"counters": {
|
||||||
"hourly": -1
|
"hourly": -1
|
||||||
|
@ -238,8 +238,8 @@
|
|||||||
"paths": null
|
"paths": null
|
||||||
},
|
},
|
||||||
"matches": [
|
"matches": [
|
||||||
"monthly snapshot",
|
"oldest monthly snapshot",
|
||||||
"yearly snapshot"
|
"oldest yearly snapshot"
|
||||||
],
|
],
|
||||||
"counters": {
|
"counters": {
|
||||||
"monthly": -1,
|
"monthly": -1,
|
||||||
|
@ -1978,7 +1978,7 @@
|
|||||||
"paths": null
|
"paths": null
|
||||||
},
|
},
|
||||||
"matches": [
|
"matches": [
|
||||||
"last snapshot"
|
"oldest last snapshot"
|
||||||
],
|
],
|
||||||
"counters": {
|
"counters": {
|
||||||
"last": 97
|
"last": 97
|
||||||
|
Loading…
x
Reference in New Issue
Block a user