@@ -159,21 +159,22 @@ See [Global Hooks](#global-hooks-globalhooks).
159
159
160
160
### Snapshot-Filter Options ` [snapshot-filter] `
161
161
162
- | Attribute | Description | Default Value | Example Value | CLI Option |
163
- | ------------------ | ---------------------------------------------------------------------- | ------------- | ------------------------ | -------------------- |
164
- | filter-hosts | Array of hosts to filter snapshots. | Not set | [ "myhost", "host2"] | --filter-host |
165
- | filter-labels | Array of labels to filter snapshots. | Not set | [ "mylabal"] | --filter-label |
166
- | filter-paths | Array of pathlists to filter snapshots. | Not set | [ "/home,/root"] | --filter-paths |
167
- | filter-paths-exact | Array or string of paths to filter snapshots. Exact match. | Not set | [ "path1,path2", "path3"] | --filter-paths-exact |
168
- | filter-tags | Array of taglists to filter snapshots. | Not set | [ "tag1,tag2"] | --filter-tags |
169
- | filter-tags-exact | Array or string of tags to filter snapshots. Exact match. | Not set | [ "tag1,tag2", "tag3"] | --filter-tags-exact |
170
- | filter-before | Filter snapshots before the given date/time | Not set | "2024-01-01" | --filter-before |
171
- | filter-after | Filter snapshots after the given date/time | Not set | "2023-01-01 11:15:23" | --filter-after |
172
- | filter-size | Filter snapshots for a total size in the size range. | Not set | "1MB..1GB" | --filter-size |
173
- | | If a single value is given, this is taken as lower bound. | | "500 k" | |
174
- | filter-size-added | Filter snapshots for a size added to the repository in the size range. | Not set | "1MB..1GB" | --filter-size-added |
175
- | | If a single value is given, this is taken as lower bound. | | "500 k" | |
176
- | filter-fn | Custom filter function for snapshots. | Not set | | --filter-fn |
162
+ | Attribute | Description | Default Value | Example Value | CLI Option |
163
+ | ------------------ | ---------------------------------------------------------------------- | ------------- | -------------------------- | -------------------- |
164
+ | filter-hosts | Array of hosts to filter snapshots. | Not set | [ "myhost", "host2"] | --filter-host |
165
+ | filter-labels | Array of labels to filter snapshots. | Not set | [ "mylabal"] | --filter-label |
166
+ | filter-paths | Array of pathlists to filter snapshots. | Not set | [ "/home,/root"] | --filter-paths |
167
+ | filter-paths-exact | Array or string of paths to filter snapshots. Exact match. | Not set | [ "path1,path2", "path3"] | --filter-paths-exact |
168
+ | filter-tags | Array of taglists to filter snapshots. | Not set | [ "tag1,tag2"] | --filter-tags |
169
+ | filter-tags-exact | Array or string of tags to filter snapshots. Exact match. | Not set | [ "tag1,tag2", "tag3"] | --filter-tags-exact |
170
+ | filter-before | Filter snapshots before the given date/time | Not set | "2024-01-01" | --filter-before |
171
+ | filter-after | Filter snapshots after the given date/time | Not set | "2023-01-01 11:15:23" | --filter-after |
172
+ | filter-size | Filter snapshots for a total size in the size range. | Not set | "1MB..1GB" | --filter-size |
173
+ | | If a single value is given, this is taken as lower bound. | | "500 k" | |
174
+ | filter-size-added | Filter snapshots for a size added to the repository in the size range. | Not set | "1MB..1GB" | --filter-size-added |
175
+ | | If a single value is given, this is taken as lower bound. | | "500 k" | |
176
+ | filter-fn | Custom filter function for snapshots. | Not set | | --filter-fn |
177
+ | filter-jq | Custom filter jq function for snapshots. Should return bool | Not set | ".summary.files_added > 1" | --filter-jq |
177
178
178
179
### Backup Options ` [backup] `
179
180
0 commit comments