mirror of
https://github.com/octoleo/restic.git
synced 2024-10-31 19:02:32 +00:00
Fix handling vanished files
This commit is contained in:
parent
4e54c6af2c
commit
af43fb3dda
@ -320,7 +320,7 @@ func (arch *Archiver) saveTree(t *Tree) (Blob, error) {
|
||||
}()
|
||||
|
||||
var blobs Blobs
|
||||
blobs, node.err = arch.SaveFile(n)
|
||||
blobs, n.err = arch.SaveFile(n)
|
||||
for _, b := range blobs {
|
||||
t.Map.Insert(b)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user