mirror of
https://github.com/restic/restic.git
synced 2025-12-14 02:57:04 +00:00
data: split node and snapshot code from restic package
This commit is contained in:
22
internal/data/testdata/policy_keep_snapshots_22
vendored
Normal file
22
internal/data/testdata/policy_keep_snapshots_22
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user