You may want to have a look at the raw result of the two commands

mysql bacula -e "select * from Client" -ss
echo "status client" | bconsole

After saving both to files and massaging them a bit with sed or a
similar tool, you should be able to feed them to diff and find out where
the difference comes from.

Am 28.05.2018 um 16:59 schrieb Steffen Schwebel:
> Hello,
> 
> Ive been working with Bacula and see a discrepany I cant explain:
> 
> mysql bacula -e "select * from Client" -ss | wc -l
> 336
> 
> echo "status client" | bconsole | wc -l
> 241
> 
> I tried to use the dbcheck to correct this mismatch.
> But that is showing me 16 orhpaned clients. It should close to a hundred.
> 
> What am I missing?
> 
> 
> Best regards,
> Steffen Schwebel


------------------------------------------------------------------------------
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