RE: Excludes not working

2002-03-22 Thread Brashers, Bart -- MFG, Inc.
> > I've tried all possible combinations > > of leading and trailing slashes, stars, etc, found in the man page: > > > > /mnt/pc/machine/D/Music > > /mnt/pc/machine/D/Music/ > > /mnt/pc/machine/D/Music/* > > /mnt/pc/machine/D/Music/** > > mnt/pc/machine/D/Music > > mnt/pc/machine/D/Music/

Re: Excludes not working

2002-03-21 Thread Dave Dykstra
On Tue, Mar 19, 2002 at 10:51:18AM -0700, Brashers, Bart -- MFG, Inc. wrote: > I'm a relative newbie to rsync, I use it to backup (mirror) a bunch of > Windows boxes. I mount them using samba (to avoid having to install the > cygwin version on each box) then run (using rsync 2.5.2 run from cront

Re: Excludes not working

2002-03-19 Thread Mike Rubel
Bart Brashers wrote: > ... I mount them using samba (to avoid having to install the > cygwin version on each box) then run (using rsync 2.5.2 run from crontab) > > rsync -vuaz --delete-excluded --exclude-from=/root/bin/rsync.exclude \ >--modify-window=2 /mnt/pc/machine/share /backup/machine