In this tutorial, I will teach you how to backup your NAS with Crashplan! It is surprisingly easily and it just takes a couple lines of code! Basically, you are just creating a symbolic link between a folder on your computer and a remote network location such as network attached storage device.
Here is the code:
mklink /d "F:\3tb-crashplan-nas" "\\srvr1\3tb"
You would want to sub in the location where you want the symbolic link to exist as well as the name of the SMB server/windows share.
For more checkout: http://www.hwrrobotics.com/content/