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.