Re: [SLUG] rsync suggestions

From: Mike Branda (mike@wackyworld.tv)
Date: Thu Dec 09 2004 - 11:40:35 EST


On Wed, 2004-12-08 at 20:25, James Marcinek wrote:
> The first idea, while helps organize an rsync location, did not help me address
> my permission problems as I would still have to change the permissions on the
> /home/$USER directories in order for the 'backup' user to allow this user
> access...
>
> I'm still looking for suggestions.
>
> Thanks,
>
> James

I have 2 servers one that backs up to another. One of the servers has
the directory NFS mounted from the first. Since the permissions in NFS
come from the originating file system, they transfer onto the second
box. Obviously the user has to exist on both machines for that to
work. Then I just rsync -au --delete the NFS share to the backup dir.
Since the delete flag could wreak havoc, I also have a script that
wraps up rsync and checks to make sure the NFS share is mounted. This
eliminates the ssh overhead and related. While it is not as secure as
ssh for obvious reasons, It does what you are looking for I think.

Mike Branda Jr.

-----------------------------------------------------------------------
This list is provided as an unmoderated internet service by Networked
Knowledge Systems (NKS). Views and opinions expressed in messages
posted are those of the author and do not necessarily reflect the
official policy or position of NKS or any of its employees.



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 17:20:27 EDT