added custom DumpPostFinishCmd command
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 27 Jan 2011 18:10:05 +0000 (18:10 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 27 Jan 2011 18:10:05 +0000 (18:10 +0000)
we really need finished dump to start indexing it! so all other DumpPost
commands happen too early

bin/BackupPC_dump

index 988d3a6..cc633f9 100755 (executable)
@@ -1017,6 +1017,8 @@ print(LOG $bpc->timeStamp,
 
 BackupExpire($client);
 
+UserCommandRun("DumpPostFinishCmd"); # XXX ASA search integration
+
 print("$type backup complete\n");
 
 ###########################################################################