autopostgresqlbackup
Automated tool to make periodic backups of PostgreSQL databases
Install
- All systems
-
curl cmd.cat/autopostgresqlbackup.sh
- Debian
-
apt-get install autopostgresqlbackup - Ubuntu
-
apt-get install autopostgresqlbackup - Kali Linux
-
apt-get install autopostgresqlbackup - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install autopostgresqlbackup - Raspbian
-
apt-get install autopostgresqlbackup
autopostgresqlbackup
Automated tool to make periodic backups of PostgreSQL databases
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. autopostgresqlbackup is a PostgreSQL port of automysqlbackup.