https://bugzilla.samba.org/show_bug.cgi?id=3492
Summary: rsync: connection unexpectedly closed (24 bytes read so
far)
Product: rsync
Version: 2.6.7
Platform: Other
OS/Version: HP-UX
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
QAContact: [EMAIL PROTECTED]
I encounter with error when run the shell script.
----------- Error Message ----------
rsync: connection unexpectedly closed (24 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(342)
----------- Error Message ----------
----------- Shell Script ----------
#!/bin/ksh
echo "SMC1A====="
rsync --recursive --compress --delete --no-relative --include='*'
rsync://KKURO/data_a/SMC1A/smlog/20060206/Ssmlog*.*
/SAS/CNV_DATA/SMSS/GET_DATA/KKUROA/SMC1A
echo "SMC2A====="
rsync --recursive --compress --delete --no-relative --include='*'
rsync://KKURO/data_a/SMC2A/smlog/20060206/Ssmlog*.*
/SAS/CNV_DATA/SMSS/GET_DATA/KKUROA/SMC2A
----------- Shell Script ----------
When I run the file, first rsync is completely suscess
but second rsync encounter the error.
How can resolve it?
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html