RCLONE scheduling - Best approach?

I've been able to install RCLONE on Ubuntu Server 22.04 (Headless) in order to sync some folders with One Drive.

rclone sync -P /OneDrive/folder1 MSdrive:folder1
rclone sync -P /OneDrive/folder2 MSdrive:folder2
rclone sync -P /OneDrive/folder3 MSdrive:folder3
rclone sync -P /OneDrive/folder4 MSdrive:folder4

My question:

What would be the best solution to run this set of commands (one after the other ... Not all at the same time) every two hour ???

Thanks for your advice !

use cron

hard to share best solution
as none of the questions in the help and support template got answered?

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