mirror of
https://github.com/restic/restic.git
synced 2026-08-03 20:52:16 +00:00
8 lines
302 B
Plaintext
8 lines
302 B
Plaintext
Bugfix: Correctly handle `snapshots --group-by` with `--latest`
|
|
|
|
For the `snapshots` command, `--latest` did not interact correctly with a
|
|
non-default `--group-by` value. That combination now behaves as intended.
|
|
|
|
https://github.com/restic/restic/issues/5586
|
|
https://github.com/restic/restic/pull/5601
|