forked from TrueCloudLab/restic
restorer: don't track already uptodate blobs
This commit is contained in:
parent
10efa77103
commit
0dcac90bea
1 changed files with 2 additions and 0 deletions
|
@ -138,6 +138,8 @@ func (r *fileRestorer) restoreFiles(ctx context.Context) error {
|
|||
restoredBlobs = true
|
||||
} else {
|
||||
r.reportBlobProgress(file, uint64(blob.DataLength()))
|
||||
// completely ignore blob
|
||||
return
|
||||
}
|
||||
pack, ok := packs[packID]
|
||||
if !ok {
|
||||
|
|
Loading…
Reference in a new issue