- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- Scheduling a Config Backup
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2012 08:09 AM
06-19-2012 08:09 AM
Scheduling a Config Backup
Hey Everyone!
I was looking to do a config backup to a tftp server every 12 or 24 hours. My configs aren't huge (21 kb at the time of writing this post). My routine right now is to log in once a week and run a simple:
<switchname>tftp [ipaddress] put config.cfg config.cfg
Is there a way to schedule this and perhaps add a date/time stamp to the destination filename for uniqueness? On a Cisco switch, I'd simply run a kron job.
Thanks in advance! I appreciate any and all help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2012 11:16 PM
06-21-2012 11:16 PM
Re: Scheduling a Config Backup
With schedule job, you can execute one command, but unfortunately without variables.
schedule job at 12:00 view shell tftp 1.1.1.1 put test.cfg
But I suggest to use an external tool. i.e. Kiwicat tools is free onto 25 devices.
br
Manuel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2012 04:54 AM
06-22-2012 04:54 AM
Re: Scheduling a Config Backup
Cat tools, I completely forgot about that. Great idea.