Operating System - HP-UX
1834732 Members
3189 Online
110070 Solutions
New Discussion

rsync problem under hp-ux

 
Roberto Gallis
Regular Advisor

rsync problem under hp-ux

Hi all,
I compiled rsync to my hosts under hp-ux. It run well for transferring large files from host to other hosts (It works like rcp).
When I transfer a large oracle file (4GB) rsync return the error:
link_stat myfile.ora: Value too large to be stored in data type client: nothing to do
I follow documentation on http://rsync.samba.org and someone tell me is a problem when you compile rsync under hp-ux.
Someone can tell me what's about "link_stat". In the source code of rsync there's no match of that parameter...