Don't overwrite old files

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@378083 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Carlos Sanchez Gonzalez 2006-02-15 20:24:10 +00:00
parent 51b55e42ff
commit abd3582a7f
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@ else
fi
cd $HOME/repository-staging/to-ibiblio/maven2
CMD="rsync --exclude-from=/home/projects/maven/repository-tools/syncopate/exclusions.txt -e ssh $OPTS -avz $FROM $TO"
CMD="rsync --ignore-existing --exclude-from=/home/projects/maven/repository-tools/syncopate/exclusions.txt -e ssh $OPTS -avz $FROM $TO"
echo "Syncing $FROM -> $TO"
$CMD