We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5ae657 + 69b4c7e commit fafceecCopy full SHA for fafceec
build.sh
@@ -0,0 +1,9 @@
1
+#!/bin/bash
2
+
3
+set -x
4
+TIME=$(/bin/date "+%Y%m%d-%H%M")
5
+OUTPATH=$1
6
7
+/bin/mount -t cifs -o username=poweruser,password=geminipower //172.16.200.50:${OUTPATH} /opt/server/
8
+/bin/tar --exclude='build.sh' --exclude='.*' -czvf /opt/server/gemini-solution-builder-${TIME}.tar.gz gemini_solution_builder
9
+/bin/umount /opt/server
0 commit comments