rclone
Add / Configuring Target
- Follow the guidelines after you type
rclone config
to add a new cloud target
Copy / Move
Send a file to Google Drive
rclone copy --progress firmware-20250103.tar.gz gdrive:/firmware/
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
rclone mount --allow-non-empty --allow-other --daemon gdrive:/ /mnt/gdrive
rclone mount --allow-non-empty --allow-other --daemon gphotos:/ /mnt/gphotos/