From: Joe Z. <joe...@za...> - 2005-08-29 16:20:26
|
James W. Beauchamp wrote: > I've got one directory that I'm backing up that is giving me > problems. > The error message is shown below. The file 'acimsdb.zip' is > about 390 > meg in size. I can rsync the directory manually to a test area > so it > doesn't look like the error is rsync alone. Any ideas? > > Thanks > James > > > 2005-08-29 10:27:46: Starting backup of main / webbackup > 2005-08-29 10:27:46: receiving file list ... done > 2005-08-29 10:27:46: ./ > 2005-08-29 10:27:59: acimsdb.zip<br> > 2005-08-29 10:28:24: inflate returned -3 (0 bytes)<br> > 2005-08-29 10:28:24: rsync error: error in rsync protocol data stream > (code 12) at token.c(416)<br> > 2005-08-29 10:28:24: rsync: connection unexpectedly closed (254 bytes > read so far)<br> > 2005-08-29 10:28:24: rsync error: error in rsync protocol data stream > (code 12) at io.c(165)<br> When you manually rsync it are you using the -z or --compress option? It could be a problem with compression. I haven't had that error but a google search all pointed to compression. http://www.google.com/search?hl=en&lr=&q=rsync+inflate+returned+-3+%280+bytes%29&btnG=Search Joe |