mirror of
https://github.com/octoleo/restic.git
synced 2024-11-23 05:12:10 +00:00
restorer: don't track already uptodate blobs
This commit is contained in:
parent
10efa77103
commit
0dcac90bea
@ -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 New Issue
Block a user