Skip to content

makhomed/postgres-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

postgres-backup (version 1.0.0)

This tool, postgres-backup, save backups of all databases, located on current PostgreSQL server to the /srv/postgres-backup/YYYY-MM-DD-HHMMS-postgres-backup directory.

Installation

Important

invoke module required

cd /opt ; git clone https://github.com/makhomed/postgres-backup.git

Upgrade

cd /opt/postgres-backup ; git pull

Usage

/opt/postgres-backup/postgres-backup

Automation

# cat /etc/cron.d/postgres-backup

0 0 * * * root /opt/postgres-backup/postgres-backup

About

PostgreSQL backup tool using pg_dump

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages