From 9f5d52f15d91432adb8ef18ed4ea8aef2a03c54a Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Thu, 27 Jan 2011 18:10:05 +0000 Subject: [PATCH] added custom DumpPostFinishCmd command we really need finished dump to start indexing it! so all other DumpPost commands happen too early --- bin/BackupPC_dump | 2 ++ 1 file changed, 2 insertions(+) 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"); ########################################################################### -- 2.20.1