Re: asking for root password

2008-10-23 Thread Matthias Schniedermeyer
en copy the 3 files to the remote box? > > Thanks > -Original Message- > 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

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

RE: asking for root password

2008-10-23 Thread Marc Fromm
er [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. > The command below is run as a cronjob an

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