Rclone Docker with multiple Folders and crontab

Hi!

I am new to rclone and could make rclone.exe run in Windows with my gdrive!
I am looking for a Docker solution to sync multiple folders AND with the possibilty to run rclone every 2 hours).

Which cloud storage system are you using? (eg Google Drive)
Gdrive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

On windows I run sucessfully this command:

rclone.exe -vv sync X:\Schule\Materialien___Eigene_Materialien\TGM11_TGTM11_Technisches_Zeichnen gdrive:\rclone-sync\TGM11_TGTM11_Technisches_Zeichnen

rclone.exe -vv sync X:\Schule\Materialien___Eigene_Materialien\TGM_TGTM11_Fertigungstechnik gdrive:\rclone-sync\TGM_TGTM11_Fertigungstechnik

rclone.exe -v sync X:\Schule\Materialien___Eigene_Materialien\Physik_TG_und_BK gdrive:\rclone-sync\Physik_TG_und_BK

my conf file:

[gdrive]
type = drive
scope = drive
token = {"access_token":"secret123","token_type":"Bearer","refresh_token":"secretabc","expiry":"2023-10-18T19:50:17.5698374+02:00"}
team_drive =

I couldn't find a docker container with these possibilties (multiple folders, crontab).

Do you have a hint how to start or which docker container I could start with?

Regards
duffy6

What's the reason for a docker? Why not just the OS and use the tools you have already?

My files are stored on a NAS and I want to sync my NAS to Gdrive also when my desktop is turned off.

So what's running this when your desktop is off?

I have a Synology NAS wirh Docker Container support.

Best solution would be that rclone with multiple folder („include-from“ option?) and crontab support runs in a Docker conatiner on the Synology NAS.

That‘s why I am looking for a Docker container with crontab and multple folder support.

I don't use that NAS but a google search shows a few things.

Backup with rclone and Cron from your Synology NAS - Anto ./online

Might find something eaiser out there.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.