(noob) rclone copy help

What is the problem you are having with rclone?

Struggling to copy from seedbox to Google Drive

What is your rclone version (output from rclone version)

rclone v1.52.0

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

  • os/arch: linux/amd64
  • go version: go1.14.3

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)

rclone copy $HOME/downloads/Folder1 :gdrive:backup

hello and welcome to the forum,

what seedbox?

have you created a remote to gdrive?
https://rclone.org/drive/

if so,
rclone /path/to/local/folder gdrive: --progress -vv

Hi, and thank you.
I'm currently with Seedhost.eu
My Google Drive is mounted to Home/gdrive

I tried your code line and got

2020/06/07 00:13:12 DEBUG : Using config file from "/home/user/.config/rclone/rclone.conf"
2020-06-07 00:13:13 ERROR : : error reading source directory: directory not found
2020-06-07 00:13:13 DEBUG : Google drive root '': Waiting for checks to finish
2020-06-07 00:13:13 DEBUG : Google drive root '': Waiting for transfers to finish
2020-06-07 00:13:13 INFO  : There was nothing to transfer
2020-06-07 00:13:13 ERROR : Attempt 1/3 failed with 1 errors and: directory not found
2020-06-07 00:13:13 ERROR : : error reading source directory: directory not found
2020-06-07 00:13:13 DEBUG : Google drive root '': Waiting for checks to finish
2020-06-07 00:13:13 DEBUG : Google drive root '': Waiting for transfers to finish
2020-06-07 00:13:13 INFO  : There was nothing to transfer
2020-06-07 00:13:13 ERROR : Attempt 2/3 failed with 1 errors and: directory not found
2020-06-07 00:13:13 ERROR : : error reading source directory: directory not found
2020-06-07 00:13:13 DEBUG : Google drive root '': Waiting for checks to finish
2020-06-07 00:13:13 DEBUG : Google drive root '': Waiting for transfers to finish
2020-06-07 00:13:13 INFO  : There was nothing to transfer
2020-06-07 00:13:13 ERROR : Attempt 3/3 failed with 1 errors and: directory not found
Transferred:             0 / 0 Bytes, -, 0 Bytes/s, ETA -
Errors:                 1 (retrying may help)
Elapsed time:         0.0s
2020/06/07 00:13:13 INFO  :
Transferred:             0 / 0 Bytes, -, 0 Bytes/s, ETA -
Errors:                 1 (retrying may help)
Elapsed time:         0.0s

2020/06/07 00:13:13 DEBUG : 4 go routines active
2020/06/07 00:13:13 Failed to copy: directory not found

oh, you mounted. you did not mention that?

when you posted, you should have been asked for some information.
can you post that?

and you need to post your command as well as your output.

we cannot read your mind? :upside_down_face:

Yeah sorry about that. I've been at this for a few hours.
I have a Gsuite account and my drive is mounted to /home/gdrive/ I don't believe I have permission to access /mnt

I am not able to access .conf file to have a look into it some im kinda stuck atm.

Is there any other command you want me to run to diagnose this?
this is the command i have tried in putty
rclone copy "/home/user/file1.mkv/" gdrive:backup --progress -vv

this is the response

