This commit is contained in:
Benjamin Toby 2026-01-26 16:50:05 +01:00
parent d0487d8a96
commit befeaf44cb

View File

@ -25,6 +25,9 @@ execSync(`tar -xJvf ${R2_FILE_NAME}`, {
/**
* # 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,
});
},
);