I have a FreeNAS solution, in which I'll would like to save my backups. Currently I was doing some scripting to rsync/tarball, but I want a something more easy to manage, so I figure out, to run a simple backup solution on a different server, while storing the backups at the FreeNAS server.
Both server are located on a 1Gbit LAN. I was planning to use NFS, to export a filesystem from FreeNAS and mount it on the "Backup director".
Is NFS a good idea? Should I try something else like sshfs, iSCSI, etc?