Re: To exclude or include... That is the question.

2001-03-02 Thread Dave Dykstra
On Fri, Mar 02, 2001 at 04:27:06PM +1100, Peter Cormick wrote: > I'm trying to use rsync to backup user home directories. They all live > in /home, but so does some other rubbish which I do not want. > The user ids all start with u, so I tried something like this: > exclude = * > include = u* > B

To exclude or include... That is the question.

2001-03-01 Thread Peter Cormick
I'm trying to use rsync to backup user home directories. They all live in /home, but so does some other rubbish which I do not want. The user ids all start with u, so I tried something like this: exclude = * include = u* But this will only allow processing of file and directories that start with