Folder Sync Between Devices using rclone

Syncthing for Android is now discontinued. This is an alternative process that achieves the same outcome.

  1. Sign-up to Wasabi or any other object store service with no ingress/egress fees;
  2. Configure rclone in your computer(s) and server(s);
  3. Configure rclone in your Android phone
  4. Log into Wasabi console and create your bucket(s)
  5. Add the bucket(s) as your remote location to rclone on each device
  6. Write the rclone commands that make sense to your synchronization strategy.
    • Make sure to either use ‘sync‘ or ‘bisync‘ parameter to define the direction of each sync routine.
    • If you are lazy, just use ‘bisync’ to have all devices mirrored.