This is a discussion on 3.0.3pre2 progress fix doesnt work within the Rsync forums, part of the Networking and Network Related category; The progress fix listed - If rsync exits in the middle of a --progress output, it now outputs a newline to ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
The progress fix listed
Quote:
== Test 1 == CTRL+C is used to abort:- rsync -av --whole-file --progress -e "ssh -p 23" test1:/test/ /test/ receiving incremental file list zone/english/ zone/english/mp_carentan1.ff ^CKilled by signal 2.9.72kB/s 0:00:55 rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(541) [receiver=3.0.3pre2] rsync error: unexplained error (code 255) at rsync.c(541) [generator=3.0.3pre2] == Test 2 == killed remote rsync rsync -av --whole-file --progress -e "ssh -p 23" test1:/test/ /test/ receiving incremental file list zone/english/ zone/english/mp_carentan1.ff rsync: connection unexpectedly closed (11114976 bytes received so far) [receiver] rsync error: error in rsync protocol data stream (code 12) at io.c(635) [receiver=3.0.3pre2] rsync: connection unexpectedly closed (626 bytes received so far) [generator] rsync error: unexplained error (code 137) at io.c(635) [generator=3.0.3pre2] In both cases the progress line is lost Test 1 its corrupted due to overwrite. Test 2 its lost totally. Regards Steve ================================================ This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In the event of misdirection, the recipient is prohibited from using, copying, printing or otherwise disseminating it or any information contained in it. In the event of misdirection, illegible or incomplete transmission please telephone +44 845 868 1337 or return the E.mail to postmaster@multiplay.co.uk. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html |