<?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: Poll Results: How do you back up your websites?</title>
	<atom:link href="http://css-tricks.com/poll-results-how-do-you-back-up-your-websites/feed/" rel="self" type="application/rss+xml" />
	<link>http://css-tricks.com/poll-results-how-do-you-back-up-your-websites/</link>
	<description>Tips, Tricks, and Techniques on using Cascading Style Sheets.</description>
	<lastBuildDate>Thu, 23 May 2013 23:35:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Amy</title>
		<link>http://css-tricks.com/poll-results-how-do-you-back-up-your-websites/#comment-36007</link>
		<dc:creator>Amy</dc:creator>
		<pubDate>Wed, 15 Oct 2008 04:57:42 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=1169#comment-36007</guid>
		<description><![CDATA[I use subversion (tortoise svn) which I have found to be essential when working with a team. I use drupal and have the backup and migrate module so DB backups are done automatically every so often.]]></description>
		<content:encoded><![CDATA[<p>I use subversion (tortoise svn) which I have found to be essential when working with a team. I use drupal and have the backup and migrate module so DB backups are done automatically every so often.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan</title>
		<link>http://css-tricks.com/poll-results-how-do-you-back-up-your-websites/#comment-35807</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Mon, 13 Oct 2008 04:53:14 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=1169#comment-35807</guid>
		<description><![CDATA[The beauty of Christina&#039;s solution is that it&#039;s cheap and can be automated. I&#039;m not entirely sure that backing up daily is necessary for a smaller blog, but weekly wouldn&#039;t be a bad start. I know for most folks, backing up your site is an afterthought...until you lose everything. :)

Great writeup Chris, thanks for sharing your findings.]]></description>
		<content:encoded><![CDATA[<p>The beauty of Christina&#8217;s solution is that it&#8217;s cheap and can be automated. I&#8217;m not entirely sure that backing up daily is necessary for a smaller blog, but weekly wouldn&#8217;t be a bad start. I know for most folks, backing up your site is an afterthought&#8230;until you lose everything. :)</p>
<p>Great writeup Chris, thanks for sharing your findings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashley Williams</title>
		<link>http://css-tricks.com/poll-results-how-do-you-back-up-your-websites/#comment-35538</link>
		<dc:creator>Ashley Williams</dc:creator>
		<pubDate>Thu, 09 Oct 2008 09:31:25 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=1169#comment-35538</guid>
		<description><![CDATA[I prefer to think about it as my local computers being the main location of my code, and the servers I&#039;m running the site on is a backup. Then I don&#039;t have to worry about backups â€” its already backed up. (though I do also use GitHub for my code too, but not intentionally as a backup.)

Files (uploads) are never on an app machine, use some other solution (AWS S3, â€¦) and any good machine should be RAID 1&#039;ed so your safe there; same with the database, keep it on a dedicated machine and slave it out to another machine (which is your backup â€” and you could use it in your app too, to take read queries off the master if you wanted too).

Overall, I just let machines do the job for me â€” a RAID1 is far better than me manually downloading backups every night for changing files, and my actual code is already in three places.]]></description>
		<content:encoded><![CDATA[<p>I prefer to think about it as my local computers being the main location of my code, and the servers I&#8217;m running the site on is a backup. Then I don&#8217;t have to worry about backups â€” its already backed up. (though I do also use GitHub for my code too, but not intentionally as a backup.)</p>
<p>Files (uploads) are never on an app machine, use some other solution (AWS S3, â€¦) and any good machine should be RAID 1&#8242;ed so your safe there; same with the database, keep it on a dedicated machine and slave it out to another machine (which is your backup â€” and you could use it in your app too, to take read queries off the master if you wanted too).</p>
<p>Overall, I just let machines do the job for me â€” a RAID1 is far better than me manually downloading backups every night for changing files, and my actual code is already in three places.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shopping Cart</title>
		<link>http://css-tricks.com/poll-results-how-do-you-back-up-your-websites/#comment-35523</link>
		<dc:creator>Shopping Cart</dc:creator>
		<pubDate>Thu, 09 Oct 2008 07:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=1169#comment-35523</guid>
		<description><![CDATA[hi 

I visited your site and its interesting and beautifully blogged and it good solution for all web user to save their data 

&lt;a&gt;Shopping Cart&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>hi </p>
<p>I visited your site and its interesting and beautifully blogged and it good solution for all web user to save their data </p>
<p><a>Shopping Cart</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trs21219</title>
		<link>http://css-tricks.com/poll-results-how-do-you-back-up-your-websites/#comment-35489</link>
		<dc:creator>trs21219</dc:creator>
		<pubDate>Wed, 08 Oct 2008 17:29:14 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=1169#comment-35489</guid>
		<description><![CDATA[@ alex - the only thing about version control is you cant backup databases (besides exporting an sql file and then commiting it) and VC isnt really a great option for say backing up a gig of videos...

@Christina - thanks for doing what you have so far and i cant wait to read what comes next...]]></description>
		<content:encoded><![CDATA[<p>@ alex &#8211; the only thing about version control is you cant backup databases (besides exporting an sql file and then commiting it) and VC isnt really a great option for say backing up a gig of videos&#8230;</p>
<p>@Christina &#8211; thanks for doing what you have so far and i cant wait to read what comes next&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Tran</title>
		<link>http://css-tricks.com/poll-results-how-do-you-back-up-your-websites/#comment-35487</link>
		<dc:creator>Alex Tran</dc:creator>
		<pubDate>Wed, 08 Oct 2008 16:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=1169#comment-35487</guid>
		<description><![CDATA[One way to backup your website is to use a version control system (e.g. Subversion or Git).  The benefit of this is that you have an off-site backup as well as being able to keep a record of all the changes you ever make to a website.  

This is great for keeping track of the different iterations of a website as you change the structure, style, add new features, etc.  

I feel a lot better about adding a new, complicated feature knowing that if things go wrong I can always roll back.  ]]></description>
		<content:encoded><![CDATA[<p>One way to backup your website is to use a version control system (e.g. Subversion or Git).  The benefit of this is that you have an off-site backup as well as being able to keep a record of all the changes you ever make to a website.  </p>
<p>This is great for keeping track of the different iterations of a website as you change the structure, style, add new features, etc.  </p>
<p>I feel a lot better about adding a new, complicated feature knowing that if things go wrong I can always roll back.  </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christina Warren</title>
		<link>http://css-tricks.com/poll-results-how-do-you-back-up-your-websites/#comment-35475</link>
		<dc:creator>Christina Warren</dc:creator>
		<pubDate>Wed, 08 Oct 2008 14:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=1169#comment-35475</guid>
		<description><![CDATA[Trs,
I&#039;m working on a follow-up and I&#039;ll address (dv) stuff there too -- but the script can be modified pretty easily to work with that. Paul Stamataou (I&#039;m misspelling that, Stammy is how I know him) wrote up a great guide for (dv) users.

My dad&#039;s company site (that I maintain) is on a (dv), and I use S3 to back that up too. I wrote up the guide primarily because there was no (gs) based tutorial and the (mt) backup was down and people in the forums wanted an easy alternative.]]></description>
		<content:encoded><![CDATA[<p>Trs,<br />
I&#8217;m working on a follow-up and I&#8217;ll address (dv) stuff there too &#8212; but the script can be modified pretty easily to work with that. Paul Stamataou (I&#8217;m misspelling that, Stammy is how I know him) wrote up a great guide for (dv) users.</p>
<p>My dad&#8217;s company site (that I maintain) is on a (dv), and I use S3 to back that up too. I wrote up the guide primarily because there was no (gs) based tutorial and the (mt) backup was down and people in the forums wanted an easy alternative.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Bamford</title>
		<link>http://css-tricks.com/poll-results-how-do-you-back-up-your-websites/#comment-35472</link>
		<dc:creator>Tom Bamford</dc:creator>
		<pubDate>Wed, 08 Oct 2008 14:01:52 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=1169#comment-35472</guid>
		<description><![CDATA[As an added security, you could use &lt;a href=&quot;http://www.jungledisk.com/index.aspx&quot; title=&quot;JungleDisk&quot; rel=&quot;nofollow&quot;&gt;JungleDisk&lt;/a&gt; to backup your web server files that you have downloaded locally. It makes use of &lt;a href=&quot;http://aws.amazon.com/s3/&quot; title=&quot;Amzon S3&quot; rel=&quot;nofollow&quot;&gt;Amazon S3&lt;/a&gt; so your in control. They have a very nice &lt;a href=&quot;http://www.jungledisk.com/workgroup/index.aspx&quot; title=&quot;JungleDisk Workgroup Edition&quot; rel=&quot;nofollow&quot;&gt;workgroup edition&lt;/a&gt; too, for larger teams.]]></description>
		<content:encoded><![CDATA[<p>As an added security, you could use <a href="http://www.jungledisk.com/index.aspx" title="JungleDisk" rel="nofollow">JungleDisk</a> to backup your web server files that you have downloaded locally. It makes use of <a href="http://aws.amazon.com/s3/" title="Amzon S3" rel="nofollow">Amazon S3</a> so your in control. They have a very nice <a href="http://www.jungledisk.com/workgroup/index.aspx" title="JungleDisk Workgroup Edition" rel="nofollow">workgroup edition</a> too, for larger teams.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trs21219</title>
		<link>http://css-tricks.com/poll-results-how-do-you-back-up-your-websites/#comment-35471</link>
		<dc:creator>trs21219</dc:creator>
		<pubDate>Wed, 08 Oct 2008 13:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://css-tricks.com/?p=1169#comment-35471</guid>
		<description><![CDATA[Let us know when you do set it up on mt. i know hers is based on a (gs) account and my company has a dedicated box and i know you do (or at least a dedicated virtual) so let us know if you run into any problems so we dont have to :P]]></description>
		<content:encoded><![CDATA[<p>Let us know when you do set it up on mt. i know hers is based on a (gs) account and my company has a dedicated box and i know you do (or at least a dedicated virtual) so let us know if you run into any problems so we dont have to :P</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (User agent is rejected)
Content Delivery Network via cdn.css-tricks.com

 Served from: css-tricks.com @ 2013-05-23 16:38:23 by W3 Total Cache -->