forked from TrueCloudLab/restic
9fd3796d93
This change displays the reasons for keeping a snapshot in the table, unless `--compact` is specified.
58 lines
No EOL
962 B
Text
58 lines
No EOL
962 B
Text
{
|
|
"keep": [
|
|
{
|
|
"time": "2016-01-18T12:02:03Z",
|
|
"tree": null,
|
|
"paths": null
|
|
},
|
|
{
|
|
"time": "2016-01-12T21:08:03Z",
|
|
"tree": null,
|
|
"paths": null
|
|
},
|
|
{
|
|
"time": "2016-01-09T21:02:03Z",
|
|
"tree": null,
|
|
"paths": null
|
|
}
|
|
],
|
|
"reasons": [
|
|
{
|
|
"snapshot": {
|
|
"time": "2016-01-18T12:02:03Z",
|
|
"tree": null,
|
|
"paths": null
|
|
},
|
|
"matches": [
|
|
"daily snapshot"
|
|
],
|
|
"counters": {
|
|
"daily": 2
|
|
}
|
|
},
|
|
{
|
|
"snapshot": {
|
|
"time": "2016-01-12T21:08:03Z",
|
|
"tree": null,
|
|
"paths": null
|
|
},
|
|
"matches": [
|
|
"daily snapshot"
|
|
],
|
|
"counters": {
|
|
"daily": 1
|
|
}
|
|
},
|
|
{
|
|
"snapshot": {
|
|
"time": "2016-01-09T21:02:03Z",
|
|
"tree": null,
|
|
"paths": null
|
|
},
|
|
"matches": [
|
|
"daily snapshot"
|
|
],
|
|
"counters": {}
|
|
}
|
|
]
|
|
} |