/usr/local/bin/rsync -az --delete --force /home/cvs/website /usr
etc



On Fri, 12 Jan 2001, Brian Vandruff wrote:

> Date: Fri, 12 Jan 2001 10:42:30 -0600
> From: Brian Vandruff <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: The --delete arg does not work
> 
> I have two directories on the same systems that I want to keep synced
> up. Only one is ever updated by my users. Rsync needs to update the
> second directory. The problem is that when a file is deleted from the
> first directory rsync does not delete it from the second directory. Why
> not?
> I run rsync from a command line at the moment. Here is the test comment
> I did with two test directories:
> 
>      rsync -vau --delete ./dir1/* ./dir2
> 
> Can anyone help?
> --Brian
> 
> 
> 


Reply via email to