github.com/mckael/restic@v0.8.3/internal/restic/testdata/filter_snapshots_3 (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-07T10:02:03Z",
    30      "tree": null,
    31      "paths": [
    32        "/usr",
    33        "/bin"
    34      ],
    35      "hostname": "foo",
    36      "username": "testuser",
    37      "tags": [
    38        "fox"
    39      ]
    40    },
    41    {
    42      "time": "2016-01-06T08:02:03Z",
    43      "tree": null,
    44      "paths": [
    45        "/usr",
    46        "/bin"
    47      ],
    48      "hostname": "foo",
    49      "username": "testuser",
    50      "tags": [
    51        "fox"
    52      ]
    53    },
    54    {
    55      "time": "2016-01-05T09:02:03Z",
    56      "tree": null,
    57      "paths": [
    58        "/usr",
    59        "/bin"
    60      ],
    61      "hostname": "foo",
    62      "username": "testuser",
    63      "tags": [
    64        "foo"
    65      ]
    66    },
    67    {
    68      "time": "2016-01-04T16:23:03Z",
    69      "tree": null,
    70      "paths": [
    71        "/usr",
    72        "/bin"
    73      ],
    74      "hostname": "foo",
    75      "username": "testuser",
    76      "tags": [
    77        "test",
    78        "test2"
    79      ]
    80    },
    81    {
    82      "time": "2016-01-04T12:30:03Z",
    83      "tree": null,
    84      "paths": [
    85        "/usr",
    86        "/bin"
    87      ],
    88      "hostname": "foo",
    89      "username": "testuser",
    90      "tags": [
    91        "test",
    92        "foo",
    93        "bar"
    94      ]
    95    },
    96    {
    97      "time": "2016-01-04T12:28:03Z",
    98      "tree": null,
    99      "paths": [
   100        "/usr",
   101        "/bin"
   102      ],
   103      "hostname": "foo",
   104      "username": "testuser",
   105      "tags": [
   106        "test"
   107      ]
   108    },
   109    {
   110      "time": "2016-01-04T12:24:03Z",
   111      "tree": null,
   112      "paths": [
   113        "/usr",
   114        "/bin"
   115      ],
   116      "hostname": "foo",
   117      "username": "testuser",
   118      "tags": [
   119        "test"
   120      ]
   121    },
   122    {
   123      "time": "2016-01-04T12:23:03Z",
   124      "tree": null,
   125      "paths": [
   126        "/usr",
   127        "/bin"
   128      ],
   129      "hostname": "foo",
   130      "username": "testuser",
   131      "tags": [
   132        "foo"
   133      ]
   134    },
   135    {
   136      "time": "2016-01-04T11:23:03Z",
   137      "tree": null,
   138      "paths": [
   139        "/usr",
   140        "/bin"
   141      ],
   142      "hostname": "foo",
   143      "username": "testuser",
   144      "tags": [
   145        "foo"
   146      ]
   147    },
   148    {
   149      "time": "2016-01-04T10: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-03T07:02: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-01T07:08:03Z",
   176      "tree": null,
   177      "paths": [
   178        "/usr",
   179        "/bin"
   180      ],
   181      "hostname": "bar",
   182      "username": "testuser",
   183      "tags": [
   184        "foo"
   185      ]
   186    },
   187    {
   188      "time": "2016-01-01T01:03:03Z",
   189      "tree": null,
   190      "paths": [
   191        "/usr",
   192        "/bin"
   193      ],
   194      "hostname": "bar",
   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  ]