mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-14 12:16:31 +00:00
4 lines
88 B
Bash
4 lines
88 B
Bash
|
#!/bin/bash
|
||
|
filename=backup__$(date +%F)
|
||
|
pg_dump -U fedireads > /backups/$filename.sql
|