Re: include directory and all files under

2004-06-02 Thread Tim Conway
Oh, of course. I just meant I've never needed it, and the original question was raising an unnecessary application of it, not that the function is useless. Tim Conway Unix System Administration Contractor - IBM Global Services desk:3032734776 [EMAIL PROTECTED] the main use i've found for the

Re: include directory and all files under

2004-06-01 Thread Jon Drukman
Tim Conway wrote: I personally have never used include/excludes, but I remember reading the man page a few years ago, and though it was very well written, I've never had a scenario where they were appropriate. From your specification, I don't think you do either. Simplify. the main use i've f

Re: include directory and all files under

2004-06-01 Thread Tim Conway
rsync -a&otheroptions rsync://carroll.cac.psu.edu/openbsd/snapshots/i386 rsync://carroll.cac.psu.edu/openbsd/snapshots/ports.tar.gz /some/destination/ /some/destination will look liks snapshots but with only i386 and ports.tar.gz in it. You did know that you can specify multiple sources, right