Updates
This commit is contained in:
parent
8b117b0a2f
commit
8cec3807ef
@ -30,7 +30,7 @@ execSync(
|
||||
);
|
||||
execSync(`mkdir -p ${DOCKER_VOLUMES_BACKUP_DIR}`, execOpts);
|
||||
|
||||
let syncDockerVolsCmd = `rsync -avz --delete --exclude-from="${RSYNC_IGNORE_FILE}"`;
|
||||
let syncDockerVolsCmd = `rsync -avz --exclude-from="${RSYNC_IGNORE_FILE}"`;
|
||||
syncDockerVolsCmd += ` ${DOCKER_VOLUMES_DIR}/ ${DOCKER_VOLUMES_BACKUP_DIR}/`;
|
||||
execSync(syncDockerVolsCmd, execOpts);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user