Thanks, Peter! Yes, I was giving it an explicit list of files instead of
just the directory. Apparently that turns off the --delete feature.
Obviously I'm a newbie w/ rsync. I guess I'll go back and read the man
page some more.
---------------------- Forwarded by Jim Czenkusch/Austin/IBM on 01/08/2001
04:54 PM ---------------------------
"Peter T. Breuer" <[EMAIL PROTECTED]> on 01/08/2001 10:43:51 AM
Please respond to [EMAIL PROTECTED]
To: Jim Czenkusch/Austin/IBM@IBMUS
cc:
Subject: Re: Does --delete work in V2.4.6?
"A month of sundays ago [EMAIL PROTECTED] wrote:"
> With /tmp as the current working directory, I issue the command....
>
> rsync -rlptvvvv --delete tmpsrc/* tmpdest
What's the "*" doing? That renders the command incomprehensible to me!
The shell will expand that to whatever it feels like! Don't you mean:
rsync -rlptvvvv --delete tmpsrc/ tmpdest/
??
Peter