mirror of
https://github.com/dragonlock2/matthewtran.com.git
synced 2025-10-11 20:17:54 +00:00
add backup script
This commit is contained in:
parent
1192804767
commit
22e1e43ea2
3
.gitignore
vendored
3
.gitignore
vendored
@ -21,3 +21,6 @@ terraria/password.txt
|
|||||||
|
|
||||||
# wireguard
|
# wireguard
|
||||||
wireguard/*.conf
|
wireguard/*.conf
|
||||||
|
|
||||||
|
# backup
|
||||||
|
data.zip
|
||||||
|
@ -32,3 +32,7 @@ docker compose up -d # auto restarts on reboot!
|
|||||||
```
|
```
|
||||||
|
|
||||||
Note for first start you'll need to configure Gitea. You may also need to `chown` and `chmod` the mounted folders for each container.
|
Note for first start you'll need to configure Gitea. You may also need to `chown` and `chmod` the mounted folders for each container.
|
||||||
|
|
||||||
|
## backup
|
||||||
|
|
||||||
|
Run `./backup` and save the resultant `data.zip` somewhere. I should probably automate this.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user