RGCOPY/examples/exampleStartAnalysis.sh

21 строка
571 B
Bash
Исходник Обычный вид История

2021-12-13 18:58:17 +03:00
#!/bin/bash
# sample shell script for
# - scriptStartSapPath
# - scriptStartLoadPath
# - scriptStartAnalysisPath
echo "sourceSub = $sourceSub"
echo "sourceRG = $sourceRG"
echo "sourceLocation = $sourceLocation"
echo "targetSub = $targetSub"
echo "targetRG = $targetRG"
echo "targetLocation = $targetLocation"
# non-existing parameter:
echo "dummy = $dummy"
2023-10-11 15:05:47 +03:00
# host that is running the script:
2021-12-13 18:58:17 +03:00
echo "vmName = $vmName"
2023-10-11 15:05:47 +03:00
echo "vmType = $vmType"
2021-12-13 18:58:17 +03:00
# array as string:
echo "rgcopyParameters = $rgcopyParameters"