Fix path to exclude orebfuscator cache

This commit is contained in:
wingzero54
2022-08-02 21:48:11 -05:00
committed by GitHub
parent 7e49401115
commit 97abbf80d4

View File

@@ -9,8 +9,7 @@ sleep 20m
echo "$(date) Starting backup..."
tar \
--exclude /opt/stacks/minecraft/orebfuscator_cache \
--exclude /opt/stacks/minecraft/plugins/dynmap \
--exclude /opt/stacks/minecraft/paper-data/orebfuscator_cache \
-zcvf "/opt/backups/$(date).tgz" /opt/stacks/minecraft/
echo "$(date) Starting services after backup..."