Archive for the tag 'backups'

Jun 11 2009

Scheduled PostgreSQL Database Backups

Published by nick under General

I’ve just started using PostgreSQL as my database of choice for a few projects, and needed some way of scheduling backups. As a result I’ve created the following small bash script that will backup a given database and put it in a gzipped tar archive. You can find the script in my svn repository here. [...]

No responses yet