The steps to install Rclone on Windows workspaces are slightly different. Follows the steps below to install Rclone on Windows workspaces.
Go to the Rclone installation page via a web browser in your windows workspace and download the version of Rclone for Windows. The link will be something like
INTEL/AMD - 64 Bit.Unzip the downloaded file in the File Explorer and move the
rclone.exefile to a location of your choice. For example, you can create a folder called rclone.Open a powershell or command prompt terminal and navigate to the folder where you have placed the
rclone.exefile. You can do this by using thecdcommand followed by the path to the folder (eg.cd C:\Users\your-username\path-to-rclone-folder).To check if Rclone is installed correctly, type the following command in the terminal:
rclone versionYou should see a version number displayed in the terminal, which means that Rclone is installed correctly. (If you get an error message, make sure you are in the correct folder where rclone.exe is located. Or try running rclone.exe version.)
- Now you can proceed to configure Rclone. Run
rclone.exe config.
After this, the steps to work with Rclone in Windows workspaces are the same as described in the Rclone configuration manual and the Rclone data transfer manual.