I am testing rclone for archiving some directories to Google Drive.
Currently have a command along the lines of rclone copy --verbose “A:\Folder\Folder2\” GoogleDrive:”\2017-18\”
Which works great but is there a way to specify a few source directories to upload e.g. rclone copy --verbose “A:\Folder\”,“B:\Folder\Folder2\”,“C:\Folder\Folder2\” GoogleDrive:”\2017-18\”
Thanks in advance