2020/06/07 00:32:06 DEBUG : rclone: Version "v1.52.0" starting with parameters ["rclone" "copy" "/home/file1.mkv/" "gdrive:" "--progress" "-vv"]
2020/06/07 00:32:06 DEBUG : Using config file from "/home/pronemsi/.config/rclone/rclone.conf"
2020-06-07 00:32:06 ERROR : : error reading source directory: directory not found
2020-06-07 00:32:06 DEBUG : Google drive root '': Waiting for checks to finish
2020-06-07 00:32:06 DEBUG : Google drive root '': Waiting for transfers to finish
2020-06-07 00:32:06 INFO  : There was nothing to transfer
2020-06-07 00:32:06 ERROR : Attempt 1/3 failed with 1 errors and: directory not found
2020-06-07 00:32:07 ERROR : : error reading source directory: directory not found
2020-06-07 00:32:07 DEBUG : Google drive root '': Waiting for checks to finish
2020-06-07 00:32:07 DEBUG : Google drive root '': Waiting for transfers to finish
2020-06-07 00:32:07 INFO  : There was nothing to transfer
2020-06-07 00:32:07 ERROR : Attempt 2/3 failed with 1 errors and: directory not found
2020-06-07 00:32:07 ERROR : : error reading source directory: directory not found
2020-06-07 00:32:07 DEBUG : Google drive root '': Waiting for checks to finish
2020-06-07 00:32:07 DEBUG : Google drive root '': Waiting for transfers to finish
2020-06-07 00:32:07 INFO  : There was nothing to transfer
2020-06-07 00:32:07 ERROR : Attempt 3/3 failed with 1 errors and: directory not found
Transferred:             0 / 0 Bytes, -, 0 Bytes/s, ETA -
Errors:                 1 (retrying may help)
Elapsed time:         0.0s
2020/06/07 00:32:07 INFO  :
Transferred:             0 / 0 Bytes, -, 0 Bytes/s, ETA -
Errors:                 1 (retrying may help)
Elapsed time:         0.0s

2020/06/07 00:32:07 DEBUG : 4 go routines active
2020/06/07 00:32:07 Failed to copy: directory not found
You have new mail in /var/mail/pronemsi
user:~$ rclone copy "/home/file1.mkv/" gdrive:backup --progress -vv
2020/06/07 00:32:22 DEBUG : rclone: Version "v1.52.0" starting with parameters ["rclone" "copy" "/home/user/file1.mkv/" "gdrive:backup" "--progress" "-vv"]
2020/06/07 00:32:22 DEBUG : Using config file from "/home/user/.config/rclone/rclone.conf"
2020-06-07 00:32:23 ERROR : : error reading source directory: directory not found
2020-06-07 00:32:23 DEBUG : Google drive root 'backup': Waiting for checks to finish
2020-06-07 00:32:23 DEBUG : Google drive root 'backup': Waiting for transfers to finish
2020-06-07 00:32:23 INFO  : There was nothing to transfer
2020-06-07 00:32:23 ERROR : Attempt 1/3 failed with 1 errors and: directory not found
2020-06-07 00:32:23 ERROR : : error reading source directory: directory not found
2020-06-07 00:32:23 DEBUG : Google drive root 'backup': Waiting for checks to finish
2020-06-07 00:32:23 DEBUG : Google drive root 'backup': Waiting for transfers to finish
2020-06-07 00:32:23 INFO  : There was nothing to transfer
2020-06-07 00:32:23 ERROR : Attempt 2/3 failed with 1 errors and: directory not found
2020-06-07 00:32:24 ERROR : : error reading source directory: directory not found
2020-06-07 00:32:24 DEBUG : Google drive root 'backup': Waiting for checks to finish
2020-06-07 00:32:24 DEBUG : Google drive root 'backup': Waiting for transfers to finish
2020-06-07 00:32:24 INFO  : There was nothing to transfer
2020-06-07 00:32:24 ERROR : Attempt 3/3 failed with 1 errors and: directory not found
Transferred:             0 / 0 Bytes, -, 0 Bytes/s, ETA -
Errors:                 1 (retrying may help)
Elapsed time:         0.0s
2020/06/07 00:32:24 INFO  :
Transferred:             0 / 0 Bytes, -, 0 Bytes/s, ETA -
Errors:                 1 (retrying may help)
Elapsed time:         0.0s

