Filed under: How-tos, Tips and tricks
Folder Action Initiated Automatic Backup of Flash Drive on Mount
Constantinos had a problem that I suspect some other folks have as well. He stores data on flash drives which he carries around between multiple Macs and after losing one of his drives he wanted to work up some kind of automated backup plan. His solution was to work up a method for making an automated backup of the drive every time he plugged it in. Although there were previous approaches to this problem using an Pref Pane called Do Something When, Constantinos wanted a solution that would not depend on having a 3rd party program installed on each of his Macs. Working off of an Apple supplied Folder Action for inspiration, he whipped up a nice solution that uses a Folder Action on the /Volumes folder so that each time he plugs in a drive it runs a backup script that calls rsync to do the actual backing up. (One potential downside of this is that you leave a copy of your data on each machine you plug into).Check out Constantinos' solution here, but this got me thinking that this would work just fine in the other direction as well. That is, you could set up a Folder Action that would immediately copy over changes in your, say, ~/Documents folder every time you plugged in a flash drive. And of course there's nothing limiting this to flash drives, iPods or external HDs could serve as well. And if you don't have Constantinos' reasons for avoiding it, check out our previous tip using the free Do Something When, which makes this process even easier.
[Via MacOSXHints]
Get a WordPress.com Blog
![TUAW [Cafepress]](http://www.blogsmithmedia.com/www.tuaw.com/media/tuaw-cafepress-promo.png)


Reader Comments (Page 1 of 1)
Ruben said 11:55PM on 3-14-2007
that has to be one of the hardest to digest titles i have read in while from tuaw...
Reply
Hero said 5:47AM on 3-15-2007
You could of course use Unison instead of rsync for two-way syncing.
Reply
Clair said 1:23PM on 3-15-2007
Unison == 3rd party app, and the fellow mentioned in the article wished to avoid that.
Reply
Sal said 12:12AM on 3-16-2007
FYI, There's a tutorial on how to trigger an Automator workflow when a disk is mounted here:
Reply
Adrian said 6:55PM on 3-17-2007
Hey Sal--I'd be interested in that link for triggering an Automator workflow by a disk mount. It looks like it may not have come through.
Reply