Rclone on MyCloud Mirror

Hello,
I just bought myCloud Mirror, I would like to syncronize my NAS with my Dropbox account. I saw that the App that you can find on the WD dashboard is incredible slow (as reported on other post in this forum). now I’m doing the sync using my mac and “rclone”. it’s very fast and works very well… do you know if it is possible to install “rclone” directly to the NAS?

best
Andrea

Hello, as far as I am aware rclone is not supported on the WD My Cloud Mirror, however you can post it in the ideas section and if it gains enough traction might get implemented.

Ok thank you, I have just moved there.

Hello,
I’m looking for something able to synchronize a WD NAS with Hubic cloud service. I cannot find a full-packaged software for the NAS…

Rclone seemed to be a good solution. Connected with ssh

curl https://rclone.org/install.sh | sudo bash

Did someone try ?
thanks.

find rclone ARMv7 download link.
this example is for rclone-v1.53.2-linux-arm-v7.zip.

ssh into your mycloud and run these commands
if on Windows 10

C:\Windows\System32\cmd.exe /k ssh -oHostKeyAlgorithms=+ssh-dss root@`yourwdmycloudaddress

find your program install folder might look like this… /mnt/HD/HD_a2/Nas_Prog/

run these commands

cd /mnt/HD/HD_a2/Nas_Prog/

wget https://downloads.rclone.org/v1.53.2/rclone-v1.53.2-linux-arm-v7.zip --no-check-certificate

unzip rclone-v1.53.2-linux-arm-v7.zip

rm rclone-v1.53.2-linux-arm-v7.zip

ln -s /mnt/HD/HD_a2/Nas_Prog/rclone-v1.53.2-linux-arm-v7/rclone  /bin/rclone

then you can use
rclone config