<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Abbas &#124; Bassu &#187; overall rsync progress</title>
	<atom:link href="http://bashukhan.com/tag/overall-rsync-progress/feed/" rel="self" type="application/rss+xml" />
	<link>http://bashukhan.com</link>
	<description>Life&#039;s having zeros and ones all over</description>
	<lastBuildDate>Thu, 29 Jul 2010 13:00:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Total Rsync Progress</title>
		<link>http://bashukhan.com/total-rsync-progress/</link>
		<comments>http://bashukhan.com/total-rsync-progress/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 14:13:30 +0000</pubDate>
		<dc:creator>Abbas</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[live rsync stats]]></category>
		<category><![CDATA[measure total progress of rsync]]></category>
		<category><![CDATA[overall rsync progress]]></category>
		<category><![CDATA[photoblog]]></category>

		<guid isPermaLink="false">http://bashukhan.com/?p=113</guid>
		<description><![CDATA[If you use rsync frequently, you might be aware of the fact that rsync doesn&#8217;t show overall or total transfer statistics when you&#8217;re syncing directories recursively. Even options like &#8216;&#8211;progress&#8217;, &#8216;&#8211;stats&#8217; and &#8216;-vv&#8217; won&#8217;t do that. I was searching for that, was about to write a script to run in dry-run mode and measure an [...]]]></description>
			<content:encoded><![CDATA[<p>If you use rsync frequently, you might be aware of the fact that rsync doesn&#8217;t show overall or total transfer statistics when you&#8217;re syncing directories recursively. Even options like &#8216;&#8211;progress&#8217;, &#8216;&#8211;stats&#8217; and &#8216;-vv&#8217; won&#8217;t do that. I was searching for that, was about to write a script to run in dry-run mode and measure an overall rsync progress but found a patch <a href="https://bugzilla.samba.org/attachment.cgi?id=3390" target="_blank">here</a> written by Graeme Humphries. This patch later was incorporated into latest dev version 3.1dev downloadable here at<a href="http://samba.anu.edu.au/ftp/rsync/dev/nightly/" target="_blank"> http://samba.anu.edu.au/ftp/rsync/dev/nightly/</a> with an option invokable by &#8216;&#8211;info=progress2&#8242;.</p>
<blockquote><p>Excerpts from the man pages:</p>
<pre class="brush: bash;">
There is also a --info=progress2 option that outputs statistics based on the whole transfer, rather than individual files.  Use this flag without outputting a filename (e.g. avoid -v or specify --info=name0 if you want to see how the transfer is doing without scrolling the screen with a lot of names.  (You don't need to specify the --progress option in order to use --info=progress2.)
 </pre>
</blockquote>
<p>So, I downloaded, compiled and installed this dev version and guess what now, there&#8217;s no creepy scrolls in shell console filling up the screen with individual file progress.<br />
Yea, I know Red Hat and CentOS are slow in updating their packages repository but lets hope when this build is final, Dag&#8217;s repo may have an rpm for it.</p>
<p><a href="http://bashukhan.com/wp-content/uploads/2009/12/rsync3.png" rel="lightbox[113]"><img class="aligncenter size-medium wp-image-115" title="rsync3" src="http://bashukhan.com/wp-content/uploads/2009/12/rsync3-300x144.png" alt="" width="300" height="144" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://bashukhan.com/total-rsync-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
