I am using Sync to upload my files to a web server. Any pages that are updated on the local server should be synchronized with web server on a scheduled run of Sync (every 1/2 hr from 8am to 6pm).
This is the command I use to run Sync:
java -jar "C:\Tools\Sync\Sync.jar" -c --overwrite:y --ignorewarnings --delete:n -l "source\staging" "destination\prod"
It...