Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

laskie

macrumors newbie
Original poster
Nov 23, 2013
2
0
I've used the following bit of Applescript for years to trigger Time Machine from within an Applescript. It no longer seems to work in Mavericks. Anyone know of a solution or alternative. This script runs and does not throw any error messages. It simply does nothing.

do shell script "/System/Library/CoreServices/backupd.bundle/Contents/Resources/backupd-helper >/dev/null 2>&1 &"
 
Learn the Apple command structure for Time Machine with the command:

Code:
man tmutil

Then see if you can use these commands to niggle Time Machine for your new script, Good Luck.
 
I've used the following bit of Applescript for years to trigger Time Machine from within an Applescript. It no longer seems to work in Mavericks. Anyone know of a solution or alternative. This script runs and does not throw any error messages. It simply does nothing.

do shell script "/System/Library/CoreServices/backupd.bundle/Contents/Resources/backupd-helper >/dev/null 2>&1 &"

Here you go.

Code:
do shell script "tmutil startbackup"
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.