<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.tbpindustries.com/index.php?action=history&amp;feed=atom&amp;title=Tar</id>
	<title>Tar - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.tbpindustries.com/index.php?action=history&amp;feed=atom&amp;title=Tar"/>
	<link rel="alternate" type="text/html" href="https://wiki.tbpindustries.com/index.php?title=Tar&amp;action=history"/>
	<updated>2026-05-23T02:31:25Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>https://wiki.tbpindustries.com/index.php?title=Tar&amp;diff=169&amp;oldid=prev</id>
		<title>Goldbolt: Created page with &quot;In computing, ''tar'' is a computer software utility for collecting many files into one archive file, often referred to as a tarball, for distribution or backup purposes. The...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.tbpindustries.com/index.php?title=Tar&amp;diff=169&amp;oldid=prev"/>
		<updated>2019-09-06T18:38:08Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;In computing, &amp;#039;&amp;#039;tar&amp;#039;&amp;#039; is a computer software utility for collecting many files into one archive file, often referred to as a tarball, for distribution or backup purposes. The...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;In computing, ''tar'' is a computer software utility for collecting many files into one archive file, often referred to as a tarball, for distribution or backup purposes. The name is derived from tape archive, as it was originally developed to write data to sequential I/O devices. The archive data sets created by tar contain various file system parameters, such as time stamps, ownership, file access permissions, and directory organization. The file structure to store this information was later standardized in POSIX.1-1988 and later POSIX.1-2001. and became a format supported by most modern file archiving systems.&lt;br /&gt;
&lt;br /&gt;
Create a tar.gz&lt;br /&gt;
    tar -cf archive.tar.gz /home/username/folder&lt;br /&gt;
&lt;br /&gt;
Extract tar.gz&lt;br /&gt;
    tar xvzf file.tar.gz&lt;br /&gt;
&lt;br /&gt;
Extract tar.bz2&lt;br /&gt;
    tar xjf file.tar.bz2&lt;br /&gt;
&lt;br /&gt;
Extract .tar&lt;br /&gt;
    tar xf file.tar&lt;br /&gt;
&lt;br /&gt;
To see the contents of a tar.gz file without extracting it:&lt;br /&gt;
    tar -tf filename.tar.gz&lt;br /&gt;
&lt;br /&gt;
Extract specific file &amp;quot;etc/default/filename.sql&amp;quot; from tarball '''example.tar.gz'''&lt;br /&gt;
    tar -zxvf example.tar.gz etc/default/filename.sql&lt;/div&gt;</summary>
		<author><name>Goldbolt</name></author>
		
	</entry>
</feed>