@xen-orchestra/backups 0.38.1 → 0.38.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -36,7 +36,7 @@ exports.FullXapiWriter = class FullXapiWriter extends MixinXapiWriter(AbstractFu
36
36
  const sr = this._sr
37
37
  const settings = this._settings
38
38
  const job = this._job
39
- const scheduleId = this.scheduleId
39
+ const scheduleId = this._scheduleId
40
40
 
41
41
  const { uuid: srUuid, $xapi: xapi } = sr
42
42
 
@@ -70,7 +70,7 @@ exports.MixinRemoteWriter = (BaseClass = Object) =>
70
70
  // add a random suffix to avoid collision in case multiple tasks are created at the same second
71
71
  Math.random().toString(36).slice(2)
72
72
 
73
- await handler.outputFile(taskFile, this._backup.vm.uuid)
73
+ await handler.outputFile(taskFile, this._vmUuid)
74
74
  const remotePath = handler.getRealPath()
75
75
  await MergeWorker.run(remotePath)
76
76
  }
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "type": "git",
9
9
  "url": "https://github.com/vatesfr/xen-orchestra.git"
10
10
  },
11
- "version": "0.38.1",
11
+ "version": "0.38.3",
12
12
  "engines": {
13
13
  "node": ">=14.6"
14
14
  },