sukria / Backup-Manager

Versatile yet easy to use command line backup tool for GNU/Linux. Suitable for desktop and servers.
http://www.backup-manager.org/
GNU General Public License v2.0
279 stars 90 forks source link

Detail info about warnings in conf files #3

Closed MurzNN closed 14 years ago

MurzNN commented 14 years ago

I have use backup-manager on Debian Squeeze and it shows me sometimeswarning at output: When validating the configuration file /etc/backup-manager.conf, 1 warnings were found. When validating the configuration file /etc/backup-manager.conf, 3 warnings were found.

But I can't find what is the problem string and what is wrong on it.

Adding "--verbose" param to command didn't help. How I can debug this problems? Can I see which key, which test is failed or string number where the warning was found?

MurzNN commented 14 years ago

Problem solved when I add export BM_LOGGER_LEVEL="warning" string to backup config. Will be good to set this logger level as default for avoid problems like this.

kissifrot commented 14 years ago

This bug was solved on github and in the soon-to-be-released 0.7.10 version.