How can I implement a sync loop?

Hey,
How can I sync a drive infinitely? I have my own Client ID

  1. I want to sync a drive
  2. When rclone is finished syncing
  3. Wait a specific time (3 days)
  4. Return to line 1.
    I am using windows 11 22h2.

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.