mirror of
https://github.com/restic/restic.git
synced 2025-03-12 21:00:59 +00:00

The old sorting behaviour was to sort snapshots from oldest to newest. The new sorting order is from newest to oldest. If one wants to revert to the old behaviour, use the option --reverse. --------- Co-authored-by: Michael Eischer <michael.eischer@fau.de>
10 lines
361 B
Plaintext
10 lines
361 B
Plaintext
Enhancement: Sort `find` output from newest to oldest and add `--reverse` option
|
|
|
|
The old output behaviour was to sort snapshots from oldest to newest.
|
|
The new sorting order is from newest to oldest. If one wants to revert to the
|
|
old behaviour, use the option --reverse.
|
|
|
|
https://github.com/restic/restic/issues/4433
|
|
https://github.com/restic/restic/pull/5184
|
|
|