Forum Discussion
Indrajit_Basak_
Feb 21, 2014Nimbostratus
Automatic backup of BIGIP LTM
Can Anybody suggest me how to take automatic backup in BIG IP LTM v11.2?
I want to take weekly backup of system configuration automatically .
Pls help on this .
Thomas_Gobet
Nimbostratus
Hi,
There are multiples post for this question on devcentral.
A quick search should gave you the answer.For example in this thread I suggested this script :
!/bin/bash
$DATE=`date "+%m_%d_%y"`
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
In the /etc/crontab file just add this :
0 1 * * * "tmsh save sys ucs my_file_name"
It will create a backup every day at 1am.
Indrajit_Basak_
Mar 06, 2014Nimbostratus
Hi , Automatic backup is working fine and it is stored locally every week . We need to transfer this UCS to FTP server . Can you pls assist on the same.
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