Docs
Applications
Rclone

Usual Command

rclone copy source:path dest:path -vvv -P --log-file "copy.log" --transfers 5 --dry-run
-P           - Interactive download progress
-vvv         - Verbose logfile output
--log-file   - Logfile location
--dry-run    - Testing before the real thing
--transfers  - Number of concurrent transfers

8 concurrent transfers on 1GB RAM

Concurrent transfers directly affect RAM. On top of that, if there's too much resource usage, rclone auto kills itself.

Exclude

# Exclude all files starting with ._ (mac)
--exclude "._*"

Web UI

Rclone comes prebuilt with an experimental web UI. Use the following command to run an instance of it.

rclone rcd --rc-web-gui