Am 06.04.2018 um 14:53 schrieb Heitor Faria:

I think this is the exepcted behaviour. Running a backup job would
also update the information. The opposite, executing a 'status all'
automatically during bat start up could greatly slow things down.
There are Directors with thousand of clients.

Thanks Heitor,

for the future I'll furtheron will rely on my script that reports in
a loop all the clients' stati instantly:

...
for ii in $CLIENTS
do
   client=$ii"-fd"
   echo $client
   bcon "status client=""$client" | head -8 | tail -2 | sed 's/^/   /'
   echo
done

--
Ralf Brinkmann

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to