rclone copy -u /home/user/data dropbox:backup
In this example, the file /path/to/local/file is copied from the local filesystem to the gdrive:/remote/path location on Google Drive. rclone copy example
Here are some best practices to keep in mind when using the rclone copy command: rclone copy example
rclone copy dropbox:myfiles gdrive:dropbox-mirror rclone copy example
For instance, in order to sync an entire directory tree you could use:
: Forces rclone to skip any file that already exists on the destination, regardless of whether the source version is newer. 5. Filtering What You Copy