On Mon, Sep 16, 2013 at 6:56 AM, makgab <[email protected]> wrote: > I read the doc, but I don't understand the rsync method settings. > "Rsync is run on the remote client via rsh or ssh." > http://backuppc.sourceforge.net/faq/BackupPC.html#_conf_rsyncclientcmd_ > > The default parameter: > $Conf{RsyncClientCmd} = '$sshPath -q -x -l root $host $rsyncPath $argList+'; > > I try this: > $Conf{RsyncClientCmd} = '$sshPath -q -x -l username $hostIP $rsyncPath > $argList+'; > > but how can I set the password parameter in ssh connection? >
Don't use passwords - set up ssh keys as described here: http://backuppc.sourceforge.net/faq/ssh.html -- Les Mikesell [email protected] ------------------------------------------------------------------------------ LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
