Re: Intermittent rsync Issues

2010-09-20 Thread Izidor Jerebic
Hi, this might be a problem with maximal number of concurrent ssh connections or connection requests. Ssh daemon has two configuration settings where you can define what is the maximal number of clients which can connect concurrently. This number is by default not very high, so you are probably

Re: "rsync --delete" won't delete certain files

2009-03-23 Thread Izidor Jerebic
Hello, Peter, Are there any errors while doing the rsync? I have recently discovered that to create identical copy on mac os x (in the presence of any errors), you need to additionally specify -- ignore-errors and --force-delete, otherwise nothing will be deleted (it seems that as soon as

Re: rsync hangs when accessing through SSH (Leopard OS X)

2007-12-07 Thread Izidor Jerebic
On 7.12.2007, at 17:13, Greg Loesch wrote: Okay, I tried adding the extra v's and this is what I ended up with. I'm now using the latest version (3.0.x or whatever it is). FILE_STRUCT_LEN=16, EXTRA_LEN=4 cmd= machine=[sitename] user=[username] path=[filepath] cmd[0]=ssh cmd[1]=-l cmd[2]=[use

Re: rsync hangs when accessing through SSH (Leopard OS X)

2007-12-03 Thread Izidor Jerebic
On 3.12.2007, at 9:08, Fabian Cenedese wrote: At 15:39 02.12.2007 -0500, Greg Loesch wrote: To preface, I'm running Leopard OSX and am using rsync version 2.6.9 protocol version 29. Whenever I attempt to sync (using rsync obviously) a folder on my local drive to my web server (netfirms.com i

Re: rsync mechanics question

2007-05-09 Thread Izidor Jerebic
On 10.5.2007, at 2:16, Tom Riley wrote: I have 2 mounts on a single computer the production mount is 100gigs (/msgstore) and contains rough 17 million small files (email message store), and a newly created 500g ufs file system (/mnt) However, the curiosity comes in with my source data takin