How to sync source to destination in real time or automate syncing periodically?

What is the problem you are having with rclone?

I want to sync my one drive(source) to google drive(destination). How can I automate this proccess?
is the sync function needs to be run every once in a while to update the destination? or it does all the work for me?

Run the command 'rclone version' and share the full output of the command.

rclone v1.61.1

  • os/version: Microsoft Windows 11 Pro 22H2 (64 bit)
  • os/kernel: 10.0.22621.963 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.19.4
  • go/linking: static
  • go/tags: cmount

Which cloud storage system are you using? (eg Google Drive)

Onedrive buisness + school google drive.

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone sync -i SOURCE remote:DESTINATION

on windows,
perhaps the easiest method is windows task manager.

needs to be run every once in a while.

1 Like

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