ReadyNAS Rsync Tutorial

The NETGEAR ReadyNAS is a pretty sweet product if you’ve got a small team like I do. It’s inexpensive and easy to set up.

Log into the ReadyNAS and turn on Rsync for your backup share. Optionally, set a username and password. Your ReadyNAS will start up it’s rsync daemon.

Replace the password and IP below with the rsync password and IP of your NAS, and use the share name in the rsync command - mine was “backup”.

export RSYNC_PASSWORD="BACKUP_PASSWORD_GOES_HERE" rsync -av /var/backups/ rsync://backup@192.168.1.1:/backup/

I threw that in a shell script and run it in a cron. Good to go.

If you found this post helpful, please consider sharing to your network. I'm also available to help you be successful with your distributed systems! Please reach out if you're interested in working with me, and I'll be happy to schedule a free one-hour consultation.