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