cancel
Showing results for 
Search instead for 
Did you mean: 

i am looking for script through i can take weekly backup of configuration.

pradeep_sonawne
New Contributor II
Hi All,
I hope that you are doing well...
i am new in Brocade ICX family switches.
i have one small query if any one can help me, it will be highly appreciated !!!!
we have Brocade ICX 7450,7250 and 6430 switches and i am looking for script through i can take weekly backup of configration.
i have spend so much time to make it possible by using their in buit option which is Batch buffer but unfortunatly it not work as i accepted.

so dear all , i am looking hopefully your response.

Thanks in Advance
12 REPLIES 12

This is great! But if you want to get around having your password in cleartext, import the getpass module and use that.

import getpass

password = getpass.getpass()


It will create a prompt for your password and not show it in cleartext at your console. It's perfect for this situation. 

If you don't specify a --password arg the script will prompt for a password.

BTW, I would NOT recommend having this script running under windows. Paramiko will try to emulate SSH and would be slooooow. Try running it under linux and create a cron to forget about it 🙂

jzsjr
New Contributor II
Scott
I've not heard of Rancid.  Sounds like a winner.  I've been using BNA for years and it includes backing up configs.  
Jim