You could create a session for each directory you want to compare/backup. For each session, specify source and target folders, comparison criteria, etc.
Then create a script that you can invoke to fire up BC2 and invoke the session. The script would be similar to:
Code:
log verbose append:"C:\backup.log" load %1 option confirm:yes-to-all expand all select lt.newer.files lt.diff.files copy lt->rt
If you have several directories/sessions, you can create a batch file:
Code:
{path}\bc2.exe @C:\backup.script {Session1} {path}\bc2.exe @C:\backup.script {Session2} {path}\bc2.exe @C:\backup.script {Session3}
Leave a comment: