3 lines
213 B
Bash
3 lines
213 B
Bash
#!/bin/ash
|
|
#Shoud be uploaded in Elkarbackup under scrips and set ran as Job Pre and Post
|
|
ssh -oStrictHostKeyChecking=no $(echo $ELKARBACKUP_URL | sed 's|:.*||') bash /opt/Elkar-MysqlBackup.sh "$ELKARBACKUP_EVENT" |