execute auto-script backup
Use this command to save the output of scripts created using the config system auto-script command. You can save the results to an FTP or TFTP server.
execute auto-script backup ftp <script_name>
<ftp server>[:ftp port] FTP server IP address or FQDN. The port number is optional.
{<Enter} | <user>} FTP user name may be needed.
<passwd> Password for the FTP user.
execute auto-script backup tftp <script_name> <IP_address_of_TFTP_server>
Example
This example shows how to backup the output file created by a script to an FTP server. The name of the script is scriptname. The FTP server to send the output file to has an IP address of 192.168.1.23. The account on the server has the user name ftpuser and the password ftpswd.
execute auto-script backup ftp scriptname 192.168.1.23 ftpuser ftpswd