Updates
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user