Hey great product.
I've started using your product to backup files to a remote Gigabyte network attached storage device.
But I find it is taking a long time to complete the sync
This sync involves about 100k of files ranging for 1kb to 200gb.
I'm wondering if a snapshot would improve the sync speed. Timestamp was my inital idea as it should be the quickest. But it takes a long time doing the this even if few files have changed.
This is the current script:
# Set comparison criteria
log normal "R:\SYNC_LOGS\SYNC_ADEN_D.txt"
criteria timestamp size
# Load the base folders
load "\\aden\D$" "R:\ADEN\D"
#Make the target identical to the source
#includes deleting files that only exist on the target side
sync mirror:lt->rt
option confirm:yes-to-all
any help would be great,
thanks
I've started using your product to backup files to a remote Gigabyte network attached storage device.
But I find it is taking a long time to complete the sync
This sync involves about 100k of files ranging for 1kb to 200gb.
I'm wondering if a snapshot would improve the sync speed. Timestamp was my inital idea as it should be the quickest. But it takes a long time doing the this even if few files have changed.
This is the current script:
# Set comparison criteria
log normal "R:\SYNC_LOGS\SYNC_ADEN_D.txt"
criteria timestamp size
# Load the base folders
load "\\aden\D$" "R:\ADEN\D"
#Make the target identical to the source
#includes deleting files that only exist on the target side
sync mirror:lt->rt
option confirm:yes-to-all
any help would be great,
thanks
Comment