This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

F5 BigIP .ucs backup history

Hello

We have configured CatTools to TFTP a copy of our F5 config backup files nightly, however it overwrites the previous file so we have no way of reverting to an older version if needed. Is there a way to make the files save separately with different names? Here is the script we run on CatTools:

%ctUM: Timeout 90
save /sys ucs /var/tmp/cattools_bkp.ucs
quit
cd /var/tmp
tftp 10.10.10.10
mode binary
put cattools_bkp.ucs /BigIP/sea1lb2.ucs
quit
rm cattools_bkp.ucs
%ctUM: Timeout 0

The files are quite big so we wouldn't want them saving new versions indefinitely, but perhaps on rotation weekly/monthly.

Any ideas on how we can achieve this?

Thanks

Amy