Sync from OneDrive to local?

Thanks for replying.

I kinda did.

This is the default command in the rclone docker:

rclone sync /data $SYNC_DESTINATION:/$SYNC_DESTINATION_SUBPATH

where “/data” is the variable for the local source and “$SYNC_DESTINATION:/$SYNC_DESTINATION_SUBPATH” would be the variable for the cloud destination.

I tried flipping it around as you suggested

rclone sync $SYNC_DESTINATION:/$SYNC_DESTINATION_SUBPATH /data

but I got an error saying “directory not found” even though the default command worked in syncing across local and remote folder.

So I’m not sure what I’m doing wrong or if it’s possible.

Could it be hard coded into the docker to sync from local to remote and not the other way round?