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
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
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
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