mirror of
https://github.com/octoleo/restic.git
synced 2024-11-23 13:17:42 +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
|
restoredBlobs = true
|
||||||
} else {
|
} else {
|
||||||
r.reportBlobProgress(file, uint64(blob.DataLength()))
|
r.reportBlobProgress(file, uint64(blob.DataLength()))
|
||||||
|
// completely ignore blob
|
||||||
|
return
|
||||||
}
|
}
|
||||||
pack, ok := packs[packID]
|
pack, ok := packs[packID]
|
||||||
if !ok {
|
if !ok {
|
||||||
|
Loading…
Reference in New Issue
Block a user