]> git.parisson.com Git - telecaster-cloning.git/commitdiff
exclude networkmanagement
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 17 Jul 2012 16:30:08 +0000 (18:30 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Tue, 17 Jul 2012 16:30:08 +0000 (18:30 +0200)
bin/tc_clone_update_pxe.sh

index 351ee04cf07d2d9769973302a7fb5853d6f096cb..036339b7a31b5b5480fef77b0e862a7745ab15f3 100755 (executable)
@@ -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..."