From: Guillaume Pellerin Date: Sat, 19 Jul 2014 19:55:03 +0000 (+0200) Subject: fix / X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=8f2f6e9b2ffe197f4c73562ee2a4cf6731092553;p=clone-me.git fix / --- diff --git a/tc_clone_nuc.sh b/tc_clone_nuc.sh index 24e43be..1f3c783 100755 --- a/tc_clone_nuc.sh +++ b/tc_clone_nuc.sh @@ -31,7 +31,7 @@ fi # CLONING mount /dev/$ROOT_PART $CLONE echo "rsyncing root..." -rsync -a --delete --one-file-system $MASTER_HOST:$MASTER_PATH/ $CLONE/ +rsync -a --delete --exclude "/var/*" --exclude "/home/*" --one-file-system $MASTER_HOST:$MASTER_PATH/ $CLONE/ echo "rsyncing var..." DEST=$CLONE/var