mirror of
https://github.com/octoleo/restic.git
synced 2025-01-22 22:58:26 +00:00
9fd3796d93
This change displays the reasons for keeping a snapshot in the table, unless `--compact` is specified.
120 lines
2.0 KiB
Plaintext
120 lines
2.0 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-12T21:02:03Z",
|
|
"tree": null,
|
|
"paths": null
|
|
},
|
|
{
|
|
"time": "2016-01-09T21:02:03Z",
|
|
"tree": null,
|
|
"paths": null
|
|
},
|
|
{
|
|
"time": "2016-01-08T20:02:03Z",
|
|
"tree": null,
|
|
"paths": null
|
|
},
|
|
{
|
|
"time": "2016-01-07T10:02:03Z",
|
|
"tree": null,
|
|
"paths": null
|
|
}
|
|
],
|
|
"reasons": [
|
|
{
|
|
"snapshot": {
|
|
"time": "2016-01-18T12:02:03Z",
|
|
"tree": null,
|
|
"paths": null
|
|
},
|
|
"matches": [
|
|
"last snapshot",
|
|
"daily snapshot"
|
|
],
|
|
"counters": {
|
|
"last": 4,
|
|
"daily": 4
|
|
}
|
|
},
|
|
{
|
|
"snapshot": {
|
|
"time": "2016-01-12T21:08:03Z",
|
|
"tree": null,
|
|
"paths": null
|
|
},
|
|
"matches": [
|
|
"last snapshot",
|
|
"daily snapshot"
|
|
],
|
|
"counters": {
|
|
"last": 3,
|
|
"daily": 3
|
|
}
|
|
},
|
|
{
|
|
"snapshot": {
|
|
"time": "2016-01-12T21:02:03Z",
|
|
"tree": null,
|
|
"paths": null
|
|
},
|
|
"matches": [
|
|
"last snapshot"
|
|
],
|
|
"counters": {
|
|
"last": 2,
|
|
"daily": 3
|
|
}
|
|
},
|
|
{
|
|
"snapshot": {
|
|
"time": "2016-01-09T21:02:03Z",
|
|
"tree": null,
|
|
"paths": null
|
|
},
|
|
"matches": [
|
|
"last snapshot",
|
|
"daily snapshot"
|
|
],
|
|
"counters": {
|
|
"last": 1,
|
|
"daily": 2
|
|
}
|
|
},
|
|
{
|
|
"snapshot": {
|
|
"time": "2016-01-08T20:02:03Z",
|
|
"tree": null,
|
|
"paths": null
|
|
},
|
|
"matches": [
|
|
"last snapshot",
|
|
"daily snapshot"
|
|
],
|
|
"counters": {
|
|
"daily": 1
|
|
}
|
|
},
|
|
{
|
|
"snapshot": {
|
|
"time": "2016-01-07T10:02:03Z",
|
|
"tree": null,
|
|
"paths": null
|
|
},
|
|
"matches": [
|
|
"daily snapshot"
|
|
],
|
|
"counters": {}
|
|
}
|
|
]
|
|
} |