Hey,
How can I sync a drive infinitely? I have my own Client ID
- I want to sync a drive
- When rclone is finished syncing
- Wait a specific time (3 days)
- Return to line 1.
I am using windows 11 22h2.
Hey,
How can I sync a drive infinitely? I have my own Client ID
could use task scheduler:
--- set trigger to daily
--- set recur every
to 3 days
or
:step1
rclone sync
timout /t 4320
goto step1
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.