@nraynaud Bit of a hiccup I'm afraid ; errors out with "Not Implemented":
{
"data": {
"mode": "full",
"reportWhen": "failure"
},
"id": "1615570162008",
"jobId": "b947a31c-35f7-45d9-af88-628ec027c71e",
"jobName": "B2",
"message": "backup",
"scheduleId": "8481e1b8-3d22-4502-abb7-9f0413aca0a3",
"start": 1615570162008,
"status": "pending",
"infos": [
{
"data": {
"vms": [
"25a4e2a6-b116-7cee-b94b-f3553fe001f2",
"24103ce1-e47b-fe12-4029-d643e0382f08",
"60ac886d-8adf-9e21-4baa-b14e0fc1b2bb"
]
},
"message": "vms"
}
],
"tasks": [
{
"data": {
"type": "VM",
"id": "25a4e2a6-b116-7cee-b94b-f3553fe001f2"
},
"id": "1615570162050",
"message": "backup VM",
"start": 1615570162050,
"status": "pending",
"tasks": [
{
"id": "1615570162064",
"message": "snapshot",
"start": 1615570162064,
"status": "success",
"end": 1615570163265,
"result": "294d65fc-ddc7-b8ad-68b8-d14e36b6838e"
},
{
"data": {
"id": "df07dd6b-753e-40f2-89be-75404bac2c1e",
"type": "remote",
"isFull": true
},
"id": "1615570163286",
"message": "export",
"start": 1615570163286,
"status": "failure",
"tasks": [
{
"id": "1615570164234",
"message": "transfer",
"start": 1615570164234,
"status": "failure",
"end": 1615570164257,
"result": {
"message": "Not implemented",
"name": "Error",
"stack": "Error: Not implemented\n at S3Handler._createWriteStream (/opt/xo/xo-builds/xen-orchestra-202103121606/@xen-orchestra/fs/src/abstract.js:428:11)\n at S3Handler._createOutputStream (/opt/xo/xo-builds/xen-orchestra-202103121606/@xen-orchestra/fs/src/abstract.js:412:25)\n at S3Handler.createOutputStream (/opt/xo/xo-builds/xen-orchestra-202103121606/@xen-orchestra/fs/src/abstract.js:129:12)\n at RemoteAdapter.outputStream (/opt/xo/xo-builds/xen-orchestra-202103121606/@xen-orchestra/backups/RemoteAdapter.js:513:34)\n at /opt/xo/xo-builds/xen-orchestra-202103121606/@xen-orchestra/backups/_FullBackupWriter.js:70:7\n at FullBackupWriter.run (/opt/xo/xo-builds/xen-orchestra-202103121606/@xen-orchestra/backups/_FullBackupWriter.js:69:5)\n at Array.<anonymous> (/opt/xo/xo-builds/xen-orchestra-202103121606/@xen-orchestra/backups/_VmBackup.js:209:9)"
}
}
],
"end": 1615570164258,
"result": {
"message": "Not implemented",
"name": "Error",
"stack": "Error: Not implemented\n at S3Handler._createWriteStream (/opt/xo/xo-builds/xen-orchestra-202103121606/@xen-orchestra/fs/src/abstract.js:428:11)\n at S3Handler._createOutputStream (/opt/xo/xo-builds/xen-orchestra-202103121606/@xen-orchestra/fs/src/abstract.js:412:25)\n at S3Handler.createOutputStream (/opt/xo/xo-builds/xen-orchestra-202103121606/@xen-orchestra/fs/src/abstract.js:129:12)\n at RemoteAdapter.outputStream (/opt/xo/xo-builds/xen-orchestra-202103121606/@xen-orchestra/backups/RemoteAdapter.js:513:34)\n at /opt/xo/xo-builds/xen-orchestra-202103121606/@xen-orchestra/backups/_FullBackupWriter.js:70:7\n at FullBackupWriter.run (/opt/xo/xo-builds/xen-orchestra-202103121606/@xen-orchestra/backups/_FullBackupWriter.js:69:5)\n at Array.<anonymous> (/opt/xo/xo-builds/xen-orchestra-202103121606/@xen-orchestra/backups/_VmBackup.js:209:9)"
}
}
]
}
]
}
I'll try over the weekend with a fresh install. Backing up to Backblaze B2 rather than S3 - likely to be the issue?