]> git.parisson.com Git - clone-me.git/commitdiff
exlude monitor
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Sat, 24 May 2025 14:19:34 +0000 (16:19 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Sat, 24 May 2025 14:19:34 +0000 (16:19 +0200)
tc_clone_nuc_sda_efi.sh

index a3232f55f415fa4a0ab2f2077ecdf269c8b584e5..f860f3e73225503b942d325d09141fd9f4463fc4 100755 (executable)
@@ -90,7 +90,7 @@ if [ $SYNC ]; then
     rsync -a --one-file-system --delete $MASTER:$ROOT/var/ $CLONE/var/
 
     echo "rsyncing home..."
-    rsync -a --one-file-system --exclude "archives/*" --exclude "trash/*" --exclude "test/*" --exclude "edit/*" $MASTER:$ROOT/home/ $CLONE/home/
+    rsync -a --one-file-system --exclude "archives/*" --exclude "trash/*" --exclude "test/*" --exclude "edit/*" --exclude "monitor/*" $MASTER:$ROOT/home/ $CLONE/home/
 fi
 
 # FSTAB