forked from TrueCloudLab/restic
9fd3796d93
This change displays the reasons for keeping a snapshot in the table, unless `--compact` is specified.
135 lines
No EOL
2.3 KiB
Text
135 lines
No EOL
2.3 KiB
Text
{
|
|
"keep": [
|
|
{
|
|
"time": "2016-01-18T12:02:03Z",
|
|
"tree": null,
|
|
"paths": null
|
|
},
|
|
{
|
|
"time": "2016-01-12T21:08:03Z",
|
|
"tree": null,
|
|
"paths": null
|
|
},
|
|
{
|
|
"time": "2015-11-22T10:20:30Z",
|
|
"tree": null,
|
|
"paths": null
|
|
},
|
|
{
|
|
"time": "2015-10-22T10:20:30Z",
|
|
"tree": null,
|
|
"paths": null
|
|
},
|
|
{
|
|
"time": "2015-09-22T10:20:30Z",
|
|
"tree": null,
|
|
"paths": null
|
|
},
|
|
{
|
|
"time": "2015-08-22T10:20:30Z",
|
|
"tree": null,
|
|
"paths": null
|
|
},
|
|
{
|
|
"time": "2014-11-22T10:20:30Z",
|
|
"tree": null,
|
|
"paths": null
|
|
}
|
|
],
|
|
"reasons": [
|
|
{
|
|
"snapshot": {
|
|
"time": "2016-01-18T12:02:03Z",
|
|
"tree": null,
|
|
"paths": null
|
|
},
|
|
"matches": [
|
|
"daily snapshot",
|
|
"weekly snapshot",
|
|
"monthly snapshot"
|
|
],
|
|
"counters": {
|
|
"daily": 1,
|
|
"weekly": 1,
|
|
"monthly": 5
|
|
}
|
|
},
|
|
{
|
|
"snapshot": {
|
|
"time": "2016-01-12T21:08:03Z",
|
|
"tree": null,
|
|
"paths": null
|
|
},
|
|
"matches": [
|
|
"daily snapshot",
|
|
"weekly snapshot"
|
|
],
|
|
"counters": {
|
|
"monthly": 5
|
|
}
|
|
},
|
|
{
|
|
"snapshot": {
|
|
"time": "2015-11-22T10:20:30Z",
|
|
"tree": null,
|
|
"paths": null
|
|
},
|
|
"matches": [
|
|
"monthly snapshot"
|
|
],
|
|
"counters": {
|
|
"monthly": 4
|
|
}
|
|
},
|
|
{
|
|
"snapshot": {
|
|
"time": "2015-10-22T10:20:30Z",
|
|
"tree": null,
|
|
"paths": null
|
|
},
|
|
"matches": [
|
|
"monthly snapshot"
|
|
],
|
|
"counters": {
|
|
"monthly": 3
|
|
}
|
|
},
|
|
{
|
|
"snapshot": {
|
|
"time": "2015-09-22T10:20:30Z",
|
|
"tree": null,
|
|
"paths": null
|
|
},
|
|
"matches": [
|
|
"monthly snapshot"
|
|
],
|
|
"counters": {
|
|
"monthly": 2
|
|
}
|
|
},
|
|
{
|
|
"snapshot": {
|
|
"time": "2015-08-22T10:20:30Z",
|
|
"tree": null,
|
|
"paths": null
|
|
},
|
|
"matches": [
|
|
"monthly snapshot"
|
|
],
|
|
"counters": {
|
|
"monthly": 1
|
|
}
|
|
},
|
|
{
|
|
"snapshot": {
|
|
"time": "2014-11-22T10:20:30Z",
|
|
"tree": null,
|
|
"paths": null
|
|
},
|
|
"matches": [
|
|
"monthly snapshot"
|
|
],
|
|
"counters": {}
|
|
}
|
|
]
|
|
} |