k0lter / autopostgresqlbackup

Automated tool to make periodic backups of PostgreSQL databases
52 stars 17 forks source link

Feature request in v2: Enable troubleshooting flags in config files #16

Closed hyperman2 closed 1 year ago

hyperman2 commented 1 year ago

I can set DEBUG="yes" only by modifying the script. I'd like to be able to set it from /etc/default/autopostgresqlbackup. Additionaly, a flag to disable the rm -f "${LOG_FILE}" would be much appreciated while troubleshooting

k0lter commented 1 year ago

I have to take a look on how use this flag with the -d command line argument.

hyperman2 commented 1 year ago

OK, didn't know there was a flag. BTW, the link on the main page to the documentation is broken:

https://github.com/k0lter/autopostgresqlbackup/blob/master/Documenation.md

is missing a t

k0lter commented 1 year ago

I've fixed the link. Thanks.