Difference between revisions of "F5 backup"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
https://support.f5.com/csp/article/K13132 | https://support.f5.com/csp/article/K13132 | ||
+ | |||
+ | |||
+ | https://my.f5.com/manage/s/article/K13132 | ||
+ | ``` | ||
+ | tmsh save sys ucs $(echo $HOSTNAME | cut -d'.' -f1)-$(date +%H%M-%m%d%y) | ||
+ | ``` | ||
+ | |||
+ | restore | ||
+ | ``` | ||
+ | tmsh load /sys ucs <path/to/UCS> no-license | ||
+ | ``` |
Revision as of 15:41, 16 August 2023
https://github.com/sebastien6/f5-backup
https://support.f5.com/csp/article/K13132
https://my.f5.com/manage/s/article/K13132
tmsh save sys ucs $(echo $HOSTNAME | cut -d'.' -f1)-$(date +%H%M-%m%d%y)
restore
tmsh load /sys ucs <path/to/UCS> no-license