* A failed full dump is now saved as a partial (incomplete) dump,
[BackupPC.git] / bin / BackupPC_restore
index 56d8b79..566673d 100755 (executable)
@@ -626,6 +626,7 @@ sub UserCommandRun
         XferLOG      => $RestoreLOG,
         stat         => \%stat,
         xferOK       => $stat{xferOK} || 0,
+       hostError    => $stat{hostError},
        type         => $type,
        bkupSrcHost  => $RestoreReq{hostSrc},
        bkupSrcShare => $RestoreReq{shareSrc},