Automated tool to make periodic backups of PostgreSQL databases
Emmanuel Bouthenot 915059011c Update Readme.md to reflect last changes | vor 2 Jahren | |
---|---|---|
Changelog.md | vor 2 Jahren | |
Readme.md | vor 2 Jahren | |
autopostgresqlbackup | vor 2 Jahren |
AutoPostgreSQLBackup is a shell script (usually executed from a cron job) designed to provide a fully automated tool to make periodic backups of PostgreSQL databases.
AutoPostgreSQLBackup extract databases into flat files in a daily, weekly or monthly basis.
It supports:
On Debian derived operating systems:
Install it : apt install autopostgresqlbackup
If the default options are not suitable for you, change them: $EDITOR /etc/default/autopostgresqlbackup
That's it!