Automate Folder Sync

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wpak
    New User
    • Oct 2008
    • 2

    Automate Folder Sync

    I can't seem to figure out how to automate "Folder Sync" to run daily at a certain time. What would be the script for it? I wrote a script for folder compare but how do I write one for Folder Sync?
  • Chris
    Team Scooter
    • Oct 2007
    • 5538

    #2
    Here's an example script for file synchronization:

    load c:\folder1 c:\folder2
    sync update:lt->rt

    For details on running a script as a scheduled task, see the following link: http://www.scootersoftware.com/suppo...b_schedule.php
    Chris K Scooter Software

    Comment

    • wpak
      New User
      • Oct 2008
      • 2

      #3
      I have 2 groups that need a share constantly mirrored. Change made on left to replicate to right and vice versa.

      I like how Folder Sync it checks the difference and then you can press the Sync Now. Is there a way to automate that? Or is there another way to mirror on both shares bidirectional?
      Last edited by wpak; 08-Oct-2008, 12:33 PM.

      Comment

      Working...