Forum Discussion
Techgeeeg_28888
Dec 04, 2013Nimbostratus
Automatic configuration backup on LTM box
Hi Everyone,
I was looking for a possible way if my F5-LTM box can take the configuration backup after every 24hours and stores it on the F5-Box with date. Also if it is possible that the box sends t...
Thomas_Gobet
Feb 24, 2014Nimbostratus
Hi,
Here is the newest version for your script 🙂
!/bin/bash
$DATE=`date "+%m_%d_%y"`
tmsh show cm failover-status | grep ACTIVE
if [ "$?" = "0" ] ; then
Here we create the ucs archive
tmsh save sys ucs $DATE
Here we copy it to your server
scp /var/local/ucs/$DATE user@ip_server:path
fi
Let me know if it fits your needs.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects