Rsync version 3.0.7pre1 is now available for release testing. This is a bug-fix release. Please test this new release and send email to the rsync mailing list with any questions, comments, or bug reports. To see a full summary of the changes since 3.0.6, visit this link: http://rsync.samba.org/ftp/rsync/src-previews/rsync-3.0.7pre1-NEWS You can download the source tar file and its signature from here: http://rsync.samba.org/ftp/rsync/src-previews/rsync-3.0.7pre1.tar.gz http://rsync.samba.org/ftp/rsync/src-previews/rsync-3.0.7pre1.tar.gz.asc The patches directory is now in a separate tar file (for those that want one or more of the patches): http://rsync.samba.org/ftp/rsync/src-previews/rsync-patches-3.0.7pre1.tar.gz http://rsync.samba.org/ftp/rsync/src-previews/rsync-patches-3.0.7pre1.tar.gz.asc See the rsync website for other download methods, including diffs, etc.: http://rsync.samba.org/ ..wayne.. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: Digital signature URL: <http://lists.samba.org/pipermail/rsync/attachments/20091221/063dfb29/attachment.pgp>
I get an error message when trying to decompress rsync-3.0.7pre1.tar.gz: [ ~/Desktop ]$ tar -xzvf rsync-3.0.7pre1.tar.gz tar: Unrecognized archive format: Inappropriate file type or format tar: Error exit delayed from previous errors. On Dec 21, 2009, at 10:10 PM, Wayne Davison wrote: Rsync version 3.0.7pre1 is now available for release testing. This is a bug-fix release. Please test this new release and send email to the rsync mailing list with any questions, comments, or bug reports. To see a full summary of the changes since 3.0.6, visit this link: http://rsync.samba.org/ftp/rsync/src-previews/rsync-3.0.7pre1-NEWS You can download the source tar file and its signature from here: http://rsync.samba.org/ftp/rsync/src-previews/rsync-3.0.7pre1.tar.gz http://rsync.samba.org/ftp/rsync/src-previews/rsync-3.0.7pre1.tar.gz.asc The patches directory is now in a separate tar file (for those that want one or more of the patches): http://rsync.samba.org/ftp/rsync/src-previews/rsync-patches-3.0.7pre1.tar.gz http://rsync.samba.org/ftp/rsync/src-previews/rsync-patches-3.0.7pre1.tar.gz.asc See the rsync website for other download methods, including diffs, etc.: http://rsync.samba.org/ ..wayne.. -- 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20091222/78d9d8a9/attachment.html>
On Tue 22 Dec 2009, David Allie wrote:> I get an error message when trying to decompress rsync-3.0.7pre1.tar.gz: > > [ ~/Desktop ]$ tar -xzvf rsync-3.0.7pre1.tar.gz > tar: Unrecognized archive format: Inappropriate file type or format > tar: Error exit delayed from previous errors.I have no problems. Make sure you transferred the file correctly. $ md5sum rsync-3.0.7pre1.tar.gz c172ab97937506c0ce167b51caf1a4ac rsync-3.0.7pre1.tar.gz $ ls -l rsync-3.0.7pre1.tar.gz -rw-r--r-- 1 paul paul 779425 2009-12-22 03:34 rsync-3.0.7pre1.tar.gz Paul
On Mon, Dec 21, 2009 at 07:10:48PM -0800, Wayne Davison wrote:> Rsync version 3.0.7pre1 is now available for release testing. This is > a bug-fix release. > > Please test this new release and send email to the rsync mailing list > with any questions, comments, or bug reports.--timeout seems to be broken - it aborts even during data transfer activity: $ time rsync -rtmz --partial --progress --delete-delay --delay-updates --stats --itemize-changes --timeout 180 --contimeout 20 172.22.0.1::media/test.bin /tmp/media/>f+++++++++ test.bin[generator] io timeout after 180 seconds -- exiting rsync error: timeout in data send/receive (code 30) at io.c(144) [generator=3.0.7pre1] real 3m13.212s user 0m0.000s sys 0m0.002s $ rsync error: received SIGUSR1 (code 19) at main.c(1288) [receiver=3.0.7pre1] Reproduced this three times in a row - if overall transfer time is greater than --timeout parameter, rsync exits. Also you can see delayed error message (probably from dying rsync thread) which is emitted after bash prompt. I have packet dump for this particular transfer and can send it off-list if required.
On Wed, Dec 23, 2009 at 12:19 AM, Max Arnold <lwarxx at gmail.com> wrote:> if overall transfer time is greater than --timeout parameter, rsync exits. >Thanks for pointing that out. I have checked in a change into the b3.0.x branch that should fix this up. ..wayne.. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20091223/807b10a0/attachment.html>