<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Kommentare zu: Automatische inkrementelle Backups von OpenVZ VE</title>
	<atom:link href="http://www.patrick-seeger.de/2007/12/04/automatische-inkrementelle-backups-von-openvz-ve/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.patrick-seeger.de/2007/12/04/automatische-inkrementelle-backups-von-openvz-ve/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=automatische-inkrementelle-backups-von-openvz-ve</link>
	<description>My little private talking...</description>
	<lastBuildDate>Wed, 08 Feb 2012 09:34:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Von: Patrick Seeger</title>
		<link>http://www.patrick-seeger.de/2007/12/04/automatische-inkrementelle-backups-von-openvz-ve/#comment-204</link>
		<dc:creator>Patrick Seeger</dc:creator>
		<pubDate>Wed, 05 Dec 2007 11:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.patrick-seeger.de/2007/12/04/automatische-inkrementelle-backups-von-openvz-ve/#comment-204</guid>
		<description>Thanks for the hints, I&#039;ll use them for a later version if I ever do one ;)

vzdump does not really do what I want to achieve. It dumps the vz (normally by using rsync like I do) and packs it into a tar file. Including the configuration.

My script also uses rsync, but for a different storage. It stores the backups incremetally on a separate disk using hard links to save space on the disk. This would not really be possible if I&#039;d use vzdump.

If you have any problems with the article, I could try to make a clean translation ;)</description>
		<content:encoded><![CDATA[<p>Thanks for the hints, I&#8217;ll use them for a later version if I ever do one <img src='http://www.patrick-seeger.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>vzdump does not really do what I want to achieve. It dumps the vz (normally by using rsync like I do) and packs it into a tar file. Including the configuration.</p>
<p>My script also uses rsync, but for a different storage. It stores the backups incremetally on a separate disk using hard links to save space on the disk. This would not really be possible if I&#8217;d use vzdump.</p>
<p>If you have any problems with the article, I could try to make a clean translation <img src='http://www.patrick-seeger.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Kir Kolyshkin</title>
		<link>http://www.patrick-seeger.de/2007/12/04/automatische-inkrementelle-backups-von-openvz-ve/#comment-203</link>
		<dc:creator>Kir Kolyshkin</dc:creator>
		<pubDate>Wed, 05 Dec 2007 10:21:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.patrick-seeger.de/2007/12/04/automatische-inkrementelle-backups-von-openvz-ve/#comment-203</guid>
		<description>Nice and clean script, thanks!

May I suggest using something like
  vzlist -o veid -H
for getting the list of running VEs? It will work better since not all VEs may reside in $VE_HOME.

Also, to get VE_PRIVATE for each VE, you have to set VEID and then source /etc/vz/vz.conf and /etc/vz/conf/$VEID.conf (in that order).

Finally, there&#039;s a vzdump script you might want to take a look at: http://www.proxmox.com/cms_proxmox/en/virtualization/openvz/vzdump/

PS sorry ich bin nicht sprechen sie deutsche, read this page using google translate.</description>
		<content:encoded><![CDATA[<p>Nice and clean script, thanks!</p>
<p>May I suggest using something like<br />
  vzlist -o veid -H<br />
for getting the list of running VEs? It will work better since not all VEs may reside in $VE_HOME.</p>
<p>Also, to get VE_PRIVATE for each VE, you have to set VEID and then source /etc/vz/vz.conf and /etc/vz/conf/$VEID.conf (in that order).</p>
<p>Finally, there&#8217;s a vzdump script you might want to take a look at: <a href="http://www.proxmox.com/cms_proxmox/en/virtualization/openvz/vzdump/" rel="nofollow">http://www.proxmox.com/cms_proxmox/en/virtualization/openvz/vzdump/</a></p>
<p>PS sorry ich bin nicht sprechen sie deutsche, read this page using google translate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Stefan</title>
		<link>http://www.patrick-seeger.de/2007/12/04/automatische-inkrementelle-backups-von-openvz-ve/#comment-202</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Wed, 05 Dec 2007 06:39:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.patrick-seeger.de/2007/12/04/automatische-inkrementelle-backups-von-openvz-ve/#comment-202</guid>
		<description>Wieso ohne vi, grep, awk, sed und die vielen anderen Helferlein in einer richtigen Shell wäre das Leben doch unerträglich mühsam.

grep und awk sind die Datenbankabfragen des kleinen Mannes.</description>
		<content:encoded><![CDATA[<p>Wieso ohne vi, grep, awk, sed und die vielen anderen Helferlein in einer richtigen Shell wäre das Leben doch unerträglich mühsam.</p>
<p>grep und awk sind die Datenbankabfragen des kleinen Mannes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Marc</title>
		<link>http://www.patrick-seeger.de/2007/12/04/automatische-inkrementelle-backups-von-openvz-ve/#comment-201</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Tue, 04 Dec 2007 10:44:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.patrick-seeger.de/2007/12/04/automatische-inkrementelle-backups-von-openvz-ve/#comment-201</guid>
		<description>Allein weil du awk nutzt bist du mögig ^^</description>
		<content:encoded><![CDATA[<p>Allein weil du awk nutzt bist du mögig ^^</p>
]]></content:encoded>
	</item>
</channel>
</rss>

