If you are using SSH to backup files as user A from server A to user B on
server B, you want to do the following:
- create SSH keys on server A as user A using ssh-keygen. Make sure you
don't specify a passphrase. You should have an identity and identity.pub
file in ~/.ssh
- on se
On Fri, Feb 23, 2001 at 09:43:18PM +, Andrew Clayton wrote:
>
> Hello,
>
> I appologise if this is FAQ.
>
> I have been mirroring a web site between two servers, where the filea have
> varying
> permisions, owners and groups. But they have the same UID/GIDs on both
> systems.
>
> I have be