curl https://rclone.org/install.sh | sudo bash
rclone config
...
detailed instructions HERE : https://rclone.org/docs/
rclone --vfs-cache-mode writes mount onedrive: ~/OneDrive --daemon --allow-other
--allow-other is optional
--daemon too
--vfs-cache-mode writes; this is recommended, more info here : https://rclone.org/commands/rclone_mount/#file-caching
Add the line above in a crontab...