2
0
Fork 0
bookwyrm/postgres-docker/db_backup.sh
2020-10-28 15:56:25 -07:00

3 lines
79 B
Bash
Executable file

#!/bin/bash
filename=backup__$(date +%F)
pg_dump -U fedireads > $filename.sql