From 0130d9b81540157d7566f206f43e06699fa39275 Mon Sep 17 00:00:00 2001 From: Benjamin Toby Date: Mon, 26 Jan 2026 16:35:39 +0100 Subject: [PATCH] Updates --- scripts/restore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore.ts b/scripts/restore.ts index e73b176..c30d14a 100644 --- a/scripts/restore.ts +++ b/scripts/restore.ts @@ -26,6 +26,6 @@ execSync(`tar -xf ${R2_FILE_NAME}`, { /** * # Sync Docker Volumes */ -execSync(`rsync -avz ${BACKUP_DIR}/docker/ ${DOCKER_DIR}/`, { +execSync(`rsync -avz --ignore-existing ${BACKUP_DIR}/docker/ ${DOCKER_DIR}/`, { ...execOpts, });