Re: --include-from question

2005-02-10 Thread Wayne Davison
On Wed, Feb 09, 2005 at 05:32:23PM -0500, A.Weston wrote: > include.txt contains: > + /local/bin/ > + /local/etc/ > - * That trailing exclusion is too all-encompassing. Try this instead: + /local/bin/ + /local/etc/ - /local/* ..wayne.. -- To unsubscribe or change options: https://lists.samba.o

--include-from question

2005-02-09 Thread A.Weston
I'm having problems using rsync's --include-from and --exclude-from options. Here's an example of what I'm trying to do: On the source machine I have /usr/local/bin, /usr/local/etc, and /usr/local/foobar. I only want to sync /usr/local/bin and /usr/local/etc. Things work as expected if I use th