<?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>renemoser.net &#187; backup</title>
	<atom:link href="http://www.renemoser.net/tag/backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.renemoser.net</link>
	<description>more or less a tech blog</description>
	<lastBuildDate>Mon, 02 Aug 2010 08:39:54 +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>Rsnapshot: poor men&#8217;s timemachine</title>
		<link>http://www.renemoser.net/2008/12/rsnapshot-poor-mens-timemachine/</link>
		<comments>http://www.renemoser.net/2008/12/rsnapshot-poor-mens-timemachine/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 13:18:01 +0000</pubDate>
		<dc:creator>resmo</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[rsync]]></category>

		<guid isPermaLink="false">http://www.renemoser.net/?p=421</guid>
		<description><![CDATA[One of my favorite backup app is:

rsnapshot [1] is a filesystem snapshot utility for making backups of local and remote systems.
Using rsync and hard links, it is possible to keep multiple, full backups instantly available. The disk space required is just a little more than the space of one full backup, plus incrementals.
Depending on your [...]]]></description>
			<content:encoded><![CDATA[<p>One of my favorite backup app is:</p>
<blockquote><p>
rsnapshot [1] is a filesystem snapshot utility for making backups of local and remote systems.</p>
<p>Using rsync and hard links, it is possible to keep multiple, full backups instantly available. The disk space required is just a little more than the space of one full backup, plus incrementals.</p>
<p>Depending on your configuration, it is quite possible to set up in just a few minutes. Files can be restored by the users who own them, without the root user getting involved.</p>
<p>There are no tapes to change, so once it&#8217;s set up, your backups can happen automatically untouched by human hands. And because rsnapshot only keeps a fixed (but configurable) number of snapshots, the amount of disk space used will not continuously grow.</p>
<p>rsnapshot is written entirely in Perl. It should work on any reasonably modern UNIX compatible OS, including: Debian GNU/Linux, Red Hat Linux, Fedora Linux, SuSE Linux, Gentoo Linux, Slackware Linux, FreeBSD, OpenBSD, NetBSD, Solaris, Mac OS X, and even IRIX.
</p></blockquote>
<p>Interesting is also the use of Rsnapshot accessing <a href="http://en.wikipedia.org/wiki/Logical_volume_management">LVM</a>.</p>
<p>[1] <a href="http://www.rsnapshot.org/">http://www.rsnapshot.org/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.renemoser.net/2008/12/rsnapshot-poor-mens-timemachine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware Backup Script 0.8.3 released</title>
		<link>http://www.renemoser.net/2008/08/vmware-backup-script-083-released/</link>
		<comments>http://www.renemoser.net/2008/08/vmware-backup-script-083-released/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 10:15:13 +0000</pubDate>
		<dc:creator>resmo</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.renemoser.net/?p=262</guid>
		<description><![CDATA[Changelog

added tar-gzip for option -C so tar uses options cvzf and does the taring and gzipping in one step. This will take more time until the VM will be restarted, but uses much less space. Reported by Matteo Costa.
fixed problem, so rsync was always used no matter if -R or -D was set or not. [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Changelog</strong></p>
<ul>
<li>added tar-gzip for option -C so tar uses options cvzf and does the taring and gzipping in one step. This will take more time until the VM will be restarted, but uses much less space. Reported by Matteo Costa.</li>
<li>fixed problem, so rsync was always used no matter if -R or -D was set or not. Reported by Matteo Costa.</li>
<li>fixed typos</li>
</ul>
<p><strong>Download</strong></p>
<p>See <a href="/project">Project</a> Page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.renemoser.net/2008/08/vmware-backup-script-083-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware Backup Script 0.8.0</title>
		<link>http://www.renemoser.net/2008/07/vmware-backup-script-080/</link>
		<comments>http://www.renemoser.net/2008/07/vmware-backup-script-080/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 09:24:31 +0000</pubDate>
		<dc:creator>resmo</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://blog.resmo.ch/?p=244</guid>
		<description><![CDATA[I made some huge changes in my VMware Backup Script. I think it has now every feature I wanted. I love it  
Download
You usually find the latest script in my download seciton. See also my Project page.
What changed?
The script can now be started by using unix like option p.e.

1
2
3
./vmware-backup.sh -N webserver -F webserver-backup -H [...]]]></description>
			<content:encoded><![CDATA[<p>I made some huge changes in my VMware Backup Script. I think it has now every feature I wanted. I love it <img src='http://www.renemoser.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <strong></strong></p>
<p><strong>Download</strong><br />
You usually find the latest script in my <a href="http://www.resmo.ch/downloads/">download</a> seciton. See also my <a href="/project">Project</a> page.</p>
<p><strong>What changed?</strong><br />
The script can now be started by using unix like option p.e.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">.<span style="color: #000000; font-weight: bold;">/</span>vmware-backup.sh <span style="color: #660033;">-N</span> webserver <span style="color: #660033;">-F</span> webserver-backup <span style="color: #660033;">-H</span> www.example.com <span style="color: #660033;">-C</span> <span style="color: #c20cb9; font-weight: bold;">gzip</span>
.<span style="color: #000000; font-weight: bold;">/</span>vmware-backup.sh <span style="color: #660033;">-N</span> webserver <span style="color: #660033;">-R</span> <span style="color: #660033;">-H</span> www.example.com <span style="color: #660033;">-v</span>
.<span style="color: #000000; font-weight: bold;">/</span>vmware-backup.sh <span style="color: #660033;">-N</span> webserver <span style="color: #660033;">-D</span> root<span style="color: #000000; font-weight: bold;">@</span>backup.example.com:<span style="color: #000000; font-weight: bold;">/</span>backups <span style="color: #660033;">-H</span> www.example.com <span style="color: #660033;">-v</span></pre></td></tr></table></div>

<p>It can tar and optionally gzip or bzip the content or you can use rsync to local or remote host. There is a verbose mode and the script mails the log, so you can see if the backup failed. See ./vmware-script.sh -h for more info.</p>
<p><strong>Any Suggestions?</strong><br />
If you like adding a feature, don&#8217;t hesitate to mail me, you can find my e-mail adress in the source of the script or on the <a href="/contact">Contact</a> page. Comments are very welcome.</p>
<p>Have fun</p>
]]></content:encoded>
			<wfw:commentRss>http://www.renemoser.net/2008/07/vmware-backup-script-080/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
