Hi Jiri,
Your solution worked and thank you. But now we updated our Solarwinds to a newer version and the job doesn't work anymore as it should. The job runs at the selected schedule time and it creates the backup file as always, but it doesn't send it to the remote server.
Also, if I copy the command and paste it into the F5 then it will create the archive, ask me for the password, then send it to the remote server, but it doesnt send it in the correct naming format.
This is the command:
tmsh save /sys ucs ${SysName}_${Date}.ucs
${Delay:120}
scp /var/local/ucs/${SysName}_${Date}.ucs username@1.2.3.4:${SysName}_${Date}.ucs
password
If I do it manually by pasting that above command it creates the archive file correctly with the system name and date.ucs on the F5 but on the destination server the file is only named: _.ucs
If I let the job run as scheduled it will create the file correctly named on the F5 but thats it.
Any help?
Thanks.