Re: including file from excluded directory

2003-08-20 Thread Brandon Metcalf
j == [EMAIL PROTECTED] writes: j> Your exclude pattern doesn't match .mozilla/* j> You might try changing it to /.** j> You will also want to add an include pattern for j> /.mozilla/bmetcalf/ Ah, yes. This would probably work. What I ended up doing is this: + /.mozilla + /.mozilla/bmet

Re: including file from excluded directory

2003-08-19 Thread jw schultz
On Tue, Aug 19, 2003 at 03:34:37PM -0500, Brandon Metcalf wrote: > I'm trying to explicitly include a file that exists under a directory > that I otherwise want excluded. Here are my command and include list: > > rsync -e ssh -Cavz --delete --update \ > --include-from=$HOME/.rsync.laptop .

including file from excluded directory

2003-08-19 Thread Brandon Metcalf
I'm trying to explicitly include a file that exists under a directory that I otherwise want excluded. Here are my command and include list: rsync -e ssh -Cavz --delete --update \ --include-from=$HOME/.rsync.laptop . $DEST: where $DEST contains the remote machine name and this is being run