Rclone Copy - Error

What is the problem you are having with rclone?

Hey! So here is a background on what i am trying to achieve.

  • I am trying to copy files from another persons google drive to storage google drive that we use within our business.
    The problem is that when i was copying using --drive-shared-with-me . It would duplicate the files if the server stops.
  • I am using a server machine from my company and not my local machine which is also companies machine.
    The other solution i found was that i can download the files around 75k on my local machine which is my office machine, and have the rclone copy it from this destination. But when i try copying it from my local machine G drive to the storage machine It doesnt work.

Run the command 'rclone version' and share the full output of the command.

.\Rclone.exe copy "G:\My Drive\Migration*******************************" GoogleDrive:Migrated* --drive-impersonate *********************.com -v

2022/07/28 17:15:18 ERROR : : error reading source directory: directory not found
2022/07/28 17:15:18 ERROR : Attempt 1/3 failed with 1 errors and: directory not found
2022/07/28 17:15:18 ERROR : : error reading source directory: directory not found
2022/07/28 17:15:18 ERROR : Attempt 2/3 failed with 1 errors and: directory not found
2022/07/28 17:15:19 ERROR : : error reading source directory: directory not found
2022/07/28 17:15:19 ERROR : Attempt 3/3 failed with 1 errors and: directory not found
2022/07/28 17:15:19 INFO :
Transferred: 0 / 0 Bytes, -, 0 Bytes/s, ETA -
Errors: 1 (retrying may help)
Elapsed time: 2.9s

.\Rclone.exe ls "G:\MyDrive\Migration"
2022/07/29 13:51:10 ERROR : : error listing: directory not found
2022/07/29 13:51:10 Failed to ls with 2 errors: last error was: directory not found

ye

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)

Paste command here

.\Rclone.exe ls "G:\MyDrive\Migration"
.\Rclone.exe copy "G:\My Drive\Migration*******************************" GoogleDrive:Migrated* --drive-impersonate *********************.com -v

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

Paste  log here

Missing what version you are running / the rclone.conf.

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