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