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
Published Mar 11, 2015
Version 1.0

Was this article helpful?

13 Comments

  • draco's avatar
    draco
    Icon for Nimbostratus rankNimbostratus

    how do i sent the backup file to remote system using this script ? can i mention the location here :-

     

    SCP_DESTINATION="f5archive@192.0.2.10:" ?? what do i do about the authentication for the remote system ?