offline configs

Hi

I was wondering is there a way to

  1. download running config via scp (with keys) from the box
  2. upload a config via scp (with keys) to the box
  3. save the config from the box to a tftp location ?

I like to keep most of my configs in a svn repo, I would like to be able to scp from the box down to my repo box or like i do on my cisco;s tftp it down

Thanks

its possible. Make a script doning a export fiel=xxxxxx.rsc and have it to run in a scheduler.

Add ssh support, and ssh user, and download the file using scp.

Hi

So its always a 2 step process then …
Oh well.

A

Yep, but the scheduler, make this automatic.

Thought I would try this.
but i was using /log print file=save
then tried to scp from admin@:save .
say file not found.


edit:

automatically adds in .txt !!!
<added for the next person to have the problem ! >