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_91
Mar 25, 2014Cirrostratus
You just have to make some changes on the script upper.
What you did before might not be good, because you're going to erase each occurrence of your UCS file (because it will always have the same name).With my script below, your UCS will have the date as filename.
Here it is :
!/bin/bash
$DATE=`date "+%m_%d_%y"`
Here we create the ucs archive
tmsh save sys ucs $DATE
Here we do the same with ftp
ftp -n your_server <
What you have to define is : Your_Username, Password and Backup_Directory
- Indrajit_Basak_Mar 25, 2014NimbostratusThanks a lot Thomas . So after writing this script in bash shell how to run it in crontab . I want weekly backup ( Means backup will happen every thrusday at 3 AM automatically and transfer to FTP Server . Can you pls help on that
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