This commit is contained in:
Benjamin Toby 2026-01-27 08:34:07 +01:00
parent 11ea5c31c6
commit 1869111caa

View File

@ -34,6 +34,7 @@ let syncServerDataCmd = `rsync -avz --delete --exclude=".coderank/server" ${SERV
execSync(syncServerDataCmd, execOpts);
execSync(`tar -cJvf ${BACKUP_FILE_TAR} ${BACKUP_NAME}`, {
...execOpts,
cwd: BACKUP_DIR,
});