1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-18 20:39:36 +02:00

chore: Update backup script and signup page layout

This commit is contained in:
Sean Morley 2024-08-18 12:48:37 -04:00
parent 03e0530e90
commit f78c901ed4
2 changed files with 10 additions and 11 deletions

5
backup.sh Normal file
View file

@ -0,0 +1,5 @@
docker run --rm \
-v adventurelog_adventurelog_media:/backup-volume \
-v "$(pwd)":/backup \
busybox \
tar -zcvf /backup/adventurelog-backup.tar.gz /backup-volume