Automated tool to make periodic backups of PostgreSQL databases
|
9 mesiacov pred | |
---|---|---|
examples | 10 mesiacov pred | |
services | 7 mesiacov pred | |
Changelog.md | 7 mesiacov pred | |
Documentation.md | 7 mesiacov pred | |
Makefile | 9 mesiacov pred | |
Readme.md | 7 mesiacov pred | |
autopostgresqlbackup | 7 mesiacov pred |
AutoPostgreSQLBackup is a shell script (usually executed from a cron job) designed to provide a fully automated tool to make periodic backups of databases (supports PostgreSQL and MySQL/MariaDB).
AutoPostgreSQLBackup extract databases into flat files in a daily, weekly or monthly basis.
Version 2.2 adds support for MySQL/MariaDB.
Version 2.0 is a full rewrite.
It supports:
On Debian (or derived):
Install: apt install autopostgresqlbackup
That's it!
See the documentation.
Man page is build from the documentation using pandoc using the Makefile.
make man