Issue 4433: Ability to define sort order for output of find command (#5184)

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>
This commit is contained in:
Winfried Plappert
2025-01-29 20:44:16 +00:00
committed by GitHub
parent d0d887138c
commit c4be05dbc2
3 changed files with 59 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
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