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
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 .
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