From c2a7fb16d2c412389a2818e25c8614cb0d7630b1 Mon Sep 17 00:00:00 2001 From: t0is Date: Mon, 3 Mar 2025 16:35:42 +0100 Subject: [PATCH] edit rclone command --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 8110b7c..e5472ec 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -20,9 +20,9 @@ while true; do # The rclone copy command will: # - Copy new or updated files (with --update, only files with newer timestamps are overwritten) # - Preserve the folder structure by default - # - Use the provided Google Drive folder ID via --drive-folder-id + # - Use the provided Google Drive folder ID via --drive-root-folder-id rclone copy "$LOCAL_DIR" "${REMOTE_NAME}:" \ - --drive-folder-id="${DRIVE_FOLDER_ID}" \ + --drive-root-folder-id="${DRIVE_FOLDER_ID}" \ --update \ --verbose echo "Sync complete: $(date)"