Sorry...i forgot the details....here is the info...

im running:

rsync -vrplogDtzH --stats --delete-during --partial --timeout=500 --exclude-from=/root/rsyncexcludedfiles --files-from=/root/rsyncincludedfiles..........

and the includedfiles list have some wildecards but the files that has not been deleted wasnt in the wildcard path...

/etc/*named*
/home

i mean, i have a directory with files into the /home so there isnt a wildecard and rsync havent deleted it.

Thanx!


----- Original Message -----

On Sat, Nov 25, 2006 at 02:14:39PM -0300, Manuel Kissoyan wrote:
if in the sender side server i delete a directory with files and
directories into it after run rsync is not removing that
directory/files on the receiver side.

I can only guess here since you don't supply any details of your run,
but this is usually caused by someone using a wildcard (for example,
"rsync -av --del /src/* host:/dest"), which does not send the src
directory, and therefore no deletions can occur inside it.  Just drop
the wildcard (leaving the trailing slash) if that is the case.

btw: all the delete options is only to delete the receiver side? i mean
using them will not delete the sender side?

That's right.  The --remove-* options affect the sending side, and the
--delete-* options the receiving side.

..wayne..


--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to