<?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>dbugs.org &#187; dbugs</title>
	<atom:link href="http://blog.dbugs.org/category/dbugs/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dbugs.org</link>
	<description>where knowledge meets creation</description>
	<lastBuildDate>Fri, 04 Feb 2011 16:13:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Hungry budy</title>
		<link>http://blog.dbugs.org/2008/01/25/would-you-eat-your-buddies-in-a-blizzard/</link>
		<comments>http://blog.dbugs.org/2008/01/25/would-you-eat-your-buddies-in-a-blizzard/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 13:27:00 +0000</pubDate>
		<dc:creator>Marco Garcês</dc:creator>
				<category><![CDATA[dbugs]]></category>
		<category><![CDATA[fuuny]]></category>
		<category><![CDATA[buddies]]></category>
		<category><![CDATA[cannibalism]]></category>
		<category><![CDATA[funny]]></category>

		<guid isPermaLink="false">http://blog.dbugs.org/2008/01/25/would-you-eat-your-buddies-in-a-blizzard/</guid>
		<description><![CDATA[It&#8217;s been a while since my last post, but unfurtunetly sometimes things don&#8217;t go how we plan, and the less you pay attention to something, more likely you put aside that thing, and that was what happened with dbugs.org. Let&#8217;s hope that in the future I will have more time, and things go smoother&#8230; =) [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since my last post, but unfurtunetly sometimes things don&#8217;t go how we plan, and the less you pay attention to something, more likely you put aside that thing, and that was what happened with dbugs.org.<br />
<span id="more-116"></span><br />
Let&#8217;s hope that in the future I will have more time, and things go smoother&#8230; =)</p>
<p>Today I received a e-mail from a good friend of mine, to make a test to know how likely would I eat my friends in case of emergency. The website is called  &#8220;Would You Eat Your Buddies in a Blizzard?&#8221;. Here I post my results, and invite you to take the test and post back your results in the comments&#8230; I want to know with who I would arrange my vacations!!!</p>
<p><a href="http://www.justsayhi.com/bb/view2/eat_buddies" style="background: #333333 url('http://assets.justsayhi.com/badges/852/940/eat_buddies.ptv70zqews.jpg') no-repeat scroll 0% 50%; display: block; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 320px; height: 90px; font-family: Arial,sans-serif; font-size: 35px; color: #ffffff; text-decoration: none; text-align: center; padding-top: 110px">54%</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dbugs.org/2008/01/25/would-you-eat-your-buddies-in-a-blizzard/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Digital Backups Using GMail Storage &#8211; theory</title>
		<link>http://blog.dbugs.org/2007/08/13/backups-gmail-lvm-raid-linux/</link>
		<comments>http://blog.dbugs.org/2007/08/13/backups-gmail-lvm-raid-linux/#comments</comments>
		<pubDate>Mon, 13 Aug 2007 23:21:25 +0000</pubDate>
		<dc:creator>Marco Garcês</dc:creator>
				<category><![CDATA[backups]]></category>
		<category><![CDATA[dbugs]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[LVM]]></category>
		<category><![CDATA[theory]]></category>

		<guid isPermaLink="false">http://blog.dbugs.org/2007/08/13/digital-backups-using-gmail-storage-theory/</guid>
		<description><![CDATA[In the past few weeks, I have been dreaming with something that I know is not very practical to do or implement, but in fact, it could be a challenge and a fun thing to look into to. What I propose here in theory is to combine a series of tools, to create a rather [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.dbugs.org/wp-content/uploads/2007/08/dbugs_post_logo1.png" alt="Digital Backups Using GMail Storage" title="Digital Backups Using GMail Storage" align="left" />In the past few weeks, I have been dreaming with something that I know is not very practical to do or implement, but in fact, it could be a challenge and a fun thing to look into to.<br />
What I propose here in theory is to combine a series of tools, to create a rather unique backup solution. What I suggest, is using tools like RAID, LVM, rsync with incremental backups&#8230; OK, you might be thinking: &#8220;but this is normal stuff&#8221;. Now let&#8217;s add the twist! Put these tools to work, using Gmail accounts, and you can begin imagining what I have in mind!<span id="more-79"></span></p>
<p>I came up with a name for this project, and the cool thing, is that I can use my domain as an acronym. So DBUGS stands for Digital Backup Using Gmail Storage.</p>
<p>So, what do I have in mind? Well, I came across some weeks ago, with Richard Jone s&#8217;s project, the <a href="http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem.html" title="gmailfs, currently v. 0.8.0">GmailFS</a>. This project, and using his words, provides a mountable Linux filesystem which uses your Gmail account as its storage medium. I read the entire site, and several other sites on the web, only to find out, that although this already can be achieved, some problems still need to be fixed, but since my project for now, exists only on paper, I hope that in the future, a more robust GmailFS, can be used.</p>
<p>What I propose here, is, to combine some cool open source technologies, to obtain a big, expandable online backup, but things like cost and reliability also come to my mind. Now it&#8217;s possible to create your own Gmail account for free, and all the tools I suggest using are open-source, so the cost factor, it&#8217;s only regarding your Internet connection, which by all means, must be broadband!</p>
<p>So, since it&#8217;s possible to mount GMail accounts locally, I started imagining the possibility, to use 2 accounts in a <a href="http://en.wikipedia.org/wiki/RAID#Standard_RAID_levels" title="Wiki on RAID"><strong>RAID1</strong></a> setup (mirror), where <em><strong>Gmail_account1 </strong></em>would be the mirror of <em><strong>Gmail_account2</strong></em>. This way, data would be backed up twice, in two different locations. If one dies, the other remains alive, while we add a new one to the array. When I say 2 accounts (arrays), I mean <em>n</em> arrays, since, for<strong> RAID1</strong> you can use <em>2+n</em> arrays, this way, data is mirrored against several locations.<br />
<img src="http://blog.dbugs.org/wp-content/uploads/2007/08/raid1.png" alt="RAID1" title="RAID1" align="absmiddle" /></p>
<p>The next step in my theory would be size. Google already offers almost 3GB of storage, and <a href="http://mashable.com/2007/08/09/gmail-going-huge-9000mb/" title="gmail going bigger?">rumors</a> are that they will increase this for 9GB+, but what about if you want more? My thoughts went straight to a <a href="http://en.wikipedia.org/wiki/Logical_Volume_Manager_%28Linux%29" title="Wiki on LVM"><strong>LVM</strong></a> setup, for the extra layer of complexity! Now we would have <em>2+n</em> arrays, each made by <strong>LVM</strong> volumes, which<br />
would be created using several (<em>1 + N</em>) accounts. Confused? I am! This way, each of the <strong>RAID1</strong> array would be stripped across different accounts, and in the future, if we wanted to expand the size of our online backup disk, it was just a matter of creating new accounts, and adding those to each of the <strong>LVM</strong>s, so our <strong>RAID1</strong> array would get bigger.<br />
<img src="http://blog.dbugs.org/wp-content/uploads/2007/08/lvm.png" alt="LVM" title="LVM" align="absmiddle" /></p>
<p>I also thought of security, and the best to do this, is using disk encryption. Another layer is added to the already tricky setup, but this is not important in the beginning, since for testing, I would not use sensitive data.</p>
<p>To perform the backups, I really think it’s a good idea to use some sort of <em>rsync+cp+mv</em> solution that performs incremental backups, without taking too much space. You can find many options for this online, but one my favorites is <a href="http://rsnapshot.org/" title="RSnapshot official site">RSnapshot</a>. A good source of information for this type of backup is Mike Rubel&#8217;s <a href="http://www.mikerubel.org/computers/rsync_snapshots/" title="Myke Rubel's rsync backups">site</a> on the subject.</p>
<p>And that’s it! Several problems must be addressed, and that&#8217;s why I started this post. I don&#8217;t know if it is either a very stupid idea, or if it can be accomplished and become a cool project. I’m working on some solutions, and I really hope I can post something on the subject anytime soon. Why should I even try this? Because I really think this is a cool idea, and perhaps I will not achieve what I intend, but in the process of failing, lies a path of learning&#8230; get it? =)</p>
<p>Please feel free to drop comments on this subject, with suggestions, critics or your help for the project. I&#8217;m more than happy to welcome you aboard. Let’s get this one off the paper, and make it work!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dbugs.org/2007/08/13/backups-gmail-lvm-raid-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>digital bugs!</title>
		<link>http://blog.dbugs.org/2007/02/18/digital-bugs/</link>
		<comments>http://blog.dbugs.org/2007/02/18/digital-bugs/#comments</comments>
		<pubDate>Sun, 18 Feb 2007 01:37:16 +0000</pubDate>
		<dc:creator>Marco Garcês</dc:creator>
				<category><![CDATA[dbugs]]></category>

		<guid isPermaLink="false">http://blog.dbugs.org/2007/02/18/digital-bugs/</guid>
		<description><![CDATA[This is how everything starts right? Officially, this is my first web post, on my brand new site! Hope I can share with you all the knowledge that everyday I try to expand, by reading books, blogs, sites, and of course, by talking with others. Everyone can share something, and everybody can teach you something [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.dbugs.org/wp-content/uploads/2007/02/hello_world.jpg" title="welcome to digital bugs dot org" alt="welcome to digital bugs dot org" align="left" height="52" width="384" /> </p>
<p>This is how everything starts right? Officially, this is my first web post, on my brand new site! Hope I can share with you all the knowledge that everyday I try to expand, by reading books, blogs, sites, and of course, by talking with others. Everyone can share something, and everybody can teach you something new everyday! This is my small part on this world! So if you came across my website, and you enjoy technology has much has i do, you came to the right place! With time, i hope this can be a source off good information, so you keep coming back&#8230; Feel free to give opinions!</p>
<p>Enjoy! Marco Garcês</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fblog.dbugs.org%2F2007%2F02%2F18%2Fdigital-bugs%2F&amp;title=digital+bugs%21" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.dbugs.org%2F2007%2F02%2F18%2Fdigital-bugs%2F&amp;title=digital+bugs%21" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fblog.dbugs.org%2F2007%2F02%2F18%2Fdigital-bugs%2F&amp;title=digital+bugs%21" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fblog.dbugs.org%2F2007%2F02%2F18%2Fdigital-bugs%2F&amp;title=digital+bugs%21" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fblog.dbugs.org%2F2007%2F02%2F18%2Fdigital-bugs%2F&amp;title=digital+bugs%21', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.dbugs.org%2F2007%2F02%2F18%2Fdigital-bugs%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fblog.dbugs.org%2F2007%2F02%2F18%2Fdigital-bugs%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fblog.dbugs.org%2F2007%2F02%2F18%2Fdigital-bugs%2F&amp;title=digital+bugs%21" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.dbugs.org%2F2007%2F02%2F18%2Fdigital-bugs%2F&amp;title=digital+bugs%21" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://blog.dbugs.org/2007/02/18/digital-bugs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.373 seconds -->

