You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Run rsnapshot_backup_sync.sh only if minion connected to this master, no error if not connected to this master
if cat alive_minions/${CI_RUNNER_DESCRIPTION}_${SALT_MINION}| grep -q 1;then
echo One connected needed Minion found, running rsnapshot_backup_sync.sh on this Salt Master
if sudo /srv/scripts/ci_sudo/rsnapshot_backup_sync.sh "${SALT_TIMEOUT}""${SALT_MINION}""${RSNAPSHOT_BACKUP_TYPE}""${SSH_HOST}""${SSH_PORT}""${SSH_JUMP}";then