<?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 Create a Multi Part Tar File with Linux	</title>
	<atom:link href="https://www.simplehelp.net/2009/05/25/how-to-create-a-multi-part-tar-file-with-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.simplehelp.net/2009/05/25/how-to-create-a-multi-part-tar-file-with-linux/</link>
	<description>Common Questions, Simple Answers</description>
	<lastBuildDate>Fri, 23 Apr 2021 07:11:25 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.0.12</generator>
	<item>
		<title>
		By: Dan		</title>
		<link>https://www.simplehelp.net/2009/05/25/how-to-create-a-multi-part-tar-file-with-linux/#comment-123379</link>

		<dc:creator><![CDATA[Dan]]></dc:creator>
		<pubDate>Wed, 25 Apr 2012 07:18:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/?p=2785#comment-123379</guid>

					<description><![CDATA[Ok, but how about if I have tgz files... The splitting works great but how can I use cat to join the archives again ?

I tried:

cat archive.tgza* &#124; (tar x)
tar: Archive is compressed. Use -z option
tar: Error is not recoverable: exiting now

Then i did:

cat archive.tgza* &#124; (tar z)
tar: You must specify one of the `-Acdtrux&#039; options
Try `tar --help&#039; or `tar --usage&#039; for more information.

And then finally:
cat archive.tgza* &#124; (tar xz)

worked but it started unpacking the archive... How can I simply join it back into one archive ?

Thanks !]]></description>
			<content:encoded><![CDATA[<p>Ok, but how about if I have tgz files&#8230; The splitting works great but how can I use cat to join the archives again ?</p>
<p>I tried:</p>
<p>cat archive.tgza* | (tar x)<br />
tar: Archive is compressed. Use -z option<br />
tar: Error is not recoverable: exiting now</p>
<p>Then i did:</p>
<p>cat archive.tgza* | (tar z)<br />
tar: You must specify one of the `-Acdtrux&#8217; options<br />
Try `tar &#8211;help&#8217; or `tar &#8211;usage&#8217; for more information.</p>
<p>And then finally:<br />
cat archive.tgza* | (tar xz)</p>
<p>worked but it started unpacking the archive&#8230; How can I simply join it back into one archive ?</p>
<p>Thanks !</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Neil		</title>
		<link>https://www.simplehelp.net/2009/05/25/how-to-create-a-multi-part-tar-file-with-linux/#comment-10763</link>

		<dc:creator><![CDATA[Neil]]></dc:creator>
		<pubDate>Tue, 26 May 2009 21:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/?p=2785#comment-10763</guid>

					<description><![CDATA[Perhaps a better example would show the same operation used on multiple folders

# tar -cf - /var/www /var/ftp &#124; split -b 100m - my_backup.tar

To guard against missing or damaged pieces, install &quot;par2cmdline&quot;, and create parity files so that you can repair missing pieces.

To create parity files with a 15% redundency:
# par2 create -r15 my_backup.tara*
To verify:
# par2 verify my_backup.taraa.par2
To repair missing pieces:
# par2 repair my_backup.taraa.par2
To combine the pieces and extract:
# cat my_backup.tara? &#124; (tar x)]]></description>
			<content:encoded><![CDATA[<p>Perhaps a better example would show the same operation used on multiple folders</p>
<p># tar -cf &#8211; /var/www /var/ftp | split -b 100m &#8211; my_backup.tar</p>
<p>To guard against missing or damaged pieces, install &#8220;par2cmdline&#8221;, and create parity files so that you can repair missing pieces.</p>
<p>To create parity files with a 15% redundency:<br />
# par2 create -r15 my_backup.tara*<br />
To verify:<br />
# par2 verify my_backup.taraa.par2<br />
To repair missing pieces:<br />
# par2 repair my_backup.taraa.par2<br />
To combine the pieces and extract:<br />
# cat my_backup.tara? | (tar x)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Don Birdsall		</title>
		<link>https://www.simplehelp.net/2009/05/25/how-to-create-a-multi-part-tar-file-with-linux/#comment-10762</link>

		<dc:creator><![CDATA[Don Birdsall]]></dc:creator>
		<pubDate>Tue, 26 May 2009 12:50:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/?p=2785#comment-10762</guid>

					<description><![CDATA[Perhaps I am missing something. For a single large file why not simply use the split command by itself? Executing a single command might be faster than executing both tar and split.

split --bytes=1024b sdbackup.db db_backup_
cat db_backup_* &#062; joined_file.db]]></description>
			<content:encoded><![CDATA[<p>Perhaps I am missing something. For a single large file why not simply use the split command by itself? Executing a single command might be faster than executing both tar and split.</p>
<p>split &#8211;bytes=1024b sdbackup.db db_backup_<br />
cat db_backup_* &gt; joined_file.db</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 

Served from: www.simplehelp.net @ 2026-07-16 18:42:49 by W3 Total Cache
-->