Psyco_Kitty
02-Apr-2011, 01:54 AM
I currently have two large hard drives that i've set to sync every night, everything synchronizes fine but, every single time I see my computer in the morning it displays an error like "thumbs.db is not accessible... continue? (yes) or (no)" or "This file is a system file.... skip? (yes) or (no)".
I thought option confirm:yes-to-all would say YES to all those errors.
What can I add to my code to make it auto-confirm all problems the transfer encounters? I just want it to say yes to all errors and be a silent transter
Here is my script,
# January 04 2011
# Load the source and destination folder
load "D:\" "E:\"
# One-way Mirror from source to destination
sync create-empty mirror:lt->rt
#Dont Stop On Error
option stop-on-error
option confirm:yes-to-all
Thanks,
Brandon
I thought option confirm:yes-to-all would say YES to all those errors.
What can I add to my code to make it auto-confirm all problems the transfer encounters? I just want it to say yes to all errors and be a silent transter
Here is my script,
# January 04 2011
# Load the source and destination folder
load "D:\" "E:\"
# One-way Mirror from source to destination
sync create-empty mirror:lt->rt
#Dont Stop On Error
option stop-on-error
option confirm:yes-to-all
Thanks,
Brandon