Skip to content

Instantly share code, notes, and snippets.

@bsnux
Created November 15, 2013 14:18
Show Gist options
  • Save bsnux/7485014 to your computer and use it in GitHub Desktop.
Save bsnux/7485014 to your computer and use it in GitHub Desktop.
Backup PostgreSQL
#!/bin/bash
pg_dump mydb -U myuser | gzip > /home/user/db_backups/`date '+%Y-%m-%d-%H-%M'`.sql.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment