mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix: remove console log for rsync command in web server backup
This commit is contained in:
@@ -66,10 +66,6 @@ export const runWebServerBackup = async (backup: BackupSchedule) => {
|
|||||||
writeStream.write(`Cleaning up temp file: ${cleanupCommand}\n`);
|
writeStream.write(`Cleaning up temp file: ${cleanupCommand}\n`);
|
||||||
await execAsync(cleanupCommand);
|
await execAsync(cleanupCommand);
|
||||||
|
|
||||||
console.log(
|
|
||||||
`rsync -a --ignore-errors ${BASE_PATH}/ ${tempDir}/filesystem/`,
|
|
||||||
);
|
|
||||||
|
|
||||||
await execAsync(
|
await execAsync(
|
||||||
`rsync -a --ignore-errors ${BASE_PATH}/ ${tempDir}/filesystem/`,
|
`rsync -a --ignore-errors ${BASE_PATH}/ ${tempDir}/filesystem/`,
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user