projectdivar/backupfiles.sh

3 lines
91 B
Bash
Raw Normal View History

pg_dumpall -Upostgres > divar.backup
#psql -f infile postgres #Restore using this command.