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
Mar 10, 2014Nimbostratus
Here is the script in which I added the ftp upload section.
!/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 with scp
scp /var/local/ucs/$DATE user@ip_server:path
Here we do the same with ftp
ftp -n your_server <
- Indrajit_Basak_Mar 21, 2014NimbostratusDear Thomas , Thanks for your post . Can you pls little bit elaborate . Means step by step to do the same . Where to write this script . Is it in /etc/cronweekly ???? Then how to make this file executable ... Pls help on this
- Indrajit_Basak_Mar 21, 2014NimbostratusHi , I have configured 00 3 * * * tmsh save /sys ucs /var/ucs/XYZ. ucs in crontab for automatically store the UCS backup file in F5 . Now pls let me know step by step procedure for automated FTP Backup
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