From: Guillaume Pellerin Date: Sat, 24 May 2025 14:19:34 +0000 (+0200) Subject: exlude monitor X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=de0b6ef4bba1b6d4c50a0e21aea43695d0985737;p=clone-me.git exlude monitor --- 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