mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-03-15 07:52:45 +00:00
4 lines
84 B
Bash
4 lines
84 B
Bash
|
#!/bin/bash
|
||
|
filename=backup__$(date +%F)
|
||
|
pg_dump -U fedireads | gzip > $filename.gz
|