View Single Post
  #1  
Old 11-04-2007, 08:31 PM
lyda lyda is offline
Registered User
 
Join Date: Nov 2007
Posts: 3
Automatic, non-scheduled backups...

I have a laptop that I'd like to fire off a backup every time it sees it's connected to a backup volume.

I see that by running cronjob -l that SD! puts cron entries into my crontab. Would it be possible to change them so that there's a "mount | 'grep /Volumes/vol name here' &&" bit run before the "open ...." command?
Reply With Quote