From 499e8cb0c6db202434bfe48579aa3f0e9ed9a24d Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 10 Mar 2025 15:18:18 +0100 Subject: [PATCH] exclude monitor --- tc_clone_nuc_nv_efi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tc_clone_nuc_nv_efi.sh b/tc_clone_nuc_nv_efi.sh index 82a4676..fd8d052 100755 --- a/tc_clone_nuc_nv_efi.sh +++ b/tc_clone_nuc_nv_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 "monitor/*" --exclude "test/*" --exclude "edit/*" $MASTER:$ROOT/home/ $CLONE/home/ fi # FSTAB -- 2.39.5