rsync invalid tag error

2009-01-20 Thread Jignesh Shah
Hi, Please let me know what what could be the cause of below error: ERROR: DoRsync(): rsync had errors or failed rsync return code: 12 unexpected tag -7 rsync error: error in rsync protocol data stream (code 12) at io.c(469) rsync: connection unexpectedly closed (3941538 bytes

Re: file compression on target side

2009-01-20 Thread Sven Hartrumpf
Mon, 19 Jan 2009 20:05:07 -0500, magawake wrote: Using Redhat 4.5; I have been researching this for weeks and all signs and wisemen (such as yourself) point to the Holy Grail -- ZFS! You could try FuseCompress: http://www.miio.net/fusecompress/ The author claims that he improved its speed

find out the meaning of rsync error code

2009-01-20 Thread Jignesh Shah
Hi, Could anyone please tell me how to get the meaning of rsync error codes. In rsync return code: 12 error, what 12 indicates? Thanks, Jignesh -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options:

Re: find out the meaning of rsync error code

2009-01-20 Thread Sven Hartrumpf
Tue, 20 Jan 2009 15:25:05 +0530, jignesh.shah1980 wrote: Could anyone please tell me how to get the meaning of rsync error codes. In rsync return code: 12 error, what 12 indicates? Please use the archive: http://www.mail-archive.com/rsync@lists.samba.org/msg22890.html pgpEalpvdwL2E.pgp

Re: find out the meaning of rsync error code

2009-01-20 Thread Stuart Halliday
See bottom of Man page @ http://www.samba.org/ftp/rsync/rsync.html EXIT Values 12 is: Error in rsync protocol data stream I suggest that this may be caused by you using two different versions of Rsync? Please check that the daemon and client are running the same version. -- Stuart Halliday

Re: find out the meaning of rsync error code

2009-01-20 Thread Stuart Halliday
When I get errors like that I do a manual rsync command via a terminal (or command prompt) shell which tries to list the contents of either side of the connection. This at least shows you if the connection and rsync is working. ie rsync -v metatex.org::minimals-temp/test/ or rsync

Re: find out the meaning of rsync error code

2009-01-20 Thread Stuart Halliday
Correct. -- Stuart Halliday I think there is no bulletproof solution for this. Right? Thanks, Jignesh On 1/20/09, Stuart Halliday stua...@ecs-tech.com wrote: When I get errors like that I do a manual rsync command via a terminal (or command prompt) shell which tries to list the

Re: rsync 3.0.4 patches for 10.3

2009-01-20 Thread macuserfr
Le 19 janv. 09 à 21:53, tim lindner a écrit : Thanks for this. Everything has been working fine. I did encounter one problem. It didn't like it when colons were in filenames. Rsync would spit out an error and move to the next file. I remember (sorry I don't have a reference) that HFS

Re: rsync-phenomenon

2009-01-20 Thread Wayne Davison
On Sun, Jan 18, 2009 at 01:03:29PM +0100, August C. Quint wrote: I've created a little script that makes a backup of my home-directory using rsync. When I call this script again _all files_ will be copied again. You should ask rsync to tell you what is going on using the -i option. If you see