At 03:17 PM 8/27/02 -0600, Ashley M. Kirchner wrote:

 > I used to use rsync to mirror a boot disk to another disk periodically,

>     However, does rsync automatically update the backup directory and 
> remove files
>that were also deleted in the user's account?  Or do I have to first delete
>everything, then resync everything (which wouldn't make rsync very fast, 
>now would
>it?)

It can do either.  I usually use the '--delete' option which removes files 
from the destination that are no longer on the source.  As others have 
said, rsync is *incredibly* flexible & useful.  I also use it to mirror 
files & directories between servers, sometimes over ssh and sometimes via 
an rsync server.  I generally run a simple script via cron and send the 
output to a temporary logfile - just in case I need to see what happened.

>   Ashley M. Kirchner <mailto:[EMAIL PROTECTED]>   .   303.442.6410 x130
>   IT Director / SysAdmin / WebSmith             .     800.441.3873 x130
>   Photo Craft Laboratories, Inc.            .     3550 Arapahoe Ave. #6
>   http://www.pcraft.com ..... .  .    .       Boulder, CO 80303, U.S.A.

I see we're neighbors - I'm just "down the street" in Westminster.  ;-)

-Eric


Eric Sisler <[EMAIL PROTECTED]>
Applications Specialist
Westminster Public Library
Westminster, CO USA

Linux - Don't fear the Penguin.
Want to know what we use Linux for?
Visit http://gromit.westminster.lib.co.us/linux



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to