mirror of
https://github.com/octoleo/restic.git
synced 2024-11-27 07:16:40 +00:00
Add comment that usedBlobs is modified
This commit is contained in:
parent
aff1e220f5
commit
a5b80452fe
@ -170,6 +170,8 @@ type packInfoWithID struct {
|
|||||||
packInfo
|
packInfo
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// prune selects which files to rewrite and then does that. The map usedBlobs is
|
||||||
|
// modified in the process.
|
||||||
func prune(opts PruneOptions, gopts GlobalOptions, repo restic.Repository, usedBlobs restic.BlobSet) error {
|
func prune(opts PruneOptions, gopts GlobalOptions, repo restic.Repository, usedBlobs restic.BlobSet) error {
|
||||||
ctx := gopts.ctx
|
ctx := gopts.ctx
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user