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