on 11-Mar-2015 14:29
Problem this snippet solves:
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:
Code :
45233
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!!
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"
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 ?