rclone copy
- When
sourceis a directory, the content of the directory is copied (not the directory itself) - If
destdoes not exist, it is then created
# Copy directory content
rclone copy "/local/dir" "remote:dir"
# Copy file
rclone copy "/local/file" "remote:dir"