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:
parent
03e0530e90
commit
f78c901ed4
2 changed files with 10 additions and 11 deletions
5
backup.sh
Normal file
5
backup.sh
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue