mirror of
https://github.com/dragonlock2/matthewtran.com.git
synced 2025-10-11 12:07:56 +00:00
11 lines
207 B
Bash
Executable File
11 lines
207 B
Bash
Executable File
#!/bin/sh
|
|
|
|
zip -FS -r data.zip \
|
|
minecraft/world \
|
|
minecraft_bedrock/worlds \
|
|
terraria/worlds \
|
|
terraria/password.txt \
|
|
website/gitea \
|
|
website/letsencrypt \
|
|
website/sendgrid.key
|