<?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: Automated backup for USB flash drives?</title>
	<link>http://ask.metafilter.com/124945/Automated-backup-for-USB-flash-drives/</link>
	<description>Comments on Ask MetaFilter post Automated backup for USB flash drives?</description>
	<pubDate>Tue, 16 Jun 2009 09:06:50 -0800</pubDate>
	<lastBuildDate>Tue, 16 Jun 2009 09:06:50 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Automated backup for USB flash drives?</title>
		<link>http://ask.metafilter.com/124945/Automated-backup-for-USB-flash-drives</link>	
		<description>Is there a way to automatically back up certain folders on my hard drive to a USB key every time a plug in that key? &lt;br /&gt;&lt;br /&gt; I&apos;m on Mac OS X 10.5 and have an 8GB flash drive.  I&apos;m wondering if there is any automated process out there that will, every time I plug it in, copy over any changed files in (for example) my documents folder.  I am not looking for proprietary archiving; I want the files to then be accessible on any other computer I plug the USB key into -- I just want to automate the copying process.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2009:site.124945</guid>
		<pubDate>Tue, 16 Jun 2009 08:59:12 -0800</pubDate>
		<dc:creator>modernnomad</dc:creator>
		
			<category>flashdrive</category>
		
			<category>backup</category>
		
			<category>mac</category>
		
			<category>usb</category>
		
			<category>resolved</category>
		
	</item> <item>
		<title>By: rokusan</title>
		<link>http://ask.metafilter.com/124945/Automated-backup-for-USB-flash-drives#1785160</link>	
		<description>If you are okay with Unix, you can use launchd to watch the folder called /Volumes on your Mac. When it sees a volume appear with the name of your USB key, it can then run a script to copy files, ideally using rsync or if you prefer, the friendlier ChronoSync.&lt;br&gt;
&lt;br&gt;
Someone better than me at scripting can probably add some stub code here for you to follow.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.124945-1785160</guid>
		<pubDate>Tue, 16 Jun 2009 09:06:50 -0800</pubDate>
		<dc:creator>rokusan</dc:creator>
	</item><item>
		<title>By: dreadpiratesully</title>
		<link>http://ask.metafilter.com/124945/Automated-backup-for-USB-flash-drives#1785212</link>	
		<description>Some potentially useful links (some perhaps outdated):&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.macresearch.org/tutorial_backups_with_launchd&quot;&gt;here, with launchd&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://www.macosxhints.com/article.php?story=20060328080757903&amp;query=filenames&quot;&gt;here&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://maclawstudents.com/blog/techniques/automatic-backups-to-usb-flash-drives/&quot;&gt;here, older&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://www.macosxhints.com/article.php?story=2007022112171245&quot;&gt;here, only backwards&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.124945-1785212</guid>
		<pubDate>Tue, 16 Jun 2009 09:28:39 -0800</pubDate>
		<dc:creator>dreadpiratesully</dc:creator>
	</item><item>
		<title>By: oaf</title>
		<link>http://ask.metafilter.com/124945/Automated-backup-for-USB-flash-drives#1785288</link>	
		<description>Create a file called &lt;tt&gt;FOO-backup.sh&lt;/tt&gt; with something like the following:&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;#!/bin/bash&lt;br&gt;
if [ -d /Volumes/FOO ]; then&lt;br&gt;
&amp;nbsp;&amp;nbsp;rsync -qa /Volumes/FOO/ /Users/bar/FOO-backup/&lt;br&gt;
fi&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
Add a line to your crontab to make it run every five minutes:&lt;br&gt;
&lt;tt&gt;*/5 * * * * /Users/bar/FOO-backup.sh&lt;/tt&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.124945-1785288</guid>
		<pubDate>Tue, 16 Jun 2009 10:15:37 -0800</pubDate>
		<dc:creator>oaf</dc:creator>
	</item><item>
		<title>By: modernnomad</title>
		<link>http://ask.metafilter.com/124945/Automated-backup-for-USB-flash-drives#1785308</link>	
		<description>Yeah don&apos;t if the techy solutions are going to work for me, but thanks for the ideas.. Chronosync actually looks pretty promising, even though it won&apos;t &quot;auto backup&quot; every time in plug it in..</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.124945-1785308</guid>
		<pubDate>Tue, 16 Jun 2009 10:26:25 -0800</pubDate>
		<dc:creator>modernnomad</dc:creator>
	</item><item>
		<title>By: modernnomad</title>
		<link>http://ask.metafilter.com/124945/Automated-backup-for-USB-flash-drives#1785309</link>	
		<description>(don&apos;t know if...)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.124945-1785309</guid>
		<pubDate>Tue, 16 Jun 2009 10:26:43 -0800</pubDate>
		<dc:creator>modernnomad</dc:creator>
	</item><item>
		<title>By: modernnomad</title>
		<link>http://ask.metafilter.com/124945/Automated-backup-for-USB-flash-drives#1785312</link>	
		<description>actually upon further review it seems that chronosync will in fact launch itself upon insertion of a particular volume...</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.124945-1785312</guid>
		<pubDate>Tue, 16 Jun 2009 10:27:59 -0800</pubDate>
		<dc:creator>modernnomad</dc:creator>
	</item><item>
		<title>By: matty</title>
		<link>http://ask.metafilter.com/124945/Automated-backup-for-USB-flash-drives#1785315</link>	
		<description>I&apos;ve moved beyond USB sticks... Dropbox is my mobile file-manager of choice cause I&apos;m just going to lose the stick at one point or another.  Dropbox is always updated and always available on any (internet connected) computer I may use.&lt;br&gt;
&lt;br&gt;
I guess it may not be perfect for a hard-core techie that needs access to everything all the time, but in my world I&apos;d be hard pressed to find myself in front of a computer that doesn&apos;t have an internet connection.&lt;br&gt;
&lt;br&gt;
www.getdropbox.com</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.124945-1785315</guid>
		<pubDate>Tue, 16 Jun 2009 10:31:11 -0800</pubDate>
		<dc:creator>matty</dc:creator>
	</item><item>
		<title>By: FauxScot</title>
		<link>http://ask.metafilter.com/124945/Automated-backup-for-USB-flash-drives#1785340</link>	
		<description>dropbox.  o yeah.  works great.   love it.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.124945-1785340</guid>
		<pubDate>Tue, 16 Jun 2009 10:47:52 -0800</pubDate>
		<dc:creator>FauxScot</dc:creator>
	</item><item>
		<title>By: Mwongozi</title>
		<link>http://ask.metafilter.com/124945/Automated-backup-for-USB-flash-drives#1785873</link>	
		<description>Seconding Chronosync. Wouldn&apos;t be without it.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.124945-1785873</guid>
		<pubDate>Tue, 16 Jun 2009 16:29:54 -0800</pubDate>
		<dc:creator>Mwongozi</dc:creator>
	</item><item>
		<title>By: modernnomad</title>
		<link>http://ask.metafilter.com/124945/Automated-backup-for-USB-flash-drives#1785918</link>	
		<description>Downloaded chronosync -- perfect. Syncs (both ways) a set of defined folders to a USB drive every time I plug it in.  Thanks everyone.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.124945-1785918</guid>
		<pubDate>Tue, 16 Jun 2009 17:16:31 -0800</pubDate>
		<dc:creator>modernnomad</dc:creator>
	</item>
	</channel>
</rss>
