max file capability

2000-12-11 Thread Brian Warn
Does 2.4.2 have an upper limit to the number of files it is able to read as it recurses through directories? My rsync attempt stops after reading 199 files of a directory that contains 157 directories comprised each of three to 20 files. In the process of troubleshooting this, I'm trying to sort

SSH Auth from cron

2000-12-11 Thread Jeff Mandel
I have been following with interest the threads on ssh authentication for rsync jobs from cron. I initialize the ssh-agent and then set the $SSH variables for the shell used to run the rsync session. I would like to hear your opinions on this approach and whether or not it seems sensible. A passw

rsync using processing power

2000-12-11 Thread Mark Swarbrick
I'm rsyncing from an NT box, with the NT machine running rsync in daemon mode. I notice it consumes a good chunk of processing power whenever the client make a request to sync. My question is: Is it possible to set this up so that most of the processing power comes off another machine, instead o

Re: rsync return code 5120 (20) when using SSH

2000-12-11 Thread Martin Pool
As a first step, I'd try upgrading to the current OpenSSH (free, rather than noncommercial), and rsync 2.4.6. I don't think you have to do anything special to get debugging info. Just give lots of -v's. -- Martin On 11 Dec 2000, Philippe McLean <[EMAIL PROTECTED]> wrote: > Hi Martin, > > versi

rsync 2.3.1 message: 'skipping directory download'

2000-12-11 Thread Brian Warn
In attempting to rsync between a solaris box and a win2000 box, I get the message above when I try a dry run. When I use -rvtpl options, I just get a 'building file list...' message and the operation quits. I tried the --progress and --progressshow options. The former didn't tell me anything (i

Re: Using Expect and ssh with rsync

2000-12-11 Thread Harry Putnam
"Belknap, Christopher" <[EMAIL PROTECTED]> writes: > I've got SSH 1.2.27 installed, and I want to use it instead of rsh with > rsync. In addition, I want to run the rsync out of cron so that it is > automated and doesn't prompt for an SSH passphrase. I heard that this > automation can be done usi

Using Expect and ssh with rsync

2000-12-11 Thread Belknap, Christopher
I've got SSH 1.2.27 installed, and I want to use it instead of rsh with rsync. In addition, I want to run the rsync out of cron so that it is automated and doesn't prompt for an SSH passphrase. I heard that this automation can be done using Expect. Does anyone out there have a good Expect script t