<?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 TAR a file or folder, GZIP, and UNTAR (create TAR files archive)</title>
	<atom:link href="http://www.howtohacks.com/2011/02/how-to-tar-file-gzip-untar/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtohacks.com/2011/02/how-to-tar-file-gzip-untar/</link>
	<description>The blog where I post tips &#38; solutions to problems.</description>
	<lastBuildDate>Wed, 04 Apr 2012 18:44:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: tom</title>
		<link>http://www.howtohacks.com/2011/02/how-to-tar-file-gzip-untar/comment-page-1/#comment-3555</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Thu, 05 Jan 2012 21:08:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtohacks.com/?p=128#comment-3555</guid>
		<description>Hi thankx,

I did, however, find out that after connecting to the first server using putty i was supposed to connect to the other using ftp rather than ssh. When connected using ftp the get command worked.

ref: http://www.gontztechnologyservices.com/tips-and-instructions/linux-a-unix/using-ssh-to-ftp--sftp-from-one-remote-server-to-another.html

Thanks anyhow :)</description>
		<content:encoded><![CDATA[<p>Hi thankx,</p>
<p>I did, however, find out that after connecting to the first server using putty i was supposed to connect to the other using ftp rather than ssh. When connected using ftp the get command worked.</p>
<p>ref: <a href="http://www.gontztechnologyservices.com/tips-and-instructions/linux-a-unix/using-ssh-to-ftp--sftp-from-one-remote-server-to-another.html" rel="nofollow">http://www.gontztechnologyservices.com/tips-and-instructions/linux-a-unix/using-ssh-to-ftp&#8211;sftp-from-one-remote-server-to-another.html</a></p>
<p>Thanks anyhow <img src='http://www.howtohacks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin (HowToHacks.com)</title>
		<link>http://www.howtohacks.com/2011/02/how-to-tar-file-gzip-untar/comment-page-1/#comment-3553</link>
		<dc:creator>Admin (HowToHacks.com)</dc:creator>
		<pubDate>Thu, 05 Jan 2012 16:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtohacks.com/?p=128#comment-3553</guid>
		<description>Try using wget instead of get. 

This is probably because the GET command is not available because libwww is not installed on the server. You can search Google for &quot;GET: command not found&quot; but depending on the linux version you&#039;re using, you might be able to run this command to install it, don&#039;t forget the dashes.
apt-get install libwww-perl

or maybe this page will do the trick. http://webhostingneeds.com/GET:_command_not_found Good luck!</description>
		<content:encoded><![CDATA[<p>Try using wget instead of get. </p>
<p>This is probably because the GET command is not available because libwww is not installed on the server. You can search Google for &#8220;GET: command not found&#8221; but depending on the linux version you&#8217;re using, you might be able to run this command to install it, don&#8217;t forget the dashes.<br />
apt-get install libwww-perl</p>
<p>or maybe this page will do the trick. <a href="http://webhostingneeds.com/GET:_command_not_found" rel="nofollow">http://webhostingneeds.com/GET:_command_not_found</a> Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://www.howtohacks.com/2011/02/how-to-tar-file-gzip-untar/comment-page-1/#comment-3477</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Fri, 23 Dec 2011 11:51:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtohacks.com/?p=128#comment-3477</guid>
		<description>Very helpful, thanks!
Made things so much easier. Just for one problem. I connected to one linux server via putty then to another via ssh. Trying to transfer files from one to the other. After compressing i am trying to transfer using the command
get filename.tar.gz
but am getting the response &#039;-bash: get: command not found&#039; 
What could be the reason? Is this correct way to download from one server to another?</description>
		<content:encoded><![CDATA[<p>Very helpful, thanks!<br />
Made things so much easier. Just for one problem. I connected to one linux server via putty then to another via ssh. Trying to transfer files from one to the other. After compressing i am trying to transfer using the command<br />
get filename.tar.gz<br />
but am getting the response &#8216;-bash: get: command not found&#8217;<br />
What could be the reason? Is this correct way to download from one server to another?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodney</title>
		<link>http://www.howtohacks.com/2011/02/how-to-tar-file-gzip-untar/comment-page-1/#comment-1285</link>
		<dc:creator>Rodney</dc:creator>
		<pubDate>Sat, 06 Aug 2011 14:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtohacks.com/?p=128#comment-1285</guid>
		<description>Worked perfectly!  Thanks for the reply!</description>
		<content:encoded><![CDATA[<p>Worked perfectly!  Thanks for the reply!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin (HowToHacks.com)</title>
		<link>http://www.howtohacks.com/2011/02/how-to-tar-file-gzip-untar/comment-page-1/#comment-1283</link>
		<dc:creator>Admin (HowToHacks.com)</dc:creator>
		<pubDate>Sat, 06 Aug 2011 13:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtohacks.com/?p=128#comment-1283</guid>
		<description>You&#039;re correct. If you have an existing folder, and you untar an archive with different files, it will add the new files to the existing folder and leave existing files there. If there&#039;s a file with the same name it will prompt if you want to overwrite the existing file. 

Also doing this in reverse... you can add files to an existing tar file. Just use the option &quot;&lt;strong&gt;--append&lt;/strong&gt;&quot; (or &quot;&lt;strong&gt;-r&lt;/strong&gt;&quot;) and it will add new files to an existing tar archive (instead of overwriting the existing tar)</description>
		<content:encoded><![CDATA[<p>You&#8217;re correct. If you have an existing folder, and you untar an archive with different files, it will add the new files to the existing folder and leave existing files there. If there&#8217;s a file with the same name it will prompt if you want to overwrite the existing file. </p>
<p>Also doing this in reverse&#8230; you can add files to an existing tar file. Just use the option &#8220;<strong>&#8211;append</strong>&#8221; (or &#8220;<strong>-r</strong>&#8220;) and it will add new files to an existing tar archive (instead of overwriting the existing tar)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodney</title>
		<link>http://www.howtohacks.com/2011/02/how-to-tar-file-gzip-untar/comment-page-1/#comment-1266</link>
		<dc:creator>Rodney</dc:creator>
		<pubDate>Fri, 05 Aug 2011 16:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtohacks.com/?p=128#comment-1266</guid>
		<description>This is great.  Thanks.  If I tar only a particular folder and then extract it to restore, it will not delete any files - only write over and add files within that directory - correct?</description>
		<content:encoded><![CDATA[<p>This is great.  Thanks.  If I tar only a particular folder and then extract it to restore, it will not delete any files &#8211; only write over and add files within that directory &#8211; correct?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ozl</title>
		<link>http://www.howtohacks.com/2011/02/how-to-tar-file-gzip-untar/comment-page-1/#comment-1063</link>
		<dc:creator>ozl</dc:creator>
		<pubDate>Wed, 01 Jun 2011 18:15:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtohacks.com/?p=128#comment-1063</guid>
		<description>Got error Message when i tried to use tar -czvf
&lt;code&gt;tar: z unknown function modifier&lt;/code&gt;

Im using Solaris 10 btw and had to use tar -cvf

Good day!</description>
		<content:encoded><![CDATA[<p>Got error Message when i tried to use tar -czvf<br />
<code>tar: z unknown function modifier</code></p>
<p>Im using Solaris 10 btw and had to use tar -cvf</p>
<p>Good day!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Jambor</title>
		<link>http://www.howtohacks.com/2011/02/how-to-tar-file-gzip-untar/comment-page-1/#comment-1040</link>
		<dc:creator>Brian Jambor</dc:creator>
		<pubDate>Mon, 02 May 2011 06:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtohacks.com/?p=128#comment-1040</guid>
		<description>Very Helpful.  Saved my Bacon.  Thanks.</description>
		<content:encoded><![CDATA[<p>Very Helpful.  Saved my Bacon.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren Pinder</title>
		<link>http://www.howtohacks.com/2011/02/how-to-tar-file-gzip-untar/comment-page-1/#comment-160</link>
		<dc:creator>Darren Pinder</dc:creator>
		<pubDate>Mon, 21 Feb 2011 16:31:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtohacks.com/?p=128#comment-160</guid>
		<description>Great summary, thanks! Very useful.</description>
		<content:encoded><![CDATA[<p>Great summary, thanks! Very useful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

