Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Questions Addressed:

  • How do I set up my ChronoSync script?
  • What are the default ChronoSync settings?

Script Settings

A ChronoSync script to synchronize your local home with your network home should be set up as follows: 

  1. First you must bring up the active backup script. To do so, open ChronoSync either from within the Applications folder in the Finder or by clicking the icon on the menu bar at the top of the screen:



  2. Open the Scheduled Documents Manager window (under "Window" on Chronosync menu bar).



  3. Double click on Scheduled: Local to Server.sync to verify the schedule.



  4. Each weekday should be selected as shown below.
    1. NOTE: Backups are NOT run on weekends



  5. Next open the script by selecting Scheduled: Local to Server.sync and click once on this icon  (forth icon from the left).



    1. This is what the setup tab should look like. Your local home directory on one side, and your server home directory on the other. The arrow in the middle should point to the server home directory. It is normal if it says "*** Cannot locate target ***" while the script is not running. When you press the "synchronize" button at the top the script should automatically mount the target volume. If not you may need to check your password stored in the script or re-add the destination.
    2. How do I store my password in a ChronoSync script?
    3. How do I set the destination in my ChronoSync script?
  6. Your settings should match those below for all functions to work properly. Also make sure it has your email adress under Email Notifications.



  7. These are the rules that should be set. Note some rules specify files and others are for folders:



  8. Now is the time to Save the Document if you have made any changes.
  9. Lastly set your Preferences (Chronosync menu > Preferences).



  10. The General tab should look like this.



  11. If it says that Direct Messaging is not configured, you have to click the setup button and fill the form out like this. (With your name and email addres of course).

...

The easiest way to accomplish this is to open a Terminal window, and issue the command:"

Code Block
sudo chmod XXX filename

...


Where filename is the file/folder to change and XXX specifies permissions for different users. Use "755" for Public, Sites, and your home directory top-level. Use "700" for everything else in order to prevent others from getting into your files. Type "ls -l" to verify that your files are set as shown here:

...