Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jun 2001 09:49:14 +0100
From:      "James Raftery" <jraftery@wrdp.com>
To:        <freebsd-isp@freebsd.org>
Subject:   Re: rsync for mirroring
Message-ID:  <002701c0ee65$9075a2f0$340410ac@jraftery>
References:  <20010605235227.A500@superhero.org>

next in thread | previous in thread | raw e-mail | index | archive | help

----- Original Message -----
From: "Erich Zigler" <erichz@superhero.org>
To: <freebsd-isp@freebsd.org>
Sent: Wednesday, June 06, 2001 5:52 AM
Subject: rsync for mirroring


> The plan is to have rsync keep the directories in sync via ssh. For
security
> reasons I have created two plain joe users whose only exceptional
capability
> is the ability to login to the other machine without being prompted
for a
> password using ssh.
>
> Now my issue is that using rsync -avz -e "ssh -l /path/to/identify"
/path
> user@domain:/path

The flag to specify an alternative identity file is -i, not -l. Use -l
to specify an alternative remote username.


Regards,
james


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?002701c0ee65$9075a2f0$340410ac>