Comware Based
1832651 Members
2745 Online
110043 Solutions
New Discussion

Automatically save configuration file on 'save' to tftp server

 
Anonymous
Not applicable

Automatically save configuration file on 'save' to tftp server

Hello,

on Cisco you can do:

 

archive
 log config
  hidekeys
 path tftp://10.10.10.1/cisco/$h-$t
 write-memory

Which automatically saves the config on every 'write mem' to the tftp server. Is there a similiar functionality on comware switches?

 

Cheers,

    Thomas

1 REPLY 1
Apachez-
Trusted Contributor

Re: Automatically save configuration file on 'save' to tftp server

In the "HP 5820X & 5800 Switch Series Fundamentals Configuration Guide" there is a description of using scheduled tasks as "schedule job".

This might work as a workaround (config is then backed up to a remote server every hour or whatever you prefer).

There is also an "archive" command (in A5820) but that doesnt seem to be able to automatically backup the config to a remote server.

Dunno if there is something like this in comware v7 products (A12000 or whatever runs comware v7 nowadays - A5820 and A5120 are comware v5 devices).