From 8f2f6e9b2ffe197f4c73562ee2a4cf6731092553 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sat, 19 Jul 2014 21:55:03 +0200 Subject: [PATCH] fix / --- tc_clone_nuc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5