Skip to content
Snippets Groups Projects
Commit f628e2fb authored by Root's avatar Root
Browse files

finished

parent de2a2a49
No related branches found
Tags 1.5.1
No related merge requests found
#!/bin/bash
# ./marvin-fetch.sh wikidata 2019.08.01 dbpedia-wikidata.tib.eu
GROUP=$1
VERSION=$2
SERVER=$3
......@@ -10,5 +14,5 @@ ARTIFACTS=`xmlstarlet sel -N my=http://maven.apache.org/POM/4.0.0 -t -v "/my:pro
for a in $ARTIFACTS ; do
echo $i
#scp -rv marvin-fetch@$SERVER:/data/databus-maven-plugin/dbpedia/$GROUP/$a/$VERSION $GROUP/$a/
rsync -av --ignore-existing marvin-fetch@$SERVER:/data/databus-maven-plugin/dbpedia/$GROUP/$a/$VERSION $GROUP/$a/$VERSION
rsync -av -e ssh --ignore-existing marvin-fetch@$SERVER:/data/databus-maven-plugin/dbpedia/$GROUP/$a/$VERSION $GROUP/$a/$VERSION
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment