forked from TrueCloudLab/restic
forget: Enable --dry-run together with --prune
This commit is contained in:
parent
f7c7c2f730
commit
edf89e1c74
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue