backuptask: log the target id

This commit is contained in:
Girish Ramakrishnan
2025-08-25 23:04:56 +02:00
parent c44863a9bb
commit cdda8649fc

View File

@@ -270,7 +270,7 @@ async function backupBox(backupTarget, dependsOn, tag, options, progressCallback
const remotePath = addFileExtension(backupTarget, `${tag}/box_v${constants.VERSION}`);
debug(`backupBox: rotating to id ${remotePath}`);
debug(`backupBox: rotating box snapshot of ${backupTarget.id} to id ${remotePath}`);
const data = {
remotePath,
@@ -362,7 +362,7 @@ async function backupAppWithTag(app, backupTarget, tag, options, progressCallbac
const manifest = app.manifest;
const remotePath = addFileExtension(backupTarget, `${tag}/app_${app.fqdn}_v${manifest.version}`);
debug(`backupAppWithTag: rotating ${app.fqdn} to path ${remotePath}`);
debug(`backupAppWithTag: rotating ${app.fqdn} snapshot of ${backupTarget.id} to path ${remotePath}`);
const data = {
remotePath,
@@ -450,7 +450,7 @@ async function backupMailWithTag(backupTarget, tag, options, progressCallback) {
const remotePath = addFileExtension(backupTarget, `${tag}/mail_v${constants.VERSION}`);
debug(`backupMailWithTag: rotating to ${remotePath}`);
debug(`backupMailWithTag: rotating mail snapshot of ${backupTarget.id} to ${remotePath}`);
const data = {
remotePath,