etat_libre_2020/backup.sh
2020-05-10 00:21:41 -04:00

8 lines
173 B
Bash

#!/bin/bash
pg_dump --column-inserts \
--data-only \
--file "backup_20200509" \
--host "$PG_ETATLIBRE_IP" \
--port "5432" \
--username "etatdulibre" \
--blobs "etatdulibre"