Automated tool to make periodic backups of PostgreSQL databases
Emmanuel B 4c557a863b Merge pull request #4 from maxadamo/patch-1 | 3 år sedan | |
---|---|---|
Readme.md | 6 år sedan | |
autopostgresqlbackup | 3 år sedan |
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!