<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.acrodus.uk/index.php?action=history&amp;feed=atom&amp;title=Compress_directory_into_tarball_on_Linux_machine</id>
	<title>Compress directory into tarball on Linux machine - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.acrodus.uk/index.php?action=history&amp;feed=atom&amp;title=Compress_directory_into_tarball_on_Linux_machine"/>
	<link rel="alternate" type="text/html" href="http://wiki.acrodus.uk/index.php?title=Compress_directory_into_tarball_on_Linux_machine&amp;action=history"/>
	<updated>2026-04-04T02:50:45Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>http://wiki.acrodus.uk/index.php?title=Compress_directory_into_tarball_on_Linux_machine&amp;diff=85&amp;oldid=prev</id>
		<title>Alex: Created page with &quot;This is the command, and more importantly the options for compressing a directory or folder into a tarball on linux.  &lt;pre&gt; tar -czvf filename.tar.gz /path/to/directory &lt;/pre&gt;  Ensure that you create the tarball with touch first.  Also to unzip use the command and options.  &lt;pre&gt; tar -xvf /path/to/tarball &lt;/pre&gt;  -x : extract -v : give more info -f : filename  you can also use the -C to specify output directory  &lt;pre&gt; tar -xvf /path/to/tarball.tar/.gz -C /path/to/directo...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.acrodus.uk/index.php?title=Compress_directory_into_tarball_on_Linux_machine&amp;diff=85&amp;oldid=prev"/>
		<updated>2024-11-28T09:45:59Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This is the command, and more importantly the options for compressing a directory or folder into a tarball on linux.  &amp;lt;pre&amp;gt; tar -czvf filename.tar.gz /path/to/directory &amp;lt;/pre&amp;gt;  Ensure that you create the tarball with touch first.  Also to unzip use the command and options.  &amp;lt;pre&amp;gt; tar -xvf /path/to/tarball &amp;lt;/pre&amp;gt;  -x : extract -v : give more info -f : filename  you can also use the -C to specify output directory  &amp;lt;pre&amp;gt; tar -xvf /path/to/tarball.tar/.gz -C /path/to/directo...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This is the command, and more importantly the options for compressing a directory or folder into a tarball on linux.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
tar -czvf filename.tar.gz /path/to/directory&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ensure that you create the tarball with touch first.&lt;br /&gt;
&lt;br /&gt;
Also to unzip use the command and options.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
tar -xvf /path/to/tarball&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
-x : extract&lt;br /&gt;
-v : give more info&lt;br /&gt;
-f : filename&lt;br /&gt;
&lt;br /&gt;
you can also use the -C to specify output directory&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
tar -xvf /path/to/tarball.tar/.gz -C /path/to/directory&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alex</name></author>
	</entry>
</feed>