github.com/advanderveer/restic@v0.8.1-0.20171209104529-42a8c19aaea6/internal/restic/testdata/policy_keep_snapshots_19 (about)

     1  [
     2    {
     3      "time": "2015-10-22T10:20:30Z",
     4      "tree": null,
     5      "paths": [
     6        "path1",
     7        "path2"
     8      ],
     9      "tags": [
    10        "foo",
    11        "bar"
    12      ]
    13    },
    14    {
    15      "time": "2015-10-22T10:20:30Z",
    16      "tree": null,
    17      "paths": null,
    18      "tags": [
    19        "foo",
    20        "bar"
    21      ]
    22    },
    23    {
    24      "time": "2015-10-22T10:20:30Z",
    25      "tree": null,
    26      "paths": null,
    27      "tags": [
    28        "foo",
    29        "bar"
    30      ]
    31    },
    32    {
    33      "time": "2014-11-15T10:20:30Z",
    34      "tree": null,
    35      "paths": null,
    36      "tags": [
    37        "foo",
    38        "bar"
    39      ]
    40    }
    41  ]