Skip to content

Instantly share code, notes, and snippets.

@fernandor777
Last active August 29, 2015 14:01
Show Gist options
  • Save fernandor777/3cd8587d9483573fa9f8 to your computer and use it in GitHub Desktop.
Save fernandor777/3cd8587d9483573fa9f8 to your computer and use it in GitHub Desktop.
Postgresql backup sin esquema public
pg_dump -h '127.0.0.1' -U 'sisapp' -F 'c' -n 'snigeo_*' -Z '5' geosni > /home/sambo_2014_05_20.backup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment