etat_libre_2020/backup.sh

9 lines
173 B
Bash
Raw Normal View History

2020-05-10 04:21:41 +00:00
#!/bin/bash
pg_dump --column-inserts \
--data-only \
--file "backup_20200515" \
2020-05-10 04:21:41 +00:00
--host "$PG_ETATLIBRE_IP" \
--port "5432" \
--username "etatdulibre" \
--blobs "etatdulibre"