Softobe

Startup | Registration
Console | Timer | Multiple | Filters | Exclude | Conflicts | Automount Volumes | AppleScript | Settings
Backup the Boot Disk | Exact Sync | Log | Scheduling | Preview | Preferences | FAQ

AppleScript:
• Picture 1: This sample shows how to mount SMB volumes (Windows) using user name, user password, IP address of the remote machine and the disk name to mount. Here 2 disks will be mounted before the sync/backup and all the remote disks will be unmounted after the sync/backup.
FoldersSynchronizer can run an AppleScript before and after executing each session. This could be useful, for instance, to close all the applications before the sync/backup or to mount some volume that FS cannot mount via the Automount Volumes option. We always suggest to write the AppleScript code using the "Script Editor" application you can find at "/Applications/AppleScript/Script Editor". FS can test your AS code and notify you the errors and their location in the text, however ScriptEditor does this job with more accuracy. So, we invite you to write and test your AS code with Script Editor then copy and paste the text code to FS.

• Run Before Session:
In order to run an AppleScript before the session sync/backup, go to the Option:AppleScript panel and mark the check-box "Run Before Session". Then write or paste the AppleScript text code within the text field just below the check-box.


• Run After Session:
In order to run an AppleScript after the session sync/backup, go to the Option:AppleScript panel and mark the check-box "Run After Session". Then write or paste the AppleScript text code within the text field just below the check-box.


• Try run:
You can check and run your AS code pressing this button. In case of errors FS will notify you where the error occurred.