NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
depitropov
Sep 02, 2019Aspirant
Readynas rclone and backblaze
Hello there, I am choosing a cloud backup for my ReadyNas 204. I won't consider ReadyVault so please don't propose it to me :) After some research I've come down to two options: 1) iDrive fo...
depitropov
Sep 02, 2019Aspirant
Thanks. Yes it would be nice to have newer review of iDrive, maybe I would do one ;)
Still wondering, anyone trid out rclone?
SauvageSausage
Jan 22, 2020Tutor
i've tried Rclone to mirror my home directory to Onedrive(*)
works well but very CPU demanding. while rclone was running, the box was so noisy, i had to limit mirroring with one time a week, then eventually got rid of it,
I believe my actions were like:
# cd ~ # mkdir rclone; cd rclone # wget https://downloads.rclone.org/v1.50.2/rclone-v1.50.2-linux-amd64.zip # unzip rclone-v1.50.2-linux-amd64.zip # cd rclone-v1.50.2-linux-amd64 # chmod +x rclone
# mv * .. # nano ~/rclone_cron.sh
#!/bin/bash if pidof -o %PPID -x "rclone-cron.sh"; then exit 1 fi
# here comes your stuff
*) readynas can't sync the local user home and the cloud home , it was the only suitable workaround
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!