On Sun, 1 Jan 2006, Charles Curley wrote: > I can build what looks like a perfectly good command, echo > it, then run it. But the exclude pattern is ignored.
I've had better luck with something like this: opts="-va --exclude=*~ --delete --delete-excluded" cmd="rsync $opts $src $dst" echo $cmd $cmd Chris /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
