From: Guillaume Pellerin Date: Mon, 10 Mar 2025 14:18:18 +0000 (+0100) Subject: exclude monitor X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=499e8cb0c6db202434bfe48579aa3f0e9ed9a24d;p=clone-me.git exclude monitor --- 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