I have tried to copy files from a google drive to another remote machine by running the following command in my desktop computer:" "rclone copy -P [my_google_drive_name]:/[folder_to_copy] [username]@[hostname]:[dest_folder]". Somehow, the command didn't give any error message and it seemed as if the copying was finished without any trouble (with the usual progress messages), but I found that there was no change at all in the remote machine side. Is this basically the right approach to do it, and if so, could you correct my mistakes? Or else, what is the right way to do this?
Running rclone copy ("rclone copy -P [my_google_drive_name]:/[folder_to_copy] [dest_folder]) from the remote machine seems to be working. Is this the best way to do it?