This website requires JavaScript.
Explore
Help
Sign in
doradus
/
bookwyrm
Watch
2
Star
0
Fork
You've already forked bookwyrm
0
Code
Activity
d44a900e0c
bookwyrm
/
postgres-docker
/
backup.sh
4 lines
87 B
Bash
Raw
Normal View
History
Unescape
Escape
Removes hanging cron command
2020-10-28 16:10:50 -07:00
#!/bin/bash
filename
=
backup__
$(
date +%F
)
Remove last traces of fedireads
2021-12-17 06:11:19 +00:00
pg_dump -U bookwyrm > /backups/
$filename
.sql
Copy permalink