mirror of
https://github.com/restic/restic.git
synced 2025-12-02 12:22:02 +00:00
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:
committed by
GitHub
parent
d0d887138c
commit
c4be05dbc2
9
changelog/unreleased/issue-4433
Normal file
9
changelog/unreleased/issue-4433
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user