Sync A Single Folder on OneDrive

I'd like to use RClone to sync my files to Onedrive; however, I want to sync just a single folder. How do I obtain the folder ID for the OneDrive folder that I would like to sync with?

You'd normally connect to onedrive and you can run something like:

rclone sync onedrive:/some/folder/name destination

Thank you so much for the prompt response. I was looking for something a bit more elegant. I just want to make sure that my folders are always in sync without having to manually run the command everytime. I suppose I could set up a cron job to run the command every so many minutes.

Oh, yeah, rclone isn't a sync tool so other than doing a command on a cron job or something, I'm not sure what else to suggest.

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