On Sat, Jul 10, 2010 at 11:48 AM, kannan krishnamurthy <[email protected]> wrote: > Dear All, > > I require your valuable inputs in creating/dumping my server data to FreeNas > box. > > I am using RHEL 5.0 on the server side. I am having two similar servers which > is acting as primary and secondary servers. > > I am already runing rsync from primary to secondary server. > > Now i would like to copy/dump data from the primary server to a FreeNas box > using rsync witout password. Can any one guide/help me on this. >
There are many ways to accomplish this without ssh passwordless login. I use a tool called rdiff-backup. You can either NFS mount the partition from the remote machine or install the same version of rdiff-backup on the remote machine and do a network backup. The other thing to do would be installing duplicity in which case you will need ssh login or you could even avoid it if you use ftp or http with duplicity. -Girish _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
