Configure the device using the ConnectPort LTS web interface Administration
Digi ConnectPort LTS User Guide
122
1. Click Administration > Backup/Restore. The Backup/Restore page appears.
2. Select the storage location type. The ConnectPort LTSbasic version supports NFS/Samba/User
space/Local machine for the location. The default filename for the backup file is backup.cfg.
3. Select the Keep Network Settings check box if you want to retain the basic network settings,
such as IP address, subnet mask, and gateway.
Note If the restored configuration modifies the network settings, your Digi device server will
dynamically switch to the new settings. You will need to manually redirect your browser to the
new IP address.
4. Select the file to restore from the Restore From File field or click Choose File to locate and
select the file.
5. Click Restore.
Backup or restore a device configuration from a TFTP or BOOTP server from the
command line
From the command-line interface, the backup command backs up the device configuration to a TFTP
or BOOTP server located on the network or a storage device in the ConnectPort LTS device, or
restores the configuration.
The format for the backup command is as follows:
backup [to=
serveripaddress
[:
filename
]|
[to={sd|usb|nfs|samba|userspace}[:
filename
]]
[from=
serveripaddress
[:
filename
] print]|
[from={sd|usb|nfs|samba|userspace}[:
filename
]]
Parameters
n to=serveripaddress[:filename]: The IP address of the TFTP server where you save the
configuration file and the name of the configuration file. If you do not specify a filename, the
default filename is config.rci.
n to=(sd|usb|nfs|samba|userspace)[:filename]: The location of the storage device where you
save the configuration file and the name of the configuration file. If you do not specify a
filename, the default filename is config.rci.
n from=serveripaddress[:filename]: The IP address of the TFTP server where the configuration
file resides and the name of the configuration file you want to restore. If you do not specify a
filename, the default filename config.rci is used. In ConnectPort LTS, after you restore the
configuration file the system will be rebooted.
n from=(sd|usb|nfs|samba|userspace)[:filename]: The location of the storage device where
the configuration file resides and the name of the configuration file you want to restore. If you
do not specify a filename, the default filename config.rci is used.
n print: Prints the current device configuration.