k0lter / autopostgresqlbackup

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

Document how to disable weekly backups #9

Closed foarsitter closed 1 year ago

foarsitter commented 2 years ago

Since DOWEEKLY accepts a number between 1 to 7 you can disable weekly backups by setting it to a smaller or larger number. I think it is safe to document that setting DOWEEKLY=0 will disable weekly backups.

k0lter commented 1 year ago

I'm closing this PR as this was addressed by a whole rewrite of the script. See Changelog.md for details.

foarsitter commented 1 year ago

Cool, thanks for your effort!