projectdivar/backupfiles.sh

3 lines
91 B
Bash
Executable File

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