mirror of https://github.com/apache/maven.git
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:
parent
1eccba0026
commit
a0d58ece82
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue