mirror of
https://github.com/restic/restic.git
synced 2026-07-12 10:15:08 +00:00
snapshots: revert default --lastest behavior to pre-0.19.0
the changed behavior now only applies when using `--group-by`.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
Bugfix: Restore old behavior of `snapshots --latest <n>` without `--group-by`
|
||||
|
||||
Restic 0.19.0 changed the behavior of `snapshots --latest <n>` to no longer
|
||||
group snapshots by default.
|
||||
|
||||
`snapshots --latest <n>` has been reverted to the old behavior if `--group-by`
|
||||
is not specified. When specifying `--group-by`, the output is still grouped as
|
||||
requested like in restic 0.19.0.
|
||||
|
||||
https://github.com/restic/restic/issues/21869
|
||||
https://github.com/restic/restic/pull/21875
|
||||
Reference in New Issue
Block a user