Skip to content

Instantly share code, notes, and snippets.

@HERRKIN
Created February 25, 2015 20:14
Show Gist options
  • Save HERRKIN/04ab30630902a8a7ef29 to your computer and use it in GitHub Desktop.
Save HERRKIN/04ab30630902a8a7ef29 to your computer and use it in GitHub Desktop.
backup file
#!/bin/sh
DATE=`/bin/date +%d-%m-%Y-%H:%M:%S`
export PGUSER=user
export PGPASSWORD=password
pg_dump -Fc -b database > /home/saecosoft/Dropbox/pgbackup/respaldo-$DATE.backup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment