From 52e5c2939a88f129c051c2dd203ae82c438e09e8 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 17 Jul 2012 18:30:08 +0200 Subject: [PATCH] exclude networkmanagement --- bin/tc_clone_update_pxe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tc_clone_update_pxe.sh b/bin/tc_clone_update_pxe.sh index 351ee04..036339b 100755 --- a/bin/tc_clone_update_pxe.sh +++ b/bin/tc_clone_update_pxe.sh @@ -18,7 +18,7 @@ rsync -a --delete --one-file-system --exclude=/etc/fstab --exclude=/etc/hostname echo "rsyncing home..." mount /dev/sda2 $CLONE/home -rsync -a --delete --exclude=telecaster/archives --exclude=telecaster/trash --exclude=telecaster/bin --exclude=home/telecaster/test $MASTER:$MASTERPATH/home/ $CLONE/home/ +rsync -a --delete --exclude=telecaster/archives --exclude=telecaster/trash --exclude=telecaster/bin --exclude=home/telecaster/test --exclude=networkmanagement $MASTER:$MASTERPATH/home/ $CLONE/home/ umount $CLONE/home echo "rsyncing var..." -- 2.39.5