rsync logic problem ?

Patrick Amirian pamirian at calculus.ca
Tue Feb 4 03:20:59 EST 2003


Hi guys,
I have this directory and I want to replicate
 
/DIR/
In this dir I have other dirs such as A B C D E
 
Now I want to replicate DIR in many steps
 
First I want to copy A B (EXCLUDING) C D and E but I want to use the
-delete option so that if in A and B I have unused files rsync will
delete them for me. But the problem is that rsync is trying to delete
also C D and E probably because of the exclude option in my config file
on the server side.
 
 
Am I doing something wrong?
 
Thanks.


More information about the rsync mailing list