Automatically backup config to scp or tftp when "write mem"
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2018 08:40 PM
In Cisco, I can do that using these
archive
path scp://root:eve@10.0.10.70/$h
write-memory
How to achieve the same in FCX648S ver 8.0.30
tq
archive
path scp://root:eve@10.0.10.70/$h
write-memory
How to achieve the same in FCX648S ver 8.0.30
tq
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2018 07:14 AM
Your example shows a three line script to accomplish what you are asking with Cisco. On the FCX, you could do the same in two lines:
copy running-config scp X.X.X.X 22 backup_filename.txt
write memory
You could also create a command alias to make it easier.
copy running-config scp X.X.X.X 22 backup_filename.txt
write memory
You could also create a command alias to make it easier.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2018 05:29 PM
1. I think
copy running-config scp X.X.X.X 22 backup_filename.txt
will only copy once, not every time I do wr me
2. do you think I can alias "wr me" and run
copy running-config scp X.X.X.X 22 backup_filename.txt
copy running-config scp X.X.X.X 22 backup_filename.txt
will only copy once, not every time I do wr me
2. do you think I can alias "wr me" and run
copy running-config scp X.X.X.X 22 backup_filename.txt
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2018 10:17 AM
The difference is that the Cisco Archive configuration makes it so that the configuration backup/archive is automatically accomplished when you write the configuration...
That's one of the features I miss.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2018 01:26 PM
But this was posted as a Question rather than Idea (feature request topic), so/and I can say that Ruckus does not have auto backup by scp/tftp like Cisco IOS (at least today).
If this would be valuable please let your local System Engineer submit an FR on your behalf, with your business case, for our Product Management consideration, thanks.
But, it would have to piggy-back on the FR for the capability to save our configuration in text/CLI format!
If this would be valuable please let your local System Engineer submit an FR on your behalf, with your business case, for our Product Management consideration, thanks.
But, it would have to piggy-back on the FR for the capability to save our configuration in text/CLI format!

