Automated tool to make periodic backups of PostgreSQL databases
|
|
11 months ago | |
|---|---|---|
| examples | 11 months ago | |
| Changelog.md | 11 months ago | |
| Documentation.md | 11 months ago | |
| Makefile | 1 year ago | |
| Readme.md | 1 year ago | |
| autopostgresqlbackup | 11 months ago | |
| autopostgresqlbackup.1 | 11 months ago |
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.
Version 2.0 is a full rewrite.
It supports:
On Debian (or derived):
Install: apt install autopostgresqlbackup
That's it!
See the documentation.