From: Guillaume Pellerin Date: Tue, 5 Jul 2016 10:42:30 +0000 (+0200) Subject: exclude edit dir X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=958cc27146b508b1ebe37e13361677d11f1e01c6;p=clone-me.git exclude edit dir --- diff --git a/tc_clone_nuc.sh b/tc_clone_nuc.sh index d550dd4..aa2ff30 100755 --- a/tc_clone_nuc.sh +++ b/tc_clone_nuc.sh @@ -51,7 +51,7 @@ if [ ! -d $DEST ]; then mkdir $DEST fi mount /dev/$HOME_PART $DEST -rsync -a --one-file-system --exclude "archives/*" --exclude "trash/*" --exclude "test/*" $MASTER_HOST:$MASTER_PATH/home/ $CLONE/home/ +rsync -a --one-file-system --exclude "archives/*" --exclude "trash/*" --exclude "test/*" --exclude "edit/*" $MASTER_HOST:$MASTER_PATH/home/ $CLONE/home/ umount $CLONE/home # FSTAB