<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

      <title>Comments on: How to back-up files to two computers AND a web server to boot</title>
      <link>http://ask.metafilter.com/24464/How-to-backup-files-to-two-computers-AND-a-web-server-to-boot/</link>
      <description>Comments on Ask MetaFilter post How to back-up files to two computers AND a web server to boot</description>
	  	  <pubDate>Fri, 23 Sep 2005 10:58:02 -0800</pubDate>
      <lastBuildDate>Fri, 23 Sep 2005 10:58:02 -0800</lastBuildDate>
      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>

<item>
  	<title>Question: How to back-up files to two computers AND a web server to boot</title>
  	<link>http://ask.metafilter.com/24464/How-to-backup-files-to-two-computers-AND-a-web-server-to-boot</link>	
  	<description>BackUpFilter: I&apos;m looking for a quick way to back-up important files from two different locations, via a remote server. Could I be any more vague? &lt;br /&gt;&lt;br /&gt; Ok, let&apos;s say I have an important file at work (file A) that I want to back-up to a web server AND have available at home. Is there an easy way (an app maybe) to set up a folder wherein the contents are automatically uploaded to the web server, which is then downloaded to the secondary computer (whether that be work or home).&lt;br&gt;
&lt;br&gt;
I guess the downloading and uploading doesn&apos;t have to be automatic... maybe after I change the files, I could trigger a small app to upload everything (if there&apos;s been a change), and then I could download them on the other end. Maybe even set up a system task to do it.&lt;br&gt;
&lt;br&gt;
So, has anyone heard of an application that does this? Or have suggestions for rolling one of my own? Thanks!</description>
  	<guid isPermaLink="false">post:ask.metafilter.com,2008:site.24464</guid>
  	<pubDate>Fri, 23 Sep 2005 10:53:55 -0800</pubDate>
  	<dc:creator>bjork24</dc:creator>
	
	<category>backup</category>
	
	<category>update</category>
	
	<category>files</category>
	
</item>
<item>
  	<title>By: Godbert</title>
  	<link>http://ask.metafilter.com/24464/How-to-backup-files-to-two-computers-AND-a-web-server-to-boot#388313</link>	
  	<description>I don&apos;t have much experience with it, but it sounds like &lt;a href=&apos;http://samba.anu.edu.au/rsync/&apos;&gt;rsync&lt;/a&gt; (or some equivalent Windows program, since the odds are you&apos;re not using a UNIX-alike operating system) might do the trick.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.24464-388313</guid>
  	<pubDate>Fri, 23 Sep 2005 10:58:02 -0800</pubDate>
  	<dc:creator>Godbert</dc:creator>
</item>
<item>
  	<title>By: TinTitan</title>
  	<link>http://ask.metafilter.com/24464/How-to-backup-files-to-two-computers-AND-a-web-server-to-boot#388364</link>	
  	<description>If you have FTP access to the web space, I would suggest &lt;a href=&quot;http://www.2brightsparks.com/syncback/syncback-hub.html&quot;&gt;SyncBack&lt;/a&gt;. Freeware download at the bottom right of the page.&lt;br&gt;
&lt;br&gt;
It allows you to set up scheduled backup tasks in Windows that can upload to an FTP site. You install one task on your work machine that uploads and one on your home machine that downloads. You can also trigger the actions manually.&lt;br&gt;
&lt;br&gt;
If you use the web space as a transition point (you  don&apos;t actually keep files there, you delete them once they are downloaded to your home computer), most of the small web spaces included by default by ISP (5-10 megs) would do the trick if the files are documents and not movies, pictures, music, etc.&lt;br&gt;
&lt;br&gt;
You then have an offsite backup on the cheap.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.24464-388364</guid>
  	<pubDate>Fri, 23 Sep 2005 11:39:42 -0800</pubDate>
  	<dc:creator>TinTitan</dc:creator>
</item>
<item>
  	<title>By: phearlez</title>
  	<link>http://ask.metafilter.com/24464/How-to-backup-files-to-two-computers-AND-a-web-server-to-boot#388365</link>	
  	<description>Long ago I was a reseller for &lt;a href=&quot;http://www.swapdrive.com&quot;&gt;SwapDrive&lt;/a&gt;. They have automated tools that will do the backing up part. You&apos;ll have to restore manually. The newer upstart &lt;a href=&quot;http://www.strongspace.com/&quot;&gt;StrongSpace&lt;/a&gt; is cheaper, however. You could use their sftp service along with WinSCP&apos;s explorer-type interface to get fairly seamless performance.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.24464-388365</guid>
  	<pubDate>Fri, 23 Sep 2005 11:39:51 -0800</pubDate>
  	<dc:creator>phearlez</dc:creator>
</item>
<item>
  	<title>By: misterbrandt</title>
  	<link>http://ask.metafilter.com/24464/How-to-backup-files-to-two-computers-AND-a-web-server-to-boot#388465</link>	
  	<description>Maybe take a gander at &lt;a href=&quot;http://www.websynchronizer.com/en/&quot;&gt;Web Synchronizer&lt;/a&gt; (although I use SyncBack as recommended above, and I think it&apos;s pretty cool too. But webSync is more remote/FTP-friendly, as I see it)&lt;br&gt;
&lt;br&gt;
Or if you are comfortable using something like rsync, &lt;a href=&quot;http://www.antidis.com/articles/2005/08/windows-rsync/&quot;&gt;this link&lt;/a&gt; discusses using &lt;a href=&quot;http://www.itefix.no/phpws/index.php?module=pagemaster&amp;PAGE_user_op=view_page&amp;PAGE_id=6&amp;MMN_position=23:23&quot;&gt;cwRsync&lt;/a&gt; on windows</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.24464-388465</guid>
  	<pubDate>Fri, 23 Sep 2005 14:33:41 -0800</pubDate>
  	<dc:creator>misterbrandt</dc:creator>
</item>
<item>
  	<title>By: ?!</title>
  	<link>http://ask.metafilter.com/24464/How-to-backup-files-to-two-computers-AND-a-web-server-to-boot#389982</link>	
  	<description>I have had a good experience with &lt;a href=&quot;http://www.gelosoft.com/adescr.html&quot;&gt;Synchromagic Pro&lt;/a&gt;. I primarily use it to back up domains (FTP to PC), but it works well keeping my work directory and take home directory (HD &lt;&gt; Firewire Drive) synchronized. It also is easy to set it up to maintain a mirror from one folder to multiple points (PC &amp;gt; FTP and Firewire).&lt;/&gt;</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.24464-389982</guid>
  	<pubDate>Mon, 26 Sep 2005 15:35:45 -0800</pubDate>
  	<dc:creator>?!</dc:creator>
</item>

    </channel>
</rss>
