25-Aug-2023 14:27
Hello Team,
Need help to create the Schedule automated UCS backups on the BIG-IP system v16 which should send to FTP server.
27-Aug-2023 04:49
Hi,
See this DC post. https://community.f5.com/t5/technical-forum/how-to-automate-backup-ucs-file/td-p/48943
Only missing part is the FTP upload.
Use icall not crontab as during an upgrade/update of tmos the crontab is not copied to the new bootpartition.
Cheers,
Kees
28-Aug-2023 04:24
Hi @msaud ,
beside @KeesvandenBos , Check this Article from linked-in , it looks good :
https://www.linkedin.com/pulse/f5-scheduled-backup-script-mehedi-hasan/
I haven't tested it yet.
28-Aug-2023 04:31 - edited 28-Aug-2023 04:31
Hi Mohamed,
Be aware that you need to put the scripts in the /shared/scripts folder (else they will be lost during an update/upgrade).
Same for the crontab, you have to recreate it afer an upgrade/update. That is why F5 invented iCall. Witch script and handler everything is within TMOS and will survive an update/upgrade.
Regards,
Kees
28-Aug-2023 05:07
Hi @KeesvandenBos ,
oh .. yes you're right .... Thanks alot