44
Backing up an application
To back up an application, you can upload the application from your AP to a TFTP
server.
Upload application file wa2200_fat.bin on the AP to the PC, and save it as
wa2200_fat.bin.
<H3C> tftp 192.168.0.1 put wa2200_fat.bin wa2200_fat.bin
File will be transferred in binary mode
Sending file to remote TFTP server. Please wait...
TFTP: 7884208 bytes sent in 13 second(s).
File uploaded successfully.
When you back up an application, if the file name already exists on the AP, the system
does not output any information, but directly overwrites the existing file.
For information about the
tftp
command, see
FTP and TFTP
in the
Fundamentals
Command Reference
in the
H3C WA Series WLAN Access Points Command References
.
To back up a configuration file, use the same method.
Table 9
Output description of commands for application upgrade and backup when
the AP serves as a TFTP client
Output
Description
tftp 192.168.0.1 get wa2200_fat.bin
Download the file to be upgraded from the
server.
The file wa2200_fat.bin exists. Overwrite it?
[Y/N]:
Prompt you whether to overwrite the existing
file.
TFTP: 7884208 bytes received in 13
second(s)
The file is downloaded and upgraded.
tftp 192.168.0.1 put wa2200_fat.bin
wa2200_fat.bin
Upload the file from the AP to the TFTP server.
TFTP: 7884208 bytes sent in 13 second(s).
The file is uploaded and backed up
successfully.