<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>hihn.org &#187; 7z</title>
	<atom:link href="http://hihn.org/tag/7z/feed/" rel="self" type="application/rss+xml" />
	<link>http://hihn.org</link>
	<description></description>
	<lastBuildDate>Mon, 05 Mar 2012 19:04:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mit 7zip split archives erstellen</title>
		<link>http://hihn.org/2009/06/mit-7zip-split-archives-erstellen/</link>
		<comments>http://hihn.org/2009/06/mit-7zip-split-archives-erstellen/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 16:46:05 +0000</pubDate>
		<dc:creator>rh</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[7z]]></category>
		<category><![CDATA[konsole]]></category>

		<guid isPermaLink="false">https://hihn.org/?p=429</guid>
		<description><![CDATA[Mit folgendem Befehl kann man mit 7zip split archives erstellen: 7z a -v5M test.7z foo1/ Erstellt 5MB große Archive aus dem Ordner foo1/]]></description>
			<content:encoded><![CDATA[<p>Mit folgendem Befehl kann man mit 7zip split archives erstellen:</p>
<pre>
7z a -v5M test.7z foo1/
</pre>
<p>Erstellt 5MB große Archive aus dem Ordner <strong>foo1/</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://hihn.org/2009/06/mit-7zip-split-archives-erstellen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>7z-Archive erstellen</title>
		<link>http://hihn.org/2008/02/7z-archive-erstellen/</link>
		<comments>http://hihn.org/2008/02/7z-archive-erstellen/#comments</comments>
		<pubDate>Sat, 16 Feb 2008 18:28:03 +0000</pubDate>
		<dc:creator>rh</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[7z]]></category>
		<category><![CDATA[konsole]]></category>

		<guid isPermaLink="false">http://hihn.org/?p=46</guid>
		<description><![CDATA[Erstellt ein Archiv namens archive1.7z mit der höchsten Komprimierungsrate aus dem Ordner foo: 7z a -mx=9 archive1.7z foo/ Erstellt ein Archiv namens archive1.7z mit der niedrigsten Komprimierungsrate aus dem Ordner foo: 7z a -mx=0 archive1.7z foo/ Erstellt ein Archiv namens archive1.7z mit der niedrigsten Komprimierungsrate aus dem Ordner foo und setzt als Passwort secret: 7z [...]]]></description>
			<content:encoded><![CDATA[<p>Erstellt ein Archiv namens <strong>archive1.7z</strong> mit der <strong>höchsten</strong> Komprimierungsrate aus dem Ordner <strong>foo</strong>:</p>
<pre>
7z a -mx=9 archive1.7z foo/
</pre>
<p>Erstellt ein Archiv namens <strong>archive1.7z</strong> mit der <strong>niedrigsten</strong> Komprimierungsrate aus dem Ordner <strong>foo</strong>:</p>
<pre>
7z a -mx=0 archive1.7z foo/
</pre>
<p>Erstellt ein Archiv namens <strong>archive1.7z</strong> mit der <strong>niedrigsten</strong> Komprimierungsrate aus dem Ordner <strong>foo</strong> und setzt als Passwort <strong>secret</strong>:</p>
<pre>
7z a -mx=0 -psecret archive1.7z foo/
</pre>
<p>Erstellt ein Archiv namens <strong>archive1.7z</strong> mit der <strong>niedrigsten</strong> Komprimierungsrate aus dem Ordner <strong>foo</strong>, setzt als Passwort <strong>secret</strong> und verschlüsselt die Dateinamen (<strong>header encryption</strong>):</p>
<pre>
7z a -mx=0 -psecret -mhe archive1.7z foo/
</pre>
<p>Erstellt ein Archiv namens <strong>archive1.zip</strong> mit der <strong>niedrigsten</strong> Komprimierungsrate aus dem Ordner <strong>foo</strong>:</p>
<pre>
7z a -mx=0 -tzip archive1.zip foo/
</pre>
]]></content:encoded>
			<wfw:commentRss>http://hihn.org/2008/02/7z-archive-erstellen/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

