HPE Aruba Networking & ProVision-based
1830161 Members
3088 Online
109999 Solutions
New Discussion

Backup configuration file

 
alptug
Occasional Advisor

Backup configuration file

Hi everyone,

 

I did some research but I didn't find anything.I want to learn that how to archive my procurve switch configuration every week periodically for example every Tuesday. The command in Cisco is ;

 

R1(config)#archive

R1(config-archive)#path tftp://1.1.1.1/$h


R1(config-archive)#write-memory


R1(config-archive)#time-period 10080

 

R1(config-archive)#exit

 

 

I want that exactly the same issues. Thank you very much.

2 REPLIES 2
TerjeAFK
Respected Contributor

Re: Backup configuration file

There is a backup command on Procurve switches that copies the startup config to a TFTP server:

 

backup startup-configuration to <ip of backup server runing TFTP server> <name of backup file>

 

But I haven't found a way of scheduling that.

 

Other options are using Procurve Manager (end-of-life product) or IMC, both can be setup to backup config of all your switches at regular intervals.

 

alptug
Occasional Advisor

Re: Backup configuration file

Thank you very much for reply. It should have been a command for this. I hope HP fix  it. I will try your solutions.