I am trying to use the Device.CLI.send.commands activity to initiate a TFTP backup from a custom device.
I would like to use the hostname to name the tftp upload file. Can someone point me to how to do this.
The current script is:
netsave text-config 192.168.24.64 %hostname%-%date%.cfg
but this is not doing the variable substitution.
thanks