mirror of
https://github.com/octoleo/restic.git
synced 2024-11-17 02:25:12 +00:00
9fd3796d93
This change displays the reasons for keeping a snapshot in the table, unless `--compact` is specified.
76 lines
1.3 KiB
Plaintext
76 lines
1.3 KiB
Plaintext
{
|
|
"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
|
|
},
|
|
{
|
|
"time": "2016-01-03T07:02:03Z",
|
|
"tree": null,
|
|
"paths": null
|
|
}
|
|
],
|
|
"reasons": [
|
|
{
|
|
"snapshot": {
|
|
"time": "2016-01-18T12:02:03Z",
|
|
"tree": null,
|
|
"paths": null
|
|
},
|
|
"matches": [
|
|
"weekly snapshot"
|
|
],
|
|
"counters": {
|
|
"weekly": 3
|
|
}
|
|
},
|
|
{
|
|
"snapshot": {
|
|
"time": "2016-01-12T21:08:03Z",
|
|
"tree": null,
|
|
"paths": null
|
|
},
|
|
"matches": [
|
|
"weekly snapshot"
|
|
],
|
|
"counters": {
|
|
"weekly": 2
|
|
}
|
|
},
|
|
{
|
|
"snapshot": {
|
|
"time": "2016-01-09T21:02:03Z",
|
|
"tree": null,
|
|
"paths": null
|
|
},
|
|
"matches": [
|
|
"weekly snapshot"
|
|
],
|
|
"counters": {
|
|
"weekly": 1
|
|
}
|
|
},
|
|
{
|
|
"snapshot": {
|
|
"time": "2016-01-03T07:02:03Z",
|
|
"tree": null,
|
|
"paths": null
|
|
},
|
|
"matches": [
|
|
"weekly snapshot"
|
|
],
|
|
"counters": {}
|
|
}
|
|
]
|
|
} |