mirror of
https://github.com/octoleo/restic.git
synced 2024-12-28 13:00:53 +00:00
9fd3796d93
This change displays the reasons for keeping a snapshot in the table, unless `--compact` is specified.
22 lines
323 B
Plaintext
22 lines
323 B
Plaintext
{
|
|
"keep": [
|
|
{
|
|
"time": "2016-01-18T12:02:03Z",
|
|
"tree": null,
|
|
"paths": null
|
|
}
|
|
],
|
|
"reasons": [
|
|
{
|
|
"snapshot": {
|
|
"time": "2016-01-18T12:02:03Z",
|
|
"tree": null,
|
|
"paths": null
|
|
},
|
|
"matches": [
|
|
"within 2d"
|
|
],
|
|
"counters": {}
|
|
}
|
|
]
|
|
} |