Re: Exclude files (2)...

2001-05-03 Thread Martin Pool
On 2 May 2001, Jeff Ross [EMAIL PROTECTED] wrote: Thanks, all, for the suggestions. None of them seemed to work, though. Last round of testing I removed the R option and added an * after the trailing directory slash in the exclude file. Specifically, here is the command I used: rsync

Re: Exclude files (2)...

2001-05-03 Thread Jeff Ross
Excellent! I'm not sure how I missed the --exclude, because there it is, in the man page. It was not a typo in my script or my e-mail, but nothing was being excluded, either. So, what I thought to be an error in the way I was excluding files turned out to be an error in the option! Many

Re: Exclude files (2)...

2001-05-03 Thread Jeff Ross
No, it was a remote transfer, from one computer on my lan to another. I wonder if the second -e option, the real -e ssh overrides the first, mistaken -e xclude option? It sure works now. Jeff Ross On Thu, 3 May 2001, Dave Dykstra wrote: On Thu, May 03, 2001 at 05:35:38AM -0600, Jeff Ross

Re: Exclude files (2)...

2001-05-03 Thread Dave Dykstra
On Thu, May 03, 2001 at 01:56:16PM -0600, Jeff Ross wrote: No, it was a remote transfer, from one computer on my lan to another. I wonder if the second -e option, the real -e ssh overrides the first, mistaken -e xclude option? Ah yes, that's it. - Dave Dykstra

Exclude files (2)...

2001-05-02 Thread Jeff Ross
Thanks, all, for the suggestions. None of them seemed to work, though. Last round of testing I removed the R option and added an * after the trailing directory slash in the exclude file. Specifically, here is the command I used: rsync -aq -exclude-from=/root/exclude.txt \ -e