RCLONE USAGE
rclone copy -i -P LOCAL_PATH r2:R2_BUCKET_NAME/PATH_ON_R2/
This has been useful in practice.
rclone copy -i -P LOCAL_PATH r2:R2_BUCKET_NAME/PATH_ON_R2/
Setup instructions will be documented separately.
-i enables interactive mode and asks for confirmation when files would be overwritten.
-P displays transfer progress.