]> git.somenet.org - somenet/homesync.git/commitdiff
ignore wine_games master
authorSomeone <someone@somenet.org>
Thu, 9 Apr 2026 13:45:26 +0000 (15:45 +0200)
committerSomeone <someone@somenet.org>
Thu, 9 Apr 2026 13:45:26 +0000 (15:45 +0200)
homestore.sh

index 64e7ed414dc2e11708b6059877b3953506abe097..5eb6dae0fd92558ccb61a48eff591649f92a9eee 100755 (executable)
@@ -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."