mirror of
https://github.com/restic/restic.git
synced 2025-12-03 23:11:47 +00:00
Merge pull request #3167 from renard/limit-snapshots-list
Add option to limit snapshots list
This commit is contained in:
9
changelog/unreleased/pull-3167
Normal file
9
changelog/unreleased/pull-3167
Normal file
@@ -0,0 +1,9 @@
|
||||
Enhancement: Allow limiting the snapshots list
|
||||
|
||||
The `--last` option allowed limiting the output of the `snapshots`
|
||||
command to the latest snapshot for each host. The new `--latest n`
|
||||
option allows limiting the output to the latest `n` snapshots.
|
||||
|
||||
This change deprecate `--last` in favour of `--latest 1`
|
||||
|
||||
https://github.com/restic/restic/pull/3167
|
||||
Reference in New Issue
Block a user