Rclone copy to mega going very slow

What is the problem you are having with rclone?

I use rClone to copy a large folder from my Qnap NAS to my Mega Cloud Storage but when launching rclone copy I have some MiB/s but after like minuts I have like 200 Ki/s while my NAS can carry 5 GB/s and my router (fiber) is sending 7 GB/s I don't understand why upload is going down like this.

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

image

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

Mega.nz

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

./rclone copy --progress --mega-use-https /share/ZFS19_DATA/Plex\ Media\ Server/ Mega:

I tried with and without https command, no success

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

[Mega]
type = mega
user = XXX
pass = XXX

A log from the command that you were trying to run with the -vv flag

OMG I think it's useless as it's listing all my files

mega is known to be slow.
a debug log would let you know what exactly is going on.

as discussed in the forum.
one workaround is to use the webdav mode using megacmd cli.
and have rclone copy to that webdav server.

So I need to mount the Mega on my NAS and then rclone copy local folder to webdav mounted folder right ?

If yes, I have a problem with MegaCMD, when I try to put a single command (like login MAIL) then nothing happens and it get stucks, that's why i wanted to get rclone working.

need to check the rclone debug log.


no,
use the megacmd cli, enable webdav mode; that will create a local webdav server.
then have rclone copy to that webdav server.

xxx@protonmail.com:/$ webdav
WEBDAV SERVED LOCATIONS:
/test: http://127.0.0.1:4443/PUxGxDrZ/test
sudo ./rclone copy --progress --log-file=mylogfile.txt /share/ZFS19_DATA/Plex\ Media\ Server/ WebdavMega:

This is not better now, sending some gigas to it and them stopping to send something to it :skull:

logs :

2023/10/31 00:06:47 NOTICE: Animes/Chi's Sweet Home: Duplicate directory found in destination - ignoring
2023/10/31 00:06:47 NOTICE: Animes/Chicago Party Aunt: Duplicate directory found in destination - ignoring
2023/10/31 00:06:47 NOTICE: Animes/Chicago Party Aunt: Duplicate directory found in destination - ignoring
2023/10/31 00:06:47 NOTICE: Animes/Chicago Party Aunt: Duplicate directory found in destination - ignoring
2023/10/31 00:06:47 NOTICE: Downloads/animes: Duplicate directory found in destination - ignoring
2023/10/31 00:06:47 NOTICE: Downloads/films: Duplicate directory found in destination - ignoring

maybe up for some help ?

i would establish a baseline speed without rclone.

test using megacmd, mega website and other copy tools.

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