Configuration Backup Scheduler - v11.5.1
Problem this snippet solves:
Introduction
This iApp allows users to schedule backups in the GUI. The iApp will update a file in /etc/cron.d/ with the appropriate cron parameters depending on user needs. It does require a little work on the system:
- In /shared/, create /shared/backups, /shared/backups/bin and /shared/backups/archives directories
- Drop the f5backup.sh script (attached below along with the iApp) in the /shared/backups/bin directory you just created and make it executable. The script has been modified for tmsh, but is originally posted here in the Advanced Design and Configuration Wiki
Code :
45233
- driftfast180_21NimbostratusWe have successfully deployed this option and wanted to say thanks for making it very easy. Does this particular iApp template overwrite old archives or should storage monitoring become a concern?
- naval_khanna_25NimbostratusI have copied in .tcl in the shared/backup/bin , how to make it executable ?
- timed_out_92260Nimbostratus
To make it executable: chmod +x f5backup.sh
- timed_out_92260Nimbostratus
Worked for me, thank you!
Good stuff Jason!
- Julio_Flores_15Nimbostratus
Thank you, Works perfect for me on standalone big ip, i need to use it on F5 DSC(have 4 big ip in a clúster) doesnt work!!! can you help me!!
- JoadNimbostratus
It also works with version 12.1 ?
Thank you
- bowlingbeNimbostratus
Absolutely amazing! Thanks so much. This has been needed for a while.
- bowlingbeNimbostratus
When this job runs does it set the private keys to "include"?
- bhaskar_babar_1Nimbostratus
Have copied in given fileon location /shared/backups/bin
and tried to execute with command chmod +x f5backup.sh in tmsh
but error is given as Syntax Error: unexpected argument "chmod"