Skip to content

Commit

Permalink
fix(@xen-orchestra/backups): save the vm metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeauchamp committed May 9, 2023
1 parent bdbb5cb commit 066e23c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,11 @@ class IncrementalRemoteWriter extends MixinRemoteWriter(AbstractIncrementalWrite
}
}

async _transfer($defer, { timestamp, deltaExport }) {
async _transfer($defer, { timestamp, deltaExport, vm = this._backup.vm }) {
const adapter = this._adapter
const backup = this._backup

const { job, scheduleId, vm } = backup
const { job, scheduleId } = backup

const jobId = job.id
const handler = adapter.handler
Expand Down

0 comments on commit 066e23c

Please sign in to comment.