Skip to content

Instantly share code, notes, and snippets.

@Lizdo
Created February 22, 2010 16:29
Show Gist options
  • Save Lizdo/311226 to your computer and use it in GitHub Desktop.
Save Lizdo/311226 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.lizdo.ftpbackupweekly.plist</string>
<key>Program</key>
<string>/Users/Liz/Library/Scripts/FTPAutoBackup.php</string>
<key>LowPriorityIO</key>
<true/>
<key>Nice</key>
<integer>1</integer>
<key>StartCalendarInterval</key>
<dict>
<key>Hour</key>
<integer>0</integer>
<key>Minute</key>
<integer>25</integer>
<key>Weekday</key>
<integer>2</integer>
</dict>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment