forked from TrueCloudLab/restic
Merge pull request #847 from middelink/fix-846
Display the proper amount of bytes we will be pruning from the repo.
This commit is contained in:
commit
becc34a159
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ func pruneRepository(gopts GlobalOptions, repo restic.Repository) error {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
removeBytes := 0
|
removeBytes := duplicateBytes
|
||||||
|
|
||||||
// find packs that are unneeded
|
// find packs that are unneeded
|
||||||
removePacks := restic.NewIDSet()
|
removePacks := restic.NewIDSet()
|
||||||
|
|
Loading…
Add table
Reference in a new issue