mirror of
https://github.com/octoleo/restic.git
synced 2024-12-23 11:28:54 +00:00
Merge pull request #3188 from restic/forget-prune-dry-run
forget: Enable --dry-run together with --prune
This commit is contained in:
commit
ec59c73489
@ -210,7 +210,7 @@ func runForget(opts ForgetOptions, gopts GlobalOptions, args []string) error {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if len(removeSnIDs) > 0 && opts.Prune && !opts.DryRun {
|
if len(removeSnIDs) > 0 && opts.Prune {
|
||||||
if !gopts.JSON {
|
if !gopts.JSON {
|
||||||
Verbosef("%d snapshots have been removed, running prune\n", len(removeSnIDs))
|
Verbosef("%d snapshots have been removed, running prune\n", len(removeSnIDs))
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user