Skip to content
Snippets Groups Projects
Commit e997d691 authored by hj's avatar hj
Browse files

Update cim-uib-upload.sh

parent c5802a17
No related branches found
No related tags found
No related merge requests found
Pipeline #231334 passed
......@@ -5,10 +5,10 @@
# File names are different, but transfer prod files last just in case
# Test
scp -i /home/bottint/.ssh/cim_id_rsa test/*.json test/*.log sap@cim.uib.no:/mnt/data/SAP/dfo-cim/
scp -i /home/bottint/.ssh/cim_id_rsa test/*.json test/*.log sap@p1cim01.uib.no:/mnt/data/SAP/dfo-cim/
mv test/*.json test/*.log test/archive/
#Production
scp -i /home/bottint/.ssh/cim_id_rsa prod/*.json prod/*.log sap@cim.uib.no:/mnt/data/SAP/dfo-cim/ || exit 1
scp -i /home/bottint/.ssh/cim_id_rsa prod/*.json prod/*.log sap@p1cim01.uib.no:/mnt/data/SAP/dfo-cim/ || exit 1
mv prod/*.json prod/*.log prod/archive/
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