From: Dobrica Pavlinusic Date: Thu, 27 Jan 2011 18:10:05 +0000 (+0000) Subject: added custom DumpPostFinishCmd command X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=commitdiff_plain;h=9f5d52f15d91432adb8ef18ed4ea8aef2a03c54a added custom DumpPostFinishCmd command we really need finished dump to start indexing it! so all other DumpPost commands happen too early --- diff --git a/bin/BackupPC_dump b/bin/BackupPC_dump index 988d3a6..cc633f9 100755 --- a/bin/BackupPC_dump +++ b/bin/BackupPC_dump @@ -1017,6 +1017,8 @@ print(LOG $bpc->timeStamp, BackupExpire($client); +UserCommandRun("DumpPostFinishCmd"); # XXX ASA search integration + print("$type backup complete\n"); ###########################################################################