Add more excludes

This commit is contained in:
mathias 2018-07-05 20:38:22 +03:00
parent f8be800726
commit 51d1699418
2 changed files with 2 additions and 2 deletions

View file

@ -27,4 +27,5 @@ plugins/UltraCosmetics/config.yml
plugins/UltraCosmetics/messages.yml
plugins/Updater/
plugins/WorldEdit/config.yml
*.jar
worlds/world/region/
*.jar

View file

@ -4,7 +4,6 @@ touch banned-ips.json banned-players.json ops.json usercache.json whitelist.json
echo "$PRIVATE_KEY" > .ssh/id_rsa
chmod 400 $(find . ! -path "*/.*" -type f)
chmod -R 500 crash-reports/ dumps/ plugins/bStats/ plugins/PluginMetrics/ plugins/ProtocolLib/ plugins/Updater/
chmod -R 755 reset/worlds/world/region/
rsync -Waqz -e "ssh -o StrictHostKeyChecking=no -T -c aes256-ctr -o Compression=no -x" --exclude-from="bin/excludes" serv@kaboom.pw:sync/ .
if [ ! -d worlds/ ]; then