forked from TrueCloudLab/restic
Add changelog of group-by option for snapshots command
This commit is contained in:
parent
c4475ac58f
commit
3d5a0c799b
1 changed files with 10 additions and 0 deletions
10
changelog/unreleased/pull-2087
Normal file
10
changelog/unreleased/pull-2087
Normal file
|
@ -0,0 +1,10 @@
|
|||
Enhancement: Add group-by option to snapshots command
|
||||
|
||||
We have added an option to group the output of the snapshots command, similar
|
||||
to the output of the forget command. The option has been called "--group-by"
|
||||
and accepts any combination of the values "host", "paths" and "tags", separated
|
||||
by commas. Default behavior (not specifying --group-by) has not been changed.
|
||||
We have added support of the grouping to the JSON output.
|
||||
|
||||
https://github.com/restic/restic/issues/2037
|
||||
https://github.com/restic/restic/pull/2087
|
Loading…
Reference in a new issue