I figured out something simple but neat on the Black Armor NAS 110 (BA-NAS110) device. It has rsync
a powerful file-system replication tool from UNIX.
Caveats are that in order to do this you must have root on the device and a ssh connection with the command line. I’ll write a friendly doc on how to get ‘root’ later. (Just search for Hajo Noerenberg’s work on the subject sans the friendly write up if you want to do it now.)
So, the BA-NAS110 is capable of using rsync
from the command line to replicate its data to another NAS or Linux system if you have root on the system. Getting it setup was simple enough but knowing that the rsync
daemon and client were on the systems was the trick.
You have to create a rsyncd.conf file since there isn’t one pre-built. Syntax is common to the typical rsync 3.0.4 version.