Guest User

Untitled

a guest
Jan 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.13 KB | None | 0 0
  1. for i in `psql -t -c "select datname from pg_database where datname not like 'template'"`; do pg_dump $i -f "$i.back" -Fc; done
Add Comment
Please, Sign In to add comment