chore(backups/_VmBackup#copy{Delta,Full}): don't log writer errors

These errors are already logged in tasks.
This commit is contained in:
Julien Fontanet 2021-05-04 11:47:54 +02:00
parent 1d1bf504de
commit 917c9dabc7

View File

@ -169,13 +169,7 @@ exports.VmBackup = class VmBackup {
sizeContainers,
timestamp,
})
} catch (error) {
warn('copy failure', {
error,
target: writer.target,
vm: this.vm,
})
}
} catch (error) {}
})
this._baseVm = exportedVm
@ -221,13 +215,7 @@ exports.VmBackup = class VmBackup {
stream: forkStreamUnpipe(stream),
timestamp,
})
} catch (error) {
warn('copy failure', {
error,
target: writer.target,
vm: this.vm,
})
}
} catch (error) {}
})
const { size } = sizeContainer