backupformat: print the backupFilePath
This commit is contained in:
@@ -145,7 +145,7 @@ async function download(backupConfig, remotePath, dataLayout, progressCallback)
|
||||
const backupFilePath = getBackupFilePath(backupConfig, remotePath);
|
||||
|
||||
await promiseRetry({ times: 5, interval: 20000, debug }, async () => {
|
||||
progressCallback({ message: `Downloading backup ${remotePath}` });
|
||||
progressCallback({ message: `Downloading backup ${backupFilePath}` });
|
||||
|
||||
const sourceStream = await storage.api(backupConfig.provider).download(backupConfig, backupFilePath);
|
||||
const ps = tarExtract(sourceStream, dataLayout, backupConfig.encryption);
|
||||
|
||||
Reference in New Issue
Block a user