2020/06/07 00:32:24 DEBUG : 4 go routines active
2020/06/07 00:32:24 Failed to copy: directory not found
user:~$ rclone copy "/home/user/file1.mkv/" gdrive:backup --progress -vv
2020/06/07 00:33:04 DEBUG : rclone: Version "v1.52.0" starting with parameters ["rclone" "copy" "/home/user/file1.mkv/" "gdrive:backup" "--progress" "-vv"]
2020/06/07 00:33:04 DEBUG : Using config file from "/home/user/.config/rclone/rclone.conf"
2020-06-07 00:33:04 ERROR : : error reading source directory: failed to read directory entry: readdirent: not a directory
2020-06-07 00:33:04 DEBUG : Google drive root 'backup': Waiting for checks to finish
2020-06-07 00:33:04 DEBUG : Google drive root 'backup': Waiting for transfers to finish
2020-06-07 00:33:04 INFO  : There was nothing to transfer
2020-06-07 00:33:04 ERROR : Attempt 1/3 failed with 1 errors and: failed to read directory entry: readdirent: not a directory
2020-06-07 00:33:05 ERROR : : error reading source directory: failed to read directory entry: readdirent: not a directory
2020-06-07 00:33:05 DEBUG : Google drive root 'backup': Waiting for checks to finish
2020-06-07 00:33:05 DEBUG : Google drive root 'backup': Waiting for transfers to finish
2020-06-07 00:33:05 INFO  : There was nothing to transfer
2020-06-07 00:33:05 ERROR : Attempt 2/3 failed with 1 errors and: failed to read directory entry: readdirent: not a directory
2020-06-07 00:33:05 ERROR : : error reading source directory: failed to read directory entry: readdirent: not a directory
2020-06-07 00:33:05 DEBUG : Google drive root 'backup': Waiting for checks to finish
2020-06-07 00:33:05 DEBUG : Google drive root 'backup': Waiting for transfers to finish
2020-06-07 00:33:05 INFO  : There was nothing to transfer
2020-06-07 00:33:05 ERROR : Attempt 3/3 failed with 1 errors and: failed to read directory entry: readdirent: not a directory
Transferred:             0 / 0 Bytes, -, 0 Bytes/s, ETA -
Errors:                 1 (retrying may help)
Elapsed time:         0.0s
2020/06/07 00:33:05 INFO  :
Transferred:             0 / 0 Bytes, -, 0 Bytes/s, ETA -
Errors:                 1 (retrying may help)
Elapsed time:         0.0s

2020/06/07 00:33:05 DEBUG : 5 go routines active
2020/06/07 00:33:05 Failed to copy: failed to read directory entry: readdirent: not a directory```

I am not able to access .conf file to have a look into it some im kinda stuck atm.

Is there any other command you want me to run to diagnose this?

did you create a remote?
https://rclone.org/drive/

do a rclone listremotes
post the command and the output

Remove the trailing slash.

you did not post the command.
you did not post the full debug output

we cannot read your mind? :upside_down_face:
so just copy and paste the command and output from the terminal, ok?

do a rclone listremotes
post the command and the output

/home/user/file1.mkv/
what is that? a folder or a file?

"My Google Drive is mounted to Home/gdrive"
so you mounted your gdrive to local folder?
if so, what is the rclone mount command?

:gdrive:backup
not sure that there should be a colon in front of gdrive?

Ok, Sorry for the late reply I got kinda busy.

rclone mount  --allow-non-empty --buffer-size=32M --use-mmap --dir-cache-time=84h --cache-info-age=168h --vfs-cache-mode=minimal --vfs-read-chunk-size-limit off --vfs-cache-max-age=6h --vfs-read-chunk-size=32M gdrive1: ~/gdrive1```

This was the command used to get my google drive mounted to local folder.
I have 2. gdrive & gdrive1. both show when inputting rclone listremotes. 

-

99% of the time , this flag is not a good idea

--allow-non-empty 

so what is the problem you are trying to solve?

I see. will make adjustments.Thanks for that.

Basically I what need is a command to send files/folders from my completed downloads up to one of my Google Drives.

like a bittorrent or what?

Yeah. Few ISOs from my deluge downloaded folder to Google Drive

most bittorent clients have an option to move completed downloads to a folder.
so you have deluge move to your rclone mount.

image

Wait, so you're saying if I were to move a linux iso from my completed downloads to my gdrive mounted folder, it'll auto-upload?

when a torrent has finished downloading, you can run a script.
that script can move the torrent files to gdrive.

Thanks man. that seems to have worked. uploading as I type.

your welcome dude

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