PDA

Bekijk de volledige versie : How to backup settings on WL-700gE ?



ic3000
13-01-2007, 23:37
Hi all,

Thanks for sharing all this knolege about this equipments!

I search the forum for a question i still have but i couldnt find any answer.

Is it possible to backup all the settings made in web admin interface so if we make a mistake or changed something that we shouldt it would be easy and quick to put everything back to the working setup as in standard routers?

Thanks once more!

sollie
13-01-2007, 23:43
Write it down :) :D

ic3000
14-01-2007, 14:57
loool

So is not possible! right?

Thanks again.

kfurge
15-01-2007, 03:56
If you're running the custom firmware, then the closest thing I can think of is executing the command "nvram show" and saving the output somwhere.

However, I don't thing there's any way to batch upload the nvram settings back in, though.

- K.C.

markc
20-01-2007, 14:04
However, I don't thing there's any way to batch upload the nvram settings back in, though.

If bash was available then it could be as simple as... off the top of my head...

# cd /shares/MYVOLUME1
# nvram show > nvram_show
# for i in `cat nvram_show`; do nvram set $i ; done