<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: How to Monitor Progress of (Copy/Backup/Compress) Data using &#8216;pv&#8217; Command	</title>
	<atom:link href="https://www.tecmint.com/monitor-copy-backup-tar-progress-in-linux-using-pv-command/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/monitor-copy-backup-tar-progress-in-linux-using-pv-command/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 24 Jun 2024 08:45:04 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/monitor-copy-backup-tar-progress-in-linux-using-pv-command/comment-page-1/#comment-2183640</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 24 Jun 2024 08:45:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=15982#comment-2183640</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/monitor-copy-backup-tar-progress-in-linux-using-pv-command/comment-page-1/#comment-2183637&quot;&gt;Tom&lt;/a&gt;.

@Tom,

It can be frustrating when basic features like progress tracking aren&#039;t built into Linux tools by default. Using tools like `&lt;strong&gt;pv&lt;/strong&gt;` helps, but I agree, having more built-in functionalities would be more convenient. 

The need to write or analyze code for basic tasks can indeed feel like a waste of time.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/monitor-copy-backup-tar-progress-in-linux-using-pv-command/comment-page-1/#comment-2183637">Tom</a>.</p>
<p>@Tom,</p>
<p>It can be frustrating when basic features like progress tracking aren&#8217;t built into Linux tools by default. Using tools like `<strong>pv</strong>` helps, but I agree, having more built-in functionalities would be more convenient. </p>
<p>The need to write or analyze code for basic tasks can indeed feel like a waste of time.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tom		</title>
		<link>https://www.tecmint.com/monitor-copy-backup-tar-progress-in-linux-using-pv-command/comment-page-1/#comment-2183637</link>

		<dc:creator><![CDATA[Tom]]></dc:creator>
		<pubDate>Mon, 24 Jun 2024 08:39:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=15982#comment-2183637</guid>

					<description><![CDATA[I actually cannot understand why tracking progress is not a default crucial feature of every tool made for Linux. You always need workarounds like `&lt;strong&gt;pv&lt;/strong&gt;` (&lt;strong&gt;pipe viewer&lt;/strong&gt;) and other existing solutions. 

By the way, I dislike that many basic features in Linux require writing your own code or searching for one on the internet. The problem is, I have to analyze that code first because I don&#039;t want to run any code without knowing what it does. It&#039;s a total waste of user time.]]></description>
			<content:encoded><![CDATA[<p>I actually cannot understand why tracking progress is not a default crucial feature of every tool made for Linux. You always need workarounds like `<strong>pv</strong>` (<strong>pipe viewer</strong>) and other existing solutions. </p>
<p>By the way, I dislike that many basic features in Linux require writing your own code or searching for one on the internet. The problem is, I have to analyze that code first because I don&#8217;t want to run any code without knowing what it does. It&#8217;s a total waste of user time.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: red		</title>
		<link>https://www.tecmint.com/monitor-copy-backup-tar-progress-in-linux-using-pv-command/comment-page-1/#comment-1325177</link>

		<dc:creator><![CDATA[red]]></dc:creator>
		<pubDate>Sun, 05 Apr 2020 23:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=15982#comment-1325177</guid>

					<description><![CDATA[Can you explain &lt;strong&gt;pv&lt;/strong&gt; with &lt;strong&gt;cp&lt;/strong&gt; command? I can&#039;t seem to get it working.]]></description>
			<content:encoded><![CDATA[<p>Can you explain <strong>pv</strong> with <strong>cp</strong> command? I can&#8217;t seem to get it working.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: xrkr		</title>
		<link>https://www.tecmint.com/monitor-copy-backup-tar-progress-in-linux-using-pv-command/comment-page-1/#comment-1033708</link>

		<dc:creator><![CDATA[xrkr]]></dc:creator>
		<pubDate>Sat, 08 Sep 2018 06:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=15982#comment-1033708</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/monitor-copy-backup-tar-progress-in-linux-using-pv-command/comment-page-1/#comment-1003914&quot;&gt;Aaron Kili&lt;/a&gt;.

Hello Aaron/Kk,

Was there any conclusion? We observed a similar lag while using pv command to transfer the files over the p2p network. The pv command didn&#039;t return to the command prompt quickly while over the LAN it was quick.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/monitor-copy-backup-tar-progress-in-linux-using-pv-command/comment-page-1/#comment-1003914">Aaron Kili</a>.</p>
<p>Hello Aaron/Kk,</p>
<p>Was there any conclusion? We observed a similar lag while using pv command to transfer the files over the p2p network. The pv command didn&#8217;t return to the command prompt quickly while over the LAN it was quick.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/monitor-copy-backup-tar-progress-in-linux-using-pv-command/comment-page-1/#comment-1003914</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Mon, 11 Jun 2018 15:28:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=15982#comment-1003914</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/monitor-copy-backup-tar-progress-in-linux-using-pv-command/comment-page-1/#comment-1003383&quot;&gt;kk&lt;/a&gt;.

@kk

This is quite interesting! We have to investigate this further, to come up with a solid conclusion. Many thanks for sharing this concern.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/monitor-copy-backup-tar-progress-in-linux-using-pv-command/comment-page-1/#comment-1003383">kk</a>.</p>
<p>@kk</p>
<p>This is quite interesting! We have to investigate this further, to come up with a solid conclusion. Many thanks for sharing this concern.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
