github.com/mckael/restic@v0.8.3/internal/restic/testdata/filter_snapshots_0 (about)

     1  [
     2    {
     3      "time": "2016-01-18T12:02:03Z",
     4      "tree": null,
     5      "paths": [
     6        "/usr",
     7        "/bin"
     8      ],
     9      "hostname": "foo",
    10      "username": "testuser",
    11      "tags": [
    12        "bar"
    13      ]
    14    },
    15    {
    16      "time": "2016-01-12T21:08:03Z",
    17      "tree": null,
    18      "paths": [
    19        "/usr",
    20        "/bin"
    21      ],
    22      "hostname": "foo",
    23      "username": "testuser",
    24      "tags": [
    25        "bar"
    26      ]
    27    },
    28    {
    29      "time": "2016-01-09T21:02:03Z",
    30      "tree": null,
    31      "paths": [
    32        "/usr",
    33        "/sbin"
    34      ],
    35      "hostname": "foo",
    36      "username": "root",
    37      "tags": [
    38        "fox"
    39      ]
    40    },
    41    {
    42      "time": "2016-01-08T20:02:03Z",
    43      "tree": null,
    44      "paths": [
    45        "/usr",
    46        "/sbin"
    47      ],
    48      "hostname": "foo",
    49      "username": "root",
    50      "tags": [
    51        "foo"
    52      ]
    53    },
    54    {
    55      "time": "2016-01-07T10:02:03Z",
    56      "tree": null,
    57      "paths": [
    58        "/usr",
    59        "/bin"
    60      ],
    61      "hostname": "foo",
    62      "username": "testuser",
    63      "tags": [
    64        "fox"
    65      ]
    66    },
    67    {
    68      "time": "2016-01-06T08:02:03Z",
    69      "tree": null,
    70      "paths": [
    71        "/usr",
    72        "/bin"
    73      ],
    74      "hostname": "foo",
    75      "username": "testuser",
    76      "tags": [
    77        "fox"
    78      ]
    79    },
    80    {
    81      "time": "2016-01-05T09:02:03Z",
    82      "tree": null,
    83      "paths": [
    84        "/usr",
    85        "/bin"
    86      ],
    87      "hostname": "foo",
    88      "username": "testuser",
    89      "tags": [
    90        "foo"
    91      ]
    92    },
    93    {
    94      "time": "2016-01-04T16:23:03Z",
    95      "tree": null,
    96      "paths": [
    97        "/usr",
    98        "/bin"
    99      ],
   100      "hostname": "foo",
   101      "username": "testuser",
   102      "tags": [
   103        "test",
   104        "test2"
   105      ]
   106    },
   107    {
   108      "time": "2016-01-04T12:30:03Z",
   109      "tree": null,
   110      "paths": [
   111        "/usr",
   112        "/bin"
   113      ],
   114      "hostname": "foo",
   115      "username": "testuser",
   116      "tags": [
   117        "test",
   118        "foo",
   119        "bar"
   120      ]
   121    },
   122    {
   123      "time": "2016-01-04T12:28:03Z",
   124      "tree": null,
   125      "paths": [
   126        "/usr",
   127        "/bin"
   128      ],
   129      "hostname": "foo",
   130      "username": "testuser",
   131      "tags": [
   132        "test"
   133      ]
   134    },
   135    {
   136      "time": "2016-01-04T12:24:03Z",
   137      "tree": null,
   138      "paths": [
   139        "/usr",
   140        "/bin"
   141      ],
   142      "hostname": "foo",
   143      "username": "testuser",
   144      "tags": [
   145        "test"
   146      ]
   147    },
   148    {
   149      "time": "2016-01-04T12:23:03Z",
   150      "tree": null,
   151      "paths": [
   152        "/usr",
   153        "/bin"
   154      ],
   155      "hostname": "foo",
   156      "username": "testuser",
   157      "tags": [
   158        "foo"
   159      ]
   160    },
   161    {
   162      "time": "2016-01-04T11:23:03Z",
   163      "tree": null,
   164      "paths": [
   165        "/usr",
   166        "/bin"
   167      ],
   168      "hostname": "foo",
   169      "username": "testuser",
   170      "tags": [
   171        "foo"
   172      ]
   173    },
   174    {
   175      "time": "2016-01-04T10:23:03Z",
   176      "tree": null,
   177      "paths": [
   178        "/usr",
   179        "/bin"
   180      ],
   181      "hostname": "foo",
   182      "username": "testuser",
   183      "tags": [
   184        "foo"
   185      ]
   186    },
   187    {
   188      "time": "2016-01-03T07:02:03Z",
   189      "tree": null,
   190      "paths": [
   191        "/usr",
   192        "/bin"
   193      ],
   194      "hostname": "foo",
   195      "username": "testuser",
   196      "tags": [
   197        "foo"
   198      ]
   199    },
   200    {
   201      "time": "2016-01-01T01:02:03Z",
   202      "tree": null,
   203      "paths": [
   204        "/usr",
   205        "/bin"
   206      ],
   207      "hostname": "foo",
   208      "username": "testuser",
   209      "tags": [
   210        "foo"
   211      ]
   212    }
   213  ]