Skip to content

rclone


Add / Configuring Target

  • Follow the guidelines after you type rclone config to add a new cloud target
rclone config

Copy / Move

Send a file to Google Drive

  • Copy
rclone copy --progress firmware-20250103.tar.gz gdrive:/firmware/
  • Move
rclone move --progress firmware-20250103.tar.gz gdrive:/firmware/

Send multiple files to Google Drive in parallel

rclone copy --transfers 75 --progress firmware-20250103.tar.gz gdrive:/firmware/

Mounting

Mount Google Photos and Google Drive to source dir

  • Google Drive
rclone mount --allow-non-empty --allow-other --daemon gdrive:/ /mnt/gdrive
  • Google Photos
rclone mount --allow-non-empty --allow-other --daemon gphotos:/ /mnt/gphotos/