mirror of
https://github.com/octoleo/restic.git
synced 2025-02-09 07:08:28 +00:00
Display the proper amount of bytes we will be pruning from the repo.
This commit is contained in:
parent
90bc187355
commit
1273c6f3d4
@ -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…
x
Reference in New Issue
Block a user