fix: remove console log for rsync command in web server backup

This commit is contained in:
Mauricio Siu
2025-05-18 02:18:05 -06:00
parent e2befc24a5
commit cbf9aef0df

View File

@@ -66,10 +66,6 @@ export const runWebServerBackup = async (backup: BackupSchedule) => {
writeStream.write(`Cleaning up temp file: ${cleanupCommand}\n`);
await execAsync(cleanupCommand);
console.log(
`rsync -a --ignore-errors ${BASE_PATH}/ ${tempDir}/filesystem/`,
);
await execAsync(
`rsync -a --ignore-errors ${BASE_PATH}/ ${tempDir}/filesystem/`,
);