Hi All,
Here is my setup. I've to two NAS filesystems mounted on a SunFire
V490. They're mounted on /rsync/ieeprodhome/ECF and
/rsync/ieeprodhome2/ECF. The ieeprodhome filesystem is 1.008 TB wiht
812GB used and the ieeprodhome2 filesystem is 1.2TB with 813GB used.
One other thing to add that might be of importance is that the source
filesystem has over 100k files in it.
Here is the command that I'm trying to use:
/opt/csw/bin/rsync -avvvv --delete /rsync/ieeprodhome/ECF/
/rsync/ieeprodhome2/ECF
This will seem to run just fine for a couple of days, but then it will
error out with the following:
delete_in_dir(70/36/35/70363504)
[generator] make_file(70/36/35/70363504/1000B,*,2)
[generator] make_file(70/36/35/70363504/GWS,*,2)
[receiver] receiving flist for dir 39230724
[generator] receiving flist for dir 39230724
received 1 names
[generator] flist start=137943897, used=1, low=0, high=0
[generator] i=137943897 6 70/36/39/70363977/1000B/02020924.GZ
mode=0100750 len=1867 uid=5300 gid=802 flags=0
recv_file_list done
[receiver] receiving flist for dir 39230725
[generator] receiving flist for dir 39230725
received 0 names
[generator] flist start=137943899, used=0, low=0, high=-1
rsync: connection unexpectedly closed (338935497 bytes received so
far) [sender]
_exit_cleanup(code=12, file=io.c, line=600): entered
rsync error: error in rsync protocol data stream (code 12) at
io.c(600) [sender=3.0.6]
_exit_cleanup(code=12, file=io.c, line=600): about to call exit(12)
Any clues on why it might be losing connection? I don't have rsync
running in daemon mode, so what would it be losing a connection to?
Ed Coates