From 80c0d0e0fc5088324e9e6c00799d823a4a7bbfae Mon Sep 17 00:00:00 2001 From: Someone Date: Fri, 31 May 2024 01:17:51 +0200 Subject: [PATCH] working excludes. --- dotstore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotstore.sh b/dotstore.sh index 4f6a868..a85ad95 100755 --- a/dotstore.sh +++ b/dotstore.sh @@ -3,4 +3,4 @@ SLEEPTIME=5 echo "Will sync settings in ${HOME} TO server in ${SLEEPTIME} sec..." sleep $SLEEPTIME -rsync -vaPpx --delete --delete-excluded --sparse --rsync-path='mkdir -p HOMESYNC_dots/'`hostname`' && rsync' --exclude='.cache' --exclude='.local/share/Trash' --include='.**' --exclude='*' "$HOME"/ "home.somenet.org:HOMESYNC_dots/`hostname`/" +rsync -SPaHAXvx --delete --delete-excluded --rsync-path='mkdir -p HOMESYNC_dots/'`hostname`' && rsync' --exclude='.cache' --exclude='.local/share/Trash' --exclude='.local/share/containers' --exclude=".steam" "$HOME"/.[^.]* "home.somenet.org:HOMESYNC_dots/`hostname`/" -- 2.43.0