<?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>Patterns &#187; backup and filesystems</title>
	<atom:link href="http://kb.huptas.net/category/ops/backup-and-filesystems/feed/" rel="self" type="application/rss+xml" />
	<link>http://kb.huptas.net</link>
	<description>Technical patchwork to ease my brain</description>
	<lastBuildDate>Sat, 08 Aug 2009 23:10:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>a few tape commands</title>
		<link>http://kb.huptas.net/2005/06/11/a-few-tape-commands/</link>
		<comments>http://kb.huptas.net/2005/06/11/a-few-tape-commands/#comments</comments>
		<pubDate>Sat, 11 Jun 2005 12:56:07 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[backup and filesystems]]></category>

		<guid isPermaLink="false">http://kb.huptas.net/?p=42</guid>
		<description><![CDATA[Show status of tape drive mt -f /dev/st0 status Backup directory (+sub directories) to tape tar cfz /dev/st0 /var/data/OUTLOOK List contents of tape tar tvf /dev/st0 More information can be found at: http://nic.phys.ethz.ch/readme/80]]></description>
		<wfw:commentRss>http://kb.huptas.net/2005/06/11/a-few-tape-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DRBD cutover instructions</title>
		<link>http://kb.huptas.net/2005/05/18/22/</link>
		<comments>http://kb.huptas.net/2005/05/18/22/#comments</comments>
		<pubDate>Wed, 18 May 2005 20:46:25 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[backup and filesystems]]></category>

		<guid isPermaLink="false">http://kb.huptas.net/?p=22</guid>
		<description><![CDATA[DRBD cutover procedure: ------------------------------ .) on primary node: # umount /mnt/ha (or wherever /dev/drbd0 is mounted to) # drbdadm secondary all .) on secondary node: # drbdadm primary all dmesg now should show the following line: "drbd0: Secondary/Secondary --> Primary/Secondary" This means that the secondary node is now master # mount /dev/drbd0 /mnt/ha]]></description>
		<wfw:commentRss>http://kb.huptas.net/2005/05/18/22/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resize EXT3 partition</title>
		<link>http://kb.huptas.net/2005/05/15/resize-ext3-partition/</link>
		<comments>http://kb.huptas.net/2005/05/15/resize-ext3-partition/#comments</comments>
		<pubDate>Sun, 15 May 2005 09:13:49 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[backup and filesystems]]></category>

		<guid isPermaLink="false">http://kb.huptas.net/?p=19</guid>
		<description><![CDATA[First, check for block size of partition: dumpe2fs /dev/hda1&#124;grep 'Block size:' Then do a filesystem check (resize2fs will not work without it): e2fsck -f /dev/hda1 Expect it to take some time to run&#8230; (depends on partition size) Make sure that you calculate the block size correctly. df shows the block size as each block=1024. resize2fs [...]]]></description>
		<wfw:commentRss>http://kb.huptas.net/2005/05/15/resize-ext3-partition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DRBD installation from source</title>
		<link>http://kb.huptas.net/2005/05/15/drbd-installation/</link>
		<comments>http://kb.huptas.net/2005/05/15/drbd-installation/#comments</comments>
		<pubDate>Sun, 15 May 2005 06:54:57 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[backup and filesystems]]></category>

		<guid isPermaLink="false">http://kb.huptas.net/?p=17</guid>
		<description><![CDATA[Prepare kernel source cd /usr/src/linux make mrproper cp /boot/config-2.4.some-thing .config Edit the Makefile to make sure the EXTRAVERSIONS constant reflects the stock kernel naming vi Makefile Now prepare the kernel sources to be ready for compiling modules against it make -s oldconfig_nonint ; make -s oldconfig_nonint make dep make include/linux/version.h Compile DRBD wget http://oss.linbit.com/drbd/0.7/drbd-0.7.10.tar.gz tar [...]]]></description>
		<wfw:commentRss>http://kb.huptas.net/2005/05/15/drbd-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DRBD Links</title>
		<link>http://kb.huptas.net/2005/05/15/drdb/</link>
		<comments>http://kb.huptas.net/2005/05/15/drdb/#comments</comments>
		<pubDate>Sun, 15 May 2005 06:22:14 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[backup and filesystems]]></category>

		<guid isPermaLink="false">http://kb.huptas.net/?p=16</guid>
		<description><![CDATA[DRDB_QuickStart DRBD_2fHowTo_2fInstall DRBD Background http://wiki.linux-ha.org/DRBD]]></description>
		<wfw:commentRss>http://kb.huptas.net/2005/05/15/drdb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Distributed Filesystems</title>
		<link>http://kb.huptas.net/2005/05/15/distributed-filesystems/</link>
		<comments>http://kb.huptas.net/2005/05/15/distributed-filesystems/#comments</comments>
		<pubDate>Sun, 15 May 2005 06:04:01 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[backup and filesystems]]></category>

		<guid isPermaLink="false">http://kb.huptas.net/?p=15</guid>
		<description><![CDATA[http://www.redhat.com/software/rha/gfs/ http://www-1.ibm.com/servers/eserver/clusters/software/gpfs.html]]></description>
		<wfw:commentRss>http://kb.huptas.net/2005/05/15/distributed-filesystems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenAFS</title>
		<link>http://kb.huptas.net/2005/05/14/openafs/</link>
		<comments>http://kb.huptas.net/2005/05/14/openafs/#comments</comments>
		<pubDate>Sat, 14 May 2005 11:50:06 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[backup and filesystems]]></category>

		<guid isPermaLink="false">http://kb.huptas.net/?p=14</guid>
		<description><![CDATA[http://www.openafs.org/ Prerequisites: - Kernel sources ./configure make make check]]></description>
		<wfw:commentRss>http://kb.huptas.net/2005/05/14/openafs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
