Control SyncTime with AppleScript

To view the available AppleScript commands, open the Script Editor app (in /Applications/Utilities), then select File > Open Dictionary and choose SyncTime in the application list.

The following sample script runs all the available commands:

tell application "SyncTime"
    run sync item "Documents Backup"
    run sync group "Home"
    once all syncs are completed "Sleep"
end tell