diff --git a/utilities/pull-minetest-kit b/utilities/pull-minetest-kit index b2fc720..9069a0b 100755 --- a/utilities/pull-minetest-kit +++ b/utilities/pull-minetest-kit @@ -1,5 +1,7 @@ #!/bin/bash -rsync -rt --info=progress2 mtio:/opt/minebest/ ~/linux-minetest-kit-rsync +rsync -rtv mtio:/opt/minebest/ ~/linux-minetest-kit-rsync --exclude "mtkit/minetest/" --exclude "assemble/" +# ^ exclude mtkit/minetest/ and assemble/ since they are remotely-built copies of the program. +# --info=progress2 code=$? if [ $code -eq 0 ]; then echo "Updating ~/linux-minetest-kit-rsync...OK" @@ -12,8 +14,8 @@ cat <