]> git.parisson.com Git - clone-me.git/commitdiff
exclude monitor
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Mon, 10 Mar 2025 14:18:18 +0000 (15:18 +0100)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Mon, 10 Mar 2025 14:18:18 +0000 (15:18 +0100)
tc_clone_nuc_nv_efi.sh

index 82a4676a357df458b4d0ede3d917674f1003a1fc..fd8d0524ec7d55fc0b1f2996a020877f6834095f 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 "monitor/*" --exclude "test/*" --exclude "edit/*" $MASTER:$ROOT/home/ $CLONE/home/
 fi
 
 # FSTAB