From: Someone Date: Thu, 9 Apr 2026 13:45:26 +0000 (+0200) Subject: ignore wine_games X-Git-Url: https://git.somenet.org/somenet/homesync.git/commitdiff_plain ignore wine_games --- diff --git a/homestore.sh b/homestore.sh index 64e7ed4..5eb6dae 100755 --- a/homestore.sh +++ b/homestore.sh @@ -7,14 +7,14 @@ if [[ "$1" == "ALL" ]] ; then echo "ALL enabled! This will sync almost all data. Also cross-fs!" sleep $SLEEPTIME rsync -SPaHAXv --delete --delete-excluded --exclude='/.**' --exclude='/Downloads' --exclude='/VirtualBox VMs/*.nosync' \ - --exclude='/Nextcloud*' \ + --exclude='/Nextcloud*' --exclude='/wine_games' \ "${HOME}/" "home.somenet.org:HOMESYNC_DATA/" elif [[ "$1" == "QUICK" ]] ; then echo "QUICK sync: Will skip VMs." sleep $SLEEPTIME rsync -SPaHAXvx --delete --exclude='/.**' --exclude='/Downloads' --exclude='/VirtualBox VMs' \ - --exclude='/Nextcloud*' \ + --exclude='/Nextcloud*' --exclude='/wine_games' \ "${HOME}/" "home.somenet.org:HOMESYNC_DATA/" else echo "Use ALL or QUICK! Doing nothing."