This may be a Noob question, but I have read the forums and the help on scripting, and there's something I must be missing.
My scheduled task runs:
<font color="green"> BC2.exe @D:\BCsync.txt /silent option confirm:yes-to-all
</font>
My D:\BCsync.txt is:
<font color="green"> # Turn logging on
log normal "D:\BC-Synclog.txt"
# Set comparison criteria
criteria timestamp size
# Exclude certain file types
filter "-*.*~"
# Load the base folders
load "D:\Server" "ftp://USER:PASS@ftp.mysite.com"
#Make the target identical to the source
#includes deleting files that only exist on the target side
sync mirror:lt->rt
</font>
When this task runs, BC2.exe runs silently, but nothing happens. Am I simply not waiting long enough? My base folder has about 25,000 files.
What am I missing?
My scheduled task runs:
<font color="green"> BC2.exe @D:\BCsync.txt /silent option confirm:yes-to-all
</font>
My D:\BCsync.txt is:
<font color="green"> # Turn logging on
log normal "D:\BC-Synclog.txt"
# Set comparison criteria
criteria timestamp size
# Exclude certain file types
filter "-*.*~"
# Load the base folders
load "D:\Server" "ftp://USER:PASS@ftp.mysite.com"
#Make the target identical to the source
#includes deleting files that only exist on the target side
sync mirror:lt->rt
</font>
When this task runs, BC2.exe runs silently, but nothing happens. Am I simply not waiting long enough? My base folder has about 25,000 files.
What am I missing?
Comment