Displaying 2 results from an estimated 2 matches for "wp_rls05".
2003 Jul 08
1
rsync's "value to large" error.
HI,
I'm trying to transfer a list of files within a filesystem to another filesystem. I've used the option:
# rsync -avzol --progress /wp05/global/FCSI/WP_RLS05/rundir/ /nfs_proj/global/WP/
However, it had produced the error below:
building file list ... global/FCSI/WP_RLS05/rundir/wp_celtic_max_fullwarn.tcl.log: Value too large to be stored in data type
# du -sk wp_celtic_max.tcl.log
4 wp_celtic_max.tcl.log
# file wp_celtic_max.tcl.log
wp_celtic...
2003 Jul 14
2
Rebuilding rsync to define HAVE_OFFSET64_T
...y using rsync version 2.4.4 protocol version 24 on a HP11.0, Solaris 8 and Redhat 7.1 platforms. In my earlier posting, I asked about the problem on "Value too large to be stored in data type" when transferring files which are >= 2GB in size., i.e.
building file list ... global/FCSI/WP_RLS05/rundir/wp_celtic_max_fullwarn.tcl.log: Value too large to be stored in data type
Could anyone kindly show me how I could rebuild the rsync version above, which I already have it running on my platforms, to be using stat64? which options do I need to specify when rebuilding rsync?
Any help/guide...