asking for root password

2008-10-23 Thread Marc Fromm
We are using rsync to pull backups created on our server. The command below is run as a cronjob and it works great. rsync -avu --rsh ssh -l root [EMAIL PROTECTED]:/var/lib/mysql/backups/ /backups/mysql/ We have a new server that will replace the old server that rsync pulls backups from. On the

RE: asking for root password

2008-10-23 Thread Marc Fromm
:[EMAIL PROTECTED] Sent: Thursday, October 23, 2008 2:25 PM To: Marc Fromm Cc: rsync@lists.samba.org Subject: Re: asking for root password On 23.10.2008 13:29, Marc Fromm wrote: We are using rsync to pull backups created on our server. The command below is run as a cronjob and it works great. rsync

Re: asking for root password

2008-10-23 Thread Matthias Schniedermeyer
On 23.10.2008 13:29, Marc Fromm wrote: We are using rsync to pull backups created on our server. The command below is run as a cronjob and it works great. rsync -avu --rsh ssh -l root [EMAIL PROTECTED]:/var/lib/mysql/backups/ /backups/mysql/ Normaly this should be enough: rsync -avu -e ssh

Re: asking for root password

2008-10-23 Thread Matthias Schniedermeyer
- From: Matthias Schniedermeyer [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2008 2:25 PM To: Marc Fromm Cc: rsync@lists.samba.org Subject: Re: asking for root password On 23.10.2008 13:29, Marc Fromm wrote: We are using rsync to pull backups created on our server