Hello...
I was just after some information regarding $Conf{DumpPostUserCmd} variable - When this is set, is it true that while this other external command is running, that BackupPC also still shows up in the cgi interface that it's still backing up?
I am running a command after it's finished ('/usr/bin/sudo /bin/sh /usr/local/scripts/scan-host.sh $host $type $xferOK') which scans for viruses of that host. Then after that is finished, it passes those variables to a perl script which mails the status to me (weather it was successful, plus virus summery information). But I've noticed that the the backup has finished as it's started to run the scan-host.sh script but BackupPC is reporting that it's still backing up the host (and I know it's not, as there is no bandwidth being chewed up). In the LOG file, it doesn't say that it has finished either.
Is this just normal? And if so, how can I get BackupPC to stop after it's finished backing up but continue to run the post command? Normally I wouldn't care but sometimes scanning for viruses can take a fair while, and if I was to stop it, I guess BackupPC would think this has failed and would then remove the 'new' directory and all the files in it that it creates when starting a new backup...
