mirror of
https://github.com/restic/restic.git
synced 2026-08-12 08:33:18 +00:00
12 lines
466 B
Plaintext
12 lines
466 B
Plaintext
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
|