Updates
This commit is contained in:
parent
d0487d8a96
commit
befeaf44cb
@ -25,6 +25,9 @@ execSync(`tar -xJvf ${R2_FILE_NAME}`, {
|
|||||||
/**
|
/**
|
||||||
* # Sync Docker Volumes
|
* # Sync Docker Volumes
|
||||||
*/
|
*/
|
||||||
execSync(`rsync -avz --ignore-existing ${BACKUP_DIR}/docker/ ${DOCKER_DIR}/`, {
|
execSync(
|
||||||
|
`rsync -avz --ignore-existing ${BACKUP_DIR}/.backup/docker/ ${DOCKER_DIR}/`,
|
||||||
|
{
|
||||||
...execOpts,
|
...execOpts,
|
||||||
});
|
},
|
||||||
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user