From de0b6ef4bba1b6d4c50a0e21aea43695d0985737 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sat, 24 May 2025 16:19:34 +0200 Subject: [PATCH] exlude monitor --- tc_clone_nuc_sda_efi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tc_clone_nuc_sda_efi.sh b/tc_clone_nuc_sda_efi.sh index a3232f5..f860f3e 100755 --- a/tc_clone_nuc_sda_efi.sh +++ b/tc_clone_nuc_sda_efi.sh @@ -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 -- 2.39.5