<?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>Comments on: Backup Concerns: Building Process</title>
	<atom:link href="http://xfep.com/technology/backup-concerns-building-process/feed/" rel="self" type="application/rss+xml" />
	<link>http://xfep.com/technology/backup-concerns-building-process/</link>
	<description>Tips on Being a Better Blogger</description>
	<lastBuildDate>Wed, 25 Jan 2012 15:53:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: sharninder</title>
		<link>http://xfep.com/technology/backup-concerns-building-process/comment-page-1/#comment-1542</link>
		<dc:creator>sharninder</dc:creator>
		<pubDate>Fri, 23 May 2008 08:34:25 +0000</pubDate>
		<guid isPermaLink="false">http://xfep.com/technology/backup-concerns-building-process/#comment-1542</guid>
		<description>I haven&#039;t read the rest of the posts in this series yet, so I don&#039;t know if you&#039;ve managed to setup RAID0/1 yet, but if you haven&#039;t and are still looking a solution, give LVM a try. Ubuntu does allow you to install the OS on an LVM volume and LVM should give you all the functionality you need. You wll also be able to resize volumes online with no downtime.

If you&#039;re in for it, you can also try using opensolaris instead of Linux and use ZFS for the backup volumes. ZFS is super easy to setup and functions right away.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t read the rest of the posts in this series yet, so I don&#8217;t know if you&#8217;ve managed to setup RAID0/1 yet, but if you haven&#8217;t and are still looking a solution, give LVM a try. Ubuntu does allow you to install the OS on an LVM volume and LVM should give you all the functionality you need. You wll also be able to resize volumes online with no downtime.</p>
<p>If you&#8217;re in for it, you can also try using opensolaris instead of Linux and use ZFS for the backup volumes. ZFS is super easy to setup and functions right away.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://xfep.com/technology/backup-concerns-building-process/comment-page-1/#comment-886</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sun, 20 Jan 2008 20:30:12 +0000</pubDate>
		<guid isPermaLink="false">http://xfep.com/technology/backup-concerns-building-process/#comment-886</guid>
		<description>Yeah, I thought about that afterwards... me = dumb. :)</description>
		<content:encoded><![CDATA[<p>Yeah, I thought about that afterwards&#8230; me = dumb. <img src='http://xfep.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WTL</title>
		<link>http://xfep.com/technology/backup-concerns-building-process/comment-page-1/#comment-883</link>
		<dc:creator>WTL</dc:creator>
		<pubDate>Sun, 20 Jan 2008 17:49:24 +0000</pubDate>
		<guid isPermaLink="false">http://xfep.com/technology/backup-concerns-building-process/#comment-883</guid>
		<description>day_month_year?  Wouldn&#039;t year_month_day be much easier to sort (I use this)?</description>
		<content:encoded><![CDATA[<p>day_month_year?  Wouldn&#8217;t year_month_day be much easier to sort (I use this)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://xfep.com/technology/backup-concerns-building-process/comment-page-1/#comment-885</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 19 Jan 2008 23:00:35 +0000</pubDate>
		<guid isPermaLink="false">http://xfep.com/technology/backup-concerns-building-process/#comment-885</guid>
		<description>Chris - Unfortunately, Ubuntu doesn&#039;t support RAID out of the box. :( And I haven&#039;t got it working yet. I installed an application that is supposed to help, and then I mounted the &quot;raid&quot;-ed drives, but when I copy info to one drive, it doesn&#039;t get mirrored over to the other.

I really want to get RAID 1 to work... stupid Ubuntu.

Thanks for the Samba thing. I was just going to ftp the files once a week to a day_month_year folder.</description>
		<content:encoded><![CDATA[<p>Chris &#8211; Unfortunately, Ubuntu doesn&#8217;t support RAID out of the box. <img src='http://xfep.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  And I haven&#8217;t got it working yet. I installed an application that is supposed to help, and then I mounted the &#8220;raid&#8221;-ed drives, but when I copy info to one drive, it doesn&#8217;t get mirrored over to the other.</p>
<p>I really want to get RAID 1 to work&#8230; stupid Ubuntu.</p>
<p>Thanks for the Samba thing. I was just going to ftp the files once a week to a day_month_year folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://xfep.com/technology/backup-concerns-building-process/comment-page-1/#comment-884</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 19 Jan 2008 22:37:55 +0000</pubDate>
		<guid isPermaLink="false">http://xfep.com/technology/backup-concerns-building-process/#comment-884</guid>
		<description>sudo apt-get install samba smbfs.

And I&#039;d totally just run rsync in a cron job on a regular basis. As for the RAID0, is there not a RAID utility that runs at startup before Ubuntu loads? Configure the array there, and then you should be able to mount the partition normally within Ubuntu.</description>
		<content:encoded><![CDATA[<p>sudo apt-get install samba smbfs.</p>
<p>And I&#8217;d totally just run rsync in a cron job on a regular basis. As for the RAID0, is there not a RAID utility that runs at startup before Ubuntu loads? Configure the array there, and then you should be able to mount the partition normally within Ubuntu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://xfep.com/technology/backup-concerns-building-process/comment-page-1/#comment-882</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 19 Jan 2008 19:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://xfep.com/technology/backup-concerns-building-process/#comment-882</guid>
		<description>JamieO - My old PC doesn&#039;t have a DVD burner in it, but my new one does. The fact is though, I can do my incremental backups on it, but I&#039;d like to be able to do full backups at least once a month. And it would take more than one DVD.

As for off-site backups, I am thinking of using the massive amount of web hosting space I have to backup my mission critical stuff once a week.

WTL - Oh, I am tracking pretty much everything for more blog posts here about the whole process... I am already ranking for NAS searches in Google. Hopefully, once complete, it will help bloggers, developers, and designers that have also made it to this point of creating massive amounts of data.

I am not so concerned about every file I create, as I have lost data before, and it wasn&#039;t the end of the world. I think backing up certain files to my hosting account, which is in some data centre in the USA will be good enough.</description>
		<content:encoded><![CDATA[<p>JamieO &#8211; My old PC doesn&#8217;t have a DVD burner in it, but my new one does. The fact is though, I can do my incremental backups on it, but I&#8217;d like to be able to do full backups at least once a month. And it would take more than one DVD.</p>
<p>As for off-site backups, I am thinking of using the massive amount of web hosting space I have to backup my mission critical stuff once a week.</p>
<p>WTL &#8211; Oh, I am tracking pretty much everything for more blog posts here about the whole process&#8230; I am already ranking for NAS searches in Google. Hopefully, once complete, it will help bloggers, developers, and designers that have also made it to this point of creating massive amounts of data.</p>
<p>I am not so concerned about every file I create, as I have lost data before, and it wasn&#8217;t the end of the world. I think backing up certain files to my hosting account, which is in some data centre in the USA will be good enough.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WTL</title>
		<link>http://xfep.com/technology/backup-concerns-building-process/comment-page-1/#comment-881</link>
		<dc:creator>WTL</dc:creator>
		<pubDate>Sat, 19 Jan 2008 06:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://xfep.com/technology/backup-concerns-building-process/#comment-881</guid>
		<description>Don&#039;t forget to track your time you spend building and setting this up.  I&#039;m curious to see how long this takes to get rolling and working.

I also agree about ensuring off-site backups.  Imagine how embarrassing it would be if a UFO crashed into your house while you two were out, turning your carefully backed up data into digital confetti. ;-)

Occasionally, I get twitchy about the fact that my backups are only about a kilometre from our place.  Then I realize if the bank gets destroyed, I have far more serious things to worry about. ;-)</description>
		<content:encoded><![CDATA[<p>Don&#8217;t forget to track your time you spend building and setting this up.  I&#8217;m curious to see how long this takes to get rolling and working.</p>
<p>I also agree about ensuring off-site backups.  Imagine how embarrassing it would be if a UFO crashed into your house while you two were out, turning your carefully backed up data into digital confetti. <img src='http://xfep.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Occasionally, I get twitchy about the fact that my backups are only about a kilometre from our place.  Then I realize if the bank gets destroyed, I have far more serious things to worry about. <img src='http://xfep.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JamieO</title>
		<link>http://xfep.com/technology/backup-concerns-building-process/comment-page-1/#comment-880</link>
		<dc:creator>JamieO</dc:creator>
		<pubDate>Sat, 19 Jan 2008 05:35:20 +0000</pubDate>
		<guid isPermaLink="false">http://xfep.com/technology/backup-concerns-building-process/#comment-880</guid>
		<description>Does your old PC have a DVD burner in it? You could schedule jobs to burn a monthly backup to disc. You just have to remember to take the disk out and put it at an off-site location to totally protect yourself.</description>
		<content:encoded><![CDATA[<p>Does your old PC have a DVD burner in it? You could schedule jobs to burn a monthly backup to disc. You just have to remember to take the disk out and put it at an off-site location to totally protect yourself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://xfep.com/technology/backup-concerns-building-process/comment-page-1/#comment-879</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 19 Jan 2008 05:23:34 +0000</pubDate>
		<guid isPermaLink="false">http://xfep.com/technology/backup-concerns-building-process/#comment-879</guid>
		<description>blog backups, images, photoshop files, spreadsheets, videos, audio, templates, etc... It works out to be a fair bit every month.

Everything together it adds up to a little over 4 gigs for full backups. I will be doing full and incremental when I get this whole system working, so it won&#039;t be as bad.

And in making this system, I wanted something that would work for me for the next 3 or more years.</description>
		<content:encoded><![CDATA[<p>blog backups, images, photoshop files, spreadsheets, videos, audio, templates, etc&#8230; It works out to be a fair bit every month.</p>
<p>Everything together it adds up to a little over 4 gigs for full backups. I will be doing full and incremental when I get this whole system working, so it won&#8217;t be as bad.</p>
<p>And in making this system, I wanted something that would work for me for the next 3 or more years.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JamieO</title>
		<link>http://xfep.com/technology/backup-concerns-building-process/comment-page-1/#comment-878</link>
		<dc:creator>JamieO</dc:creator>
		<pubDate>Sat, 19 Jan 2008 05:01:48 +0000</pubDate>
		<guid isPermaLink="false">http://xfep.com/technology/backup-concerns-building-process/#comment-878</guid>
		<description>How much blog related data do you have to store?</description>
		<content:encoded><![CDATA[<p>How much blog related data do you have to store?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

