feat(xo-server,xo-proxy): add backupId to restore tasks

This commit is contained in:
Julien Fontanet
2021-05-21 13:50:27 +02:00
parent 3a52944f21
commit 773847e139
2 changed files with 2 additions and 0 deletions

View File

@@ -187,6 +187,7 @@ export default class Backups {
Task.run(
{
data: {
backupId,
jobId: metadata.jobId,
srId: srUuid,
time: metadata.timestamp,

View File

@@ -460,6 +460,7 @@ export default class BackupNg {
return Task.run(
{
data: {
backupId: id,
jobId: metadata.jobId,
srId,
time: metadata.timestamp,