Ignore existing files to prevent overwrites

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@409988 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Carlos Sanchez Gonzalez 2006-05-28 20:08:59 +00:00
parent 1eccba0026
commit a0d58ece82
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 --exclude-from=/home/projects/maven/repository-tools/syncopate/exclusions.txt -e ssh $OPTS --ignore-existing -avz $FROM $TO"
echo "Syncing $FROM -> $TO"
$CMD