Forum Discussion
mr_evil_116524
Apr 29, 2014Nimbostratus
Automated Backup Solution
Hello All,
I am trying to set up following auto backup solution found here - https://devcentral.f5.com/wiki/iApp.Complete-F5-Automated-Backup-Solution.ashxDescription_1?NS=iApp
I have followed e...
Marvin
Nov 20, 2014Cirrocumulus
description !/bin/bash DATE=
date "+%m_%d_%y"
description Here we create the ucs archive tmsh save sys ucs bigip.backup.$DATE
description upload SFTP to SFTP_server cd /var/local/ucs/ sftp backupuser@SFTP_server <
description check if the upload has succeeded or failed. If failed mail error message
if [ $? -eq 0 ] then sleep 5 rm /var/local/ucs/bigip.backup.$DATE.ucs
else ftp session failed
mail -s "ftp backup file failed from bigip" mail@mail.com
< /dev/null
fi
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