<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Automating backup of Flash drives</title>
	<atom:link href="http://www.cneophytou.com/2007/03/06/automating-backup-of-flash-drives/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cneophytou.com/2007/03/06/automating-backup-of-flash-drives/</link>
	<description>Things programmers do that they know shouldn&#039;t work but they try anyway, and which sometimes actually work, such as recompiling everything.</description>
	<lastBuildDate>Fri, 16 Dec 2011 15:45:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Nichole</title>
		<link>http://www.cneophytou.com/2007/03/06/automating-backup-of-flash-drives/comment-page-2/#comment-33108</link>
		<dc:creator>Nichole</dc:creator>
		<pubDate>Sat, 04 Feb 2012 07:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cneophytou.com/2007/03/06/automating-backup-of-flash-drives/#comment-33108</guid>
		<description>[quote comment=&quot;32771&quot;][quote comment=&quot;32730&quot;]Where do I go to access my backedup files?[/quote]

The 6th property in the actual backup script reads

&lt;code&gt;
property backup_target : &quot;Backups/&quot; (* MUST be a folder location with trailing slash! Always relative to home folder *)
&lt;/code&gt;

If you did not change it, then your backups would be in ~/Backups/, where ~/ is your Home directory. So Open up the finder, click on your home dir, and look for a folder called Backups.[/quote]
Thank you for your reply... I went to finder, searched for backups and nothing comes up. I followed the instructions as per above, and my flashdrive seems to get to business as soon as its mounted. Also, when I save something the screen briefly flashes (as if it&#039;s backing up - just my imagination?) 

I&#039;m having a heck of a time with this... Nothing seems to be saved anywhere on my computer. I def. did not change the script. Any help would be greatly appreciated.  I recently lost everything on a different flash drive and don&#039;t want to go through that again.</description>
		<content:encoded><![CDATA[<blockquote cite="http://www.cneophytou.com/2007/03/06/automating-backup-of-flash-drives/#comment-32771">
<blockquote cite="http://www.cneophytou.com/2007/03/06/automating-backup-of-flash-drives/#comment-32730"><p>
Where do I go to access my backedup files?</p>
</blockquote>
<p>The 6th property in the actual backup script reads</p>
<p><code><br />
property backup_target : "Backups/" (* MUST be a folder location with trailing slash! Always relative to home folder *)<br />
</code></p>
<p>If you did not change it, then your backups would be in ~/Backups/, where ~/ is your Home directory. So Open up the finder, click on your home dir, and look for a folder called Backups.</p>
</blockquote>
<p>Thank you for your reply&#8230; I went to finder, searched for backups and nothing comes up. I followed the instructions as per above, and my flashdrive seems to get to business as soon as its mounted. Also, when I save something the screen briefly flashes (as if it&#8217;s backing up &#8211; just my imagination?) </p>
<p>I&#8217;m having a heck of a time with this&#8230; Nothing seems to be saved anywhere on my computer. I def. did not change the script. Any help would be greatly appreciated.  I recently lost everything on a different flash drive and don&#8217;t want to go through that again.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Constantinos</title>
		<link>http://www.cneophytou.com/2007/03/06/automating-backup-of-flash-drives/comment-page-2/#comment-32771</link>
		<dc:creator>Constantinos</dc:creator>
		<pubDate>Sat, 04 Feb 2012 19:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cneophytou.com/2007/03/06/automating-backup-of-flash-drives/#comment-32771</guid>
		<description>[quote comment=&quot;32730&quot;]Where do I go to access my backedup files?[/quote]

The 6th property in the actual backup script reads

&lt;code&gt;
property backup_target : &quot;Backups/&quot; (* MUST be a folder location with trailing slash! Always relative to home folder *)
&lt;/code&gt;

If you did not change it, then your backups would be in ~/Backups/, where ~/ is your Home directory. So Open up the finder, click on your home dir, and look for a folder called Backups.</description>
		<content:encoded><![CDATA[<blockquote cite="http://www.cneophytou.com/2007/03/06/automating-backup-of-flash-drives/#comment-32730"><p>
Where do I go to access my backedup files?</p>
</blockquote>
<p>The 6th property in the actual backup script reads</p>
<p><code><br />
property backup_target : "Backups/" (* MUST be a folder location with trailing slash! Always relative to home folder *)<br />
</code></p>
<p>If you did not change it, then your backups would be in ~/Backups/, where ~/ is your Home directory. So Open up the finder, click on your home dir, and look for a folder called Backups.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Nichole</title>
		<link>http://www.cneophytou.com/2007/03/06/automating-backup-of-flash-drives/comment-page-2/#comment-32730</link>
		<dc:creator>Nichole</dc:creator>
		<pubDate>Sat, 04 Feb 2012 23:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cneophytou.com/2007/03/06/automating-backup-of-flash-drives/#comment-32730</guid>
		<description>Where do I go to access my backedup files?</description>
		<content:encoded><![CDATA[<p>Where do I go to access my backedup files?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Guapo</title>
		<link>http://www.cneophytou.com/2007/03/06/automating-backup-of-flash-drives/comment-page-2/#comment-24562</link>
		<dc:creator>Guapo</dc:creator>
		<pubDate>Sat, 04 Feb 2012 03:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cneophytou.com/2007/03/06/automating-backup-of-flash-drives/#comment-24562</guid>
		<description>[quote post=&quot;85&quot;]Mine’s not working like that. I get the total of all folders when I go up one level.[/quote]

Could it be that I need to change some of the preferences/properties of the rsync.app? Referring to my concern above.</description>
		<content:encoded><![CDATA[<blockquote cite="http://www.cneophytou.com/2007/03/06/automating-backup-of-flash-drives/#comment-"><p>
Mine’s not working like that. I get the total of all folders when I go up one level.</p>
</blockquote>
<p>Could it be that I need to change some of the preferences/properties of the rsync.app? Referring to my concern above.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Guapo</title>
		<link>http://www.cneophytou.com/2007/03/06/automating-backup-of-flash-drives/comment-page-2/#comment-24446</link>
		<dc:creator>Guapo</dc:creator>
		<pubDate>Sat, 04 Feb 2012 02:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cneophytou.com/2007/03/06/automating-backup-of-flash-drives/#comment-24446</guid>
		<description>[quote post=&quot;85&quot;]Try this: Go in your backups folder, click on one specific backup, and hit cmd-I to see it’s info. This will tell you the total size of that folder, which should be around 2gb (as it’s a whole copy of your memory stick). Now go one level up, to the Backups folder, and do the same. You’ll notice that the ENTIRE Backups folder, which contains all 5 backup copies of your memory stick, is in fact just over 2Gb and NOT 10Gb in size.[/quote]

Mine&#039;s not working like that. I get the total of all folders when I go up one level.</description>
		<content:encoded><![CDATA[<blockquote cite="http://www.cneophytou.com/2007/03/06/automating-backup-of-flash-drives/#comment-"><p>
Try this: Go in your backups folder, click on one specific backup, and hit cmd-I to see it’s info. This will tell you the total size of that folder, which should be around 2gb (as it’s a whole copy of your memory stick). Now go one level up, to the Backups folder, and do the same. You’ll notice that the ENTIRE Backups folder, which contains all 5 backup copies of your memory stick, is in fact just over 2Gb and NOT 10Gb in size.</p>
</blockquote>
<p>Mine&#8217;s not working like that. I get the total of all folders when I go up one level.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: El Guapo</title>
		<link>http://www.cneophytou.com/2007/03/06/automating-backup-of-flash-drives/comment-page-2/#comment-24424</link>
		<dc:creator>El Guapo</dc:creator>
		<pubDate>Sat, 04 Feb 2012 21:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cneophytou.com/2007/03/06/automating-backup-of-flash-drives/#comment-24424</guid>
		<description>[quote comment=&quot;2329&quot;][quote post=&quot;85&quot;]I am using Leopard, and am wondering if I am doing something wrong. I have a Backups folder that was created and the backup appears to have worked. But instead of using rsync to do incremental copies, it seems to just create an entire folder with the date appended.

Thus, if I have an almost full 2GB flash drive, every day I plug it this script uses almost 2GB per day.[/quote]

That&#039;s how rsync works. It copies everything using hard links. Therefore even though it looks like you have 5 different copies of all of your files, in fact you only have one copy that is pointed to from 5 different memory locations.

Try this: Go in your backups folder, click on one specific backup, and hit cmd-I to see it&#039;s info. This will tell you the total size of that folder, which should be around 2gb (as it&#039;s a whole copy of your memory stick). Now go one level up, to the Backups folder, and do the same. You&#039;ll notice that the ENTIRE Backups folder, which contains all 5 backup copies of your memory stick, is in fact just over 2Gb and NOT 10Gb in size.

The &#039;incremental&#039; aspect of the backup is automatically handled by rsync, where if a file hasn&#039;t changed since the last copy, instead of copying it over it just creates a hard link to the copy saved by the previous backup.. :)[/quote]</description>
		<content:encoded><![CDATA[<blockquote cite="http://www.cneophytou.com/2007/03/06/automating-backup-of-flash-drives/#comment-2329">
<blockquote cite="http://www.cneophytou.com/2007/03/06/automating-backup-of-flash-drives/#comment-"><p>
I am using Leopard, and am wondering if I am doing something wrong. I have a Backups folder that was created and the backup appears to have worked. But instead of using rsync to do incremental copies, it seems to just create an entire folder with the date appended.</p>
<p>Thus, if I have an almost full 2GB flash drive, every day I plug it this script uses almost 2GB per day.</p>
</blockquote>
<p>That&#8217;s how rsync works. It copies everything using hard links. Therefore even though it looks like you have 5 different copies of all of your files, in fact you only have one copy that is pointed to from 5 different memory locations.</p>
<p>Try this: Go in your backups folder, click on one specific backup, and hit cmd-I to see it&#8217;s info. This will tell you the total size of that folder, which should be around 2gb (as it&#8217;s a whole copy of your memory stick). Now go one level up, to the Backups folder, and do the same. You&#8217;ll notice that the ENTIRE Backups folder, which contains all 5 backup copies of your memory stick, is in fact just over 2Gb and NOT 10Gb in size.</p>
<p>The &#8216;incremental&#8217; aspect of the backup is automatically handled by rsync, where if a file hasn&#8217;t changed since the last copy, instead of copying it over it just creates a hard link to the copy saved by the previous backup.. <img src='http://www.cneophytou.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
</blockquote>]]></content:encoded>
	</item>
	<item>
		<title>By: Constantinos</title>
		<link>http://www.cneophytou.com/2007/03/06/automating-backup-of-flash-drives/comment-page-2/#comment-23313</link>
		<dc:creator>Constantinos</dc:creator>
		<pubDate>Sat, 04 Feb 2012 08:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cneophytou.com/2007/03/06/automating-backup-of-flash-drives/#comment-23313</guid>
		<description>[quote comment=&quot;21340&quot;]I got stuck a the part where you said to launch the Folder Actions Setup utility. This doesn&#039;t seem to be anywhere on my Mac. I know I haven&#039;t deleted it as this is a new MBP (purchased Oct 2010). Please help[/quote]

In Snow Leopard, right click on the /Volumes/ folder. If you don&#039;t see a Folder Actions entry in the contextual menu, look for a Services entry at the end - Folder Actions should be in there.</description>
		<content:encoded><![CDATA[<blockquote cite="http://www.cneophytou.com/2007/03/06/automating-backup-of-flash-drives/#comment-21340"><p>
I got stuck a the part where you said to launch the Folder Actions Setup utility. This doesn&#8217;t seem to be anywhere on my Mac. I know I haven&#8217;t deleted it as this is a new MBP (purchased Oct 2010). Please help</p>
</blockquote>
<p>In Snow Leopard, right click on the /Volumes/ folder. If you don&#8217;t see a Folder Actions entry in the contextual menu, look for a Services entry at the end &#8211; Folder Actions should be in there.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Guapo</title>
		<link>http://www.cneophytou.com/2007/03/06/automating-backup-of-flash-drives/comment-page-2/#comment-21340</link>
		<dc:creator>Guapo</dc:creator>
		<pubDate>Sat, 04 Feb 2012 04:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cneophytou.com/2007/03/06/automating-backup-of-flash-drives/#comment-21340</guid>
		<description>I second what Talcorath said above. I like the idea of what you&#039;re trying to do, but I don&#039;t know enough about AppleScript to know if all this will work under Snow Leopard.

I got stuck a the part where you said to launch the Folder Actions Setup utility. This doesn&#039;t seem to be anywhere on my Mac. I know I haven&#039;t deleted it as this is a new MBP (purchased Oct 2010). Please help.</description>
		<content:encoded><![CDATA[<p>I second what Talcorath said above. I like the idea of what you&#8217;re trying to do, but I don&#8217;t know enough about AppleScript to know if all this will work under Snow Leopard.</p>
<p>I got stuck a the part where you said to launch the Folder Actions Setup utility. This doesn&#8217;t seem to be anywhere on my Mac. I know I haven&#8217;t deleted it as this is a new MBP (purchased Oct 2010). Please help.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Talcorath</title>
		<link>http://www.cneophytou.com/2007/03/06/automating-backup-of-flash-drives/comment-page-2/#comment-17627</link>
		<dc:creator>Talcorath</dc:creator>
		<pubDate>Sat, 04 Feb 2012 23:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cneophytou.com/2007/03/06/automating-backup-of-flash-drives/#comment-17627</guid>
		<description>Does this script and folder action work under Snow Leopard?  I&#039;ve been looking for a free solution and yours looks the most valid, just not sure if it still works.</description>
		<content:encoded><![CDATA[<p>Does this script and folder action work under Snow Leopard?  I&#8217;ve been looking for a free solution and yours looks the most valid, just not sure if it still works.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Xavier</title>
		<link>http://www.cneophytou.com/2007/03/06/automating-backup-of-flash-drives/comment-page-2/#comment-4608</link>
		<dc:creator>Xavier</dc:creator>
		<pubDate>Sat, 04 Feb 2012 23:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cneophytou.com/2007/03/06/automating-backup-of-flash-drives/#comment-4608</guid>
		<description>The following how to might let do what you want in a simple way. If you know what you want to back up and where, you just plug, wait till it does the job, and unplug the key.
http://mogrifiers.blogspot.com/2009/08/quick-usb-backup-from-mac.html</description>
		<content:encoded><![CDATA[<p>The following how to might let do what you want in a simple way. If you know what you want to back up and where, you just plug, wait till it does the job, and unplug the key.<br />
<a href="http://mogrifiers.blogspot.com/2009/08/quick-usb-backup-from-mac.html" rel="nofollow">http://mogrifiers.blogspot.com/2009/08/quick-usb-backup-from-mac.html</a></p>]]></content:encoded>
	</item>
</channel>
</rss>

