Wednesday, June 10, 2009

Wednesday, June 3, 2009

Beyond Compare Synchronization Sheduling

Create "Folder Compare" session
Add from and to folders (if sharepoint library unc path not working read this)
Add filter if needed
Save Session

Create text file: (script.txt)

log verbose append:"c:\autosync_log.txt"
load session_name
sync update:lt->rt

Create bat file:

BCompare.exe @"script.txt"

Add bat file to sheduled tasks.

Access document library trough UNC path \\servername\doclib

Start the Web Client Service under services and set it to startmode automatic.