<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.umiacs.umd.edu/umiacs/index.php?action=history&amp;feed=atom&amp;title=Data_Compression_%2F_Archival</id>
	<title>Data Compression / Archival - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.umiacs.umd.edu/umiacs/index.php?action=history&amp;feed=atom&amp;title=Data_Compression_%2F_Archival"/>
	<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=Data_Compression_/_Archival&amp;action=history"/>
	<updated>2026-06-02T11:41:21Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.7</generator>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=Data_Compression_/_Archival&amp;diff=8652&amp;oldid=prev</id>
		<title>Gstewar1: Created page with &quot;By compressing files before archiving them, the computer will be able to store the same information and data on less disk space, as well as reduce transmission time of the fil...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=Data_Compression_/_Archival&amp;diff=8652&amp;oldid=prev"/>
		<updated>2019-11-04T20:59:52Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;By compressing files before archiving them, the computer will be able to store the same information and data on less disk space, as well as reduce transmission time of the fil...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;By compressing files before archiving them, the computer will be able to store the same information and data on less disk space, as well as reduce transmission time of the file. &lt;br /&gt;
&lt;br /&gt;
==Compressed Archive Files For Linux==&lt;br /&gt;
===To Create Compressed Archive File===&lt;br /&gt;
To create a compressed archive file, in terminal enter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;code&amp;gt;tar czvf &amp;lt;FILENAME&amp;gt;.tar.gz &amp;lt;DIRECTORY&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The command -c indicates the creation of a file, while the -z command specifies that a gzip (compressed) file is being created.&lt;br /&gt;
&lt;br /&gt;
===To List Contents of File===&lt;br /&gt;
To list the contents of a gzip tar file without extracting the data, in the terminal enter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;code&amp;gt;tar tzvf &amp;lt;FILENAME&amp;gt;.tar.gz&amp;lt;/code&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The command -t indicates that you wish to look into the file without extraction.&lt;br /&gt;
&lt;br /&gt;
===To Expand Contents of File===&lt;br /&gt;
To extract the contents of a gzip tar file, in the terminal enter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;code&amp;gt;tar xzvf &amp;lt;FILENAME&amp;gt;.tar.gz&amp;lt;/code&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The command -x indicates that you wish to expand the data from the file.&lt;br /&gt;
&lt;br /&gt;
==Compressed Archive Files For Windows==&lt;br /&gt;
===To Create Compressed Archive File===&lt;br /&gt;
To create a compressed archive file, in the command prompt enter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;code&amp;gt;Compress-Archive -Path &amp;lt;FILE PATH&amp;gt; -DestinationPath &amp;lt;PATH OF COMPRESSED / ARCHIVED FILE&amp;gt;.zip&amp;lt;/code&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To create a compressed archived file from a folder, in the command prompt enter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;code&amp;gt;Compress-Archive -Path &amp;lt;FOLDER PATH&amp;gt; - DestinationPath &amp;lt;PATH OF COMPRESSED / ARCHIVED FILE&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note, for creating a compressed archive file from a folder, do not write .zip at the end of the file. &lt;br /&gt;
&lt;br /&gt;
===To Expand Contents of File===&lt;br /&gt;
To expand the contents of the compressed archive file, in the command prompt enter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;code&amp;gt;Expand-Archive -Path &amp;lt;FILE PATH&amp;gt;.zip -DestinationPath &amp;lt;FILE PATH OF UNZIPPED FILE&amp;gt;&lt;/div&gt;</summary>
		<author><name>Gstewar1</name></author>
	</entry>
</feed>