Originally posted by bcdewul
View Post
# 1. enable log for each backup
log verbose "X:\backup\logs\%date%_%fn_time%.log"
# 2. set the comparison criteria
criteria timestamp size
# 3. replace <SOURCE> and <DESTINATION> with appropriate paths
load <SOURCE> <DESTINATION>
# 4. expand to affect subfolders and files
expand all
# 5. select modified, now deleted and renewed files
select right.diff right.orphan right.older
# 6. backup from backup, path:base should cover b)
copyto right path:base X:\backup\%date%_%fn_time%
# 7. update destination
# remove following "#" after test of 1 to 6 were successful
#sync mirror:left->right
log verbose "X:\backup\logs\%date%_%fn_time%.log"
# 2. set the comparison criteria
criteria timestamp size
# 3. replace <SOURCE> and <DESTINATION> with appropriate paths
load <SOURCE> <DESTINATION>
# 4. expand to affect subfolders and files
expand all
# 5. select modified, now deleted and renewed files
select right.diff right.orphan right.older
# 6. backup from backup, path:base should cover b)
copyto right path:base X:\backup\%date%_%fn_time%
# 7. update destination
# remove following "#" after test of 1 to 6 were successful
#sync mirror:left->right
To call it create a link to BC3 followed by "@X:\backup\<SCRIPTNAME>.bcscript" and execute it as needed.
Greetings Lutz
Leave a comment: