mirror of
https://github.com/restic/restic.git
synced 2025-08-12 15:27:45 +00:00
Store ID in Snapshot
This commit is contained in:
@@ -770,6 +770,9 @@ func (arch *Archiver) Snapshot(p *Progress, paths []string, pid backend.ID) (*Sn
|
||||
return nil, nil, err
|
||||
}
|
||||
|
||||
// store ID in snapshot struct
|
||||
sn.id = blob.Storage
|
||||
|
||||
debug.Log("Archiver.Snapshot", "saved snapshot %v", blob.Storage.Str())
|
||||
|
||||
// cache blobs
|
||||
|
Reference in New Issue
Block a user