]> git.parisson.com Git - clone-me.git/commitdiff
exclude edit dir
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 5 Jul 2016 10:42:30 +0000 (12:42 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 5 Jul 2016 10:42:30 +0000 (12:42 +0200)
tc_clone_nuc.sh

index d550dd4b7fda5020afbffb0ca083a5e5ceb20d05..aa2ff303dd84e9b0f479e2e4a3570a8f01c61530 100755 (executable)
@@ -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