Followed this guide to where i have the X: , how do i start uploading files

What is the problem you are having with rclone?


what is the next step to get my files on my external hardrives onto the cloud? Used encrypt, so would like to be able to view the names of the files too

What is your rclone version (output from rclone version)

rclone v1.51.0

  • os/arch: windows/amd64
  • go version: go1.13.7

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

windows 10 64 bit

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

google drive

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

A log from the command with the -vv flag (eg output from rclone -vv copy /tmp remote:tmp)

hello and welcome to the forum,

there are two ways to upload the files.

the fast way:
rclone sync c:/path/to/local/folder remote:

the slow way:
mounts are very slow for transferring many files.
you can use windows explorer or any file copying program to copy files to x:

how do you make it so duplicates are not added. i also want to add --backup-dir and --bwlimit 8477

what is your mout command?
what cloud provider are you using?

 rclone mount --allow-non-empty --allow-other --cache-db-purge gcache: X:  (from the reddit thread above)

i am using google drive gsuite

you can read this


and search the forum

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