From e4876af0beddda3d024b6ded4a9caf23e25367d3 Mon Sep 17 00:00:00 2001 From: Someone Date: Thu, 9 Apr 2026 15:45:26 +0200 Subject: [PATCH] ignore wine_games --- homestore.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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." -- 2.47.3