daily pastebin goal
29%
SHARE
TWEET

Untitled

a guest Sep 25th, 2012 35 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. FILE_LOCATION="/Users/johnDoejr/Desktop/phase3-backup-20120921010002.dump.gz"
  2.  
  3. unzip () {
  4.         echo Unzipping….
  5.         gunzip -c -d $FILE_LOCATION
  6.         echo Done unzipping...
  7. }
  8.  
  9. getName() {
  10.         basename FILE_LOCATION .dump.gz
  11. }
  12.  
  13. restoreDB () {
  14.         psql -U postgres -d getName() -f /Users/johnDoejr/Desktop/phase3-backup-20120921010002.dump
  15. }
  16.  
  17. unzip
  18. restoreDB
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top