Rclone Copy command on Linux can't find source directory

What is the problem you are having with rclone?

Not sure how to use rclone copy command on linux. I have a file in this folder "/media/pi/500 GB Volume/Uploading"

What is your rclone version (output from rclone version)

rclone v1.54.0

  • os/arch: linux/arm
  • go version: go1.15.7

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Raspberian OS

Which cloud storage system are you using? (eg Google Drive)

GoogleDrive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone copy "/media/pi/500 GB Volume/Uploading" "GoogleDrive:UploadLocation" -vv

On the forums page it says "rclone copy source:path dest:path [flags]"
I'm not sure what I need to put in source:path. My files is in "/media/pi/500 GB Volume/Uploading" and I dont see any drive letter to be use

That is the general format, but local filesystem can be used without configuring a remote first, and then you just write it as normal paths.

Documented here.

So your command looks correct - if you have configured a remote with name "GoogleDrive".

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.