<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: Create tarball	</title>
	<atom:link href="https://www.krazyworks.com/create-tarball/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.krazyworks.com/create-tarball/</link>
	<description>Networking, Systems Design, and Disaster Recovery</description>
	<lastBuildDate>Wed, 20 Jul 2016 01:54:53 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8</generator>
	<item>
		<title>
		By: Joey 01		</title>
		<link>https://www.krazyworks.com/create-tarball/comment-page-1/#comment-247807</link>

		<dc:creator><![CDATA[Joey 01]]></dc:creator>
		<pubDate>Sat, 30 Mar 2013 03:09:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=16#comment-247807</guid>

					<description><![CDATA[http://www.fedorafaq.org/#flash

I got the command prompts from this site and I keep getting the response; nothing to do. 

What could be going wrong?
I just installed the OS so I know Flash is not on my computer
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.fedorafaq.org/#flash" rel="nofollow ugc">http://www.fedorafaq.org/#flash</a></p>
<p>I got the command prompts from this site and I keep getting the response; nothing to do. </p>
<p>What could be going wrong?<br />
I just installed the OS so I know Flash is not on my computer</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: John G		</title>
		<link>https://www.krazyworks.com/create-tarball/comment-page-1/#comment-247755</link>

		<dc:creator><![CDATA[John G]]></dc:creator>
		<pubDate>Fri, 29 Mar 2013 20:18:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=16#comment-247755</guid>

					<description><![CDATA[I have a PERL script creating a TAR archive via PERL&#039;s Archive::TAR class. I get a listing of the files &#038; directory structure by recursing through the tree &#038; putting all into a list.

Then I use: $TarObject-&#062;create_archive
($ArchiveFile, $CompressionLevel, @FilesToTar); where I have used compression levels 2 &#038; 9. These create TARs of about 40+ MB.

When I retrieve the TARs to my workstation I attempt to run them through tar -xzvf and I get:
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers

gzip: stdin: invalid compressed data--format violated
tar: Child returned status 1
tar: Error exit delayed from previous errors

I have attempted to use gzip &#038; uncompress as well.

Any ideas?
Thanks
Mark
OT, A little further research led me to tweaking my code to set the transfer mode to binary and that was it, I was able to completely untar &#038; gunzip the files after that. You get best answer when I can choose.
Thanks
Mark
]]></description>
			<content:encoded><![CDATA[<p>I have a PERL script creating a TAR archive via PERL&#8217;s Archive::TAR class. I get a listing of the files &amp; directory structure by recursing through the tree &amp; putting all into a list.</p>
<p>Then I use: $TarObject-&gt;create_archive<br />
($ArchiveFile, $CompressionLevel, @FilesToTar); where I have used compression levels 2 &amp; 9. These create TARs of about 40+ MB.</p>
<p>When I retrieve the TARs to my workstation I attempt to run them through tar -xzvf and I get:<br />
tar: Skipping to next header<br />
tar: Archive contains obsolescent base-64 headers</p>
<p>gzip: stdin: invalid compressed data&#8211;format violated<br />
tar: Child returned status 1<br />
tar: Error exit delayed from previous errors</p>
<p>I have attempted to use gzip &amp; uncompress as well.</p>
<p>Any ideas?<br />
Thanks<br />
Mark<br />
OT, A little further research led me to tweaking my code to set the transfer mode to binary and that was it, I was able to completely untar &amp; gunzip the files after that. You get best answer when I can choose.<br />
Thanks<br />
Mark</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
