Any thought to allow pool types to not need to be capitalized? Took me
several hours to track down problems when a new pool used

  pool type = backup

That took me into the logs, then the database logs, and finally the
PostgreSQL create tables scripts to find the check statement.

Nearly every thing else in the Bareos configuration file is case
insensitive, but the pool type isn't.

Perhaps the config file parsing code should normalize the case?  (I'd
have thought that the pool type was a token, not a string.)

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to