Vern
29-Dec-2009, 07:49 PM
I am running version 3.1.7. I have been using the following script for years and it always finishes in less than a minute. Starting today, the script takes many minutes and I usually quit before it finishes. Earlier today, when using BC3 with the GUI interface, I choose CRC as one of the columns in the left and right folder comparison panes. CRCs take a long time to compute.
Could the sudden slowness be caused by the script trying to calculate all CRCS when the script issues the EXPAND ALL command? Can you suggest a method to diagnosis the slowness of the script?
Speed of execution is fine with the GUI, only the corresponding script is very slow.
THE SCRIPT
log verbose append:F:\hp1640\Log_C2F_%date%_%fn_time%___.txt
# Load the default session and exclude all but certain file types
load <default>
criteria timestamp:2sec;IgnoreDST size timezone:ignore
filter "-desktop.ini; -thumbs.db"
load "C:\archive" "F:\hp1640\archive"
expand all
folder-report layout:summary options:display-mismatches,column-timestamp,column-size &
output-to:F:\temp_BC3\%date%_%fn_time%_archive_F.txt
sync create-empty mirror:left->right
load "C:\Digital_Camera_Original_Downloads" "F:\hp1640\Digital_Camera_Original_Downloads"
expand all
folder-report layout:summary options:display-mismatches,column-timestamp,column-size &
output-to:F:\temp_BC3\%date%_%fn_time%_Digital_Camera_Ori ginal_Downloads_F.txt
sync create-empty mirror:left->right
Could the sudden slowness be caused by the script trying to calculate all CRCS when the script issues the EXPAND ALL command? Can you suggest a method to diagnosis the slowness of the script?
Speed of execution is fine with the GUI, only the corresponding script is very slow.
THE SCRIPT
log verbose append:F:\hp1640\Log_C2F_%date%_%fn_time%___.txt
# Load the default session and exclude all but certain file types
load <default>
criteria timestamp:2sec;IgnoreDST size timezone:ignore
filter "-desktop.ini; -thumbs.db"
load "C:\archive" "F:\hp1640\archive"
expand all
folder-report layout:summary options:display-mismatches,column-timestamp,column-size &
output-to:F:\temp_BC3\%date%_%fn_time%_archive_F.txt
sync create-empty mirror:left->right
load "C:\Digital_Camera_Original_Downloads" "F:\hp1640\Digital_Camera_Original_Downloads"
expand all
folder-report layout:summary options:display-mismatches,column-timestamp,column-size &
output-to:F:\temp_BC3\%date%_%fn_time%_Digital_Camera_Ori ginal_Downloads_F.txt
sync create-empty mirror:left->right