<?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>johker's blog &#187; du</title>
	<atom:link href="http://johker.ibutho.de/tag/du/feed/" rel="self" type="application/rss+xml" />
	<link>http://johker.ibutho.de</link>
	<description>stories about me, my life, science and my trips</description>
	<lastBuildDate>Sat, 29 May 2010 10:00:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Freien Speicherplatz auf ftp-Server bestimmen</title>
		<link>http://johker.ibutho.de/2009/08/03/freien-speicherplatz-auf-ftp-server-bestimmen/</link>
		<comments>http://johker.ibutho.de/2009/08/03/freien-speicherplatz-auf-ftp-server-bestimmen/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 09:07:33 +0000</pubDate>
		<dc:creator>johker</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tipps und Tricks]]></category>
		<category><![CDATA[du]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[lftp]]></category>
		<category><![CDATA[space usage]]></category>

		<guid isPermaLink="false">http://johker.ibutho.de/?p=267</guid>
		<description><![CDATA[In Zusammenhang mit meinem letzten Beitrag über Server-Backups hier noch ein kleiner Tipp wie man den freien Speicherplatz auf einem ftp-Server bestimmen kann:

1
echo du -hs . &#124; lftp -u &#60;BENUTZERNAME&#62;,&#60;PASSWORT&#62; &#60;SERVER&#62;

Sollte das Paket lftp nicht verfügbar sein, kann man es über apt nachinstallieren:

1
aptitude install lftp

Falls jemand weiß, ob und wie man den freien Speicherplatz direkt [...]]]></description>
			<content:encoded><![CDATA[<p>In Zusammenhang mit meinem letzten Beitrag über Server-Backups hier noch ein kleiner Tipp wie man den freien Speicherplatz auf einem ftp-Server bestimmen kann:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #c20cb9; font-weight: bold;">du</span> <span style="color: #660033;">-hs</span> . <span style="color: #000000; font-weight: bold;">|</span> lftp <span style="color: #660033;">-u</span> <span style="color: #000000; font-weight: bold;">&lt;</span>BENUTZERNAME<span style="color: #000000; font-weight: bold;">&gt;</span>,<span style="color: #000000; font-weight: bold;">&lt;</span>PASSWORT<span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #000000; font-weight: bold;">&lt;</span>SERVER<span style="color: #000000; font-weight: bold;">&gt;</span></pre></td></tr></table></div>

<p>Sollte das Paket <strong>lftp</strong> nicht verfügbar sein, kann man es über apt nachinstallieren:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">aptitude</span> <span style="color: #c20cb9; font-weight: bold;">install</span> lftp</pre></td></tr></table></div>

<p>Falls jemand weiß, ob und wie man den freien Speicherplatz direkt über <em>ncftp</em> erfragen kann, wäre ich über einen kleinen Kommentar dankbar.</p>
]]></content:encoded>
			<wfw:commentRss>http://johker.ibutho.de/2009/08/03/freien-speicherplatz-auf-ftp-server-bestimmen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
