Updates
This commit is contained in:
parent
11ea5c31c6
commit
1869111caa
@ -34,6 +34,7 @@ let syncServerDataCmd = `rsync -avz --delete --exclude=".coderank/server" ${SERV
|
|||||||
execSync(syncServerDataCmd, execOpts);
|
execSync(syncServerDataCmd, execOpts);
|
||||||
|
|
||||||
execSync(`tar -cJvf ${BACKUP_FILE_TAR} ${BACKUP_NAME}`, {
|
execSync(`tar -cJvf ${BACKUP_FILE_TAR} ${BACKUP_NAME}`, {
|
||||||
|
...execOpts,
|
||||||
cwd: BACKUP_DIR,
|
cwd: BACKUP_DIR,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user