Forum Discussion

THE_BLUE's avatar
THE_BLUE
Icon for Cirrostratus rankCirrostratus
May 10, 2021
Solved

Configure a backup for virtual server configration along with setup

i need to take backup of virtual server configuration of specific website for emergency. is it possible ?
  • KeesvandenBos's avatar
    May 11, 2021

    After the command

    tmsh load sys config merge from-terminal

    You will get a VI like screen where you can past the configuration (remove the create-time line)

    The VI screen will tell you to press Ctrl D when finished or Ctrl C to quit.

    I would recommend to test this first with the command:

    tmsh load sys config merge from-terminal verify

    When everything is ok and the new configuration is loaded you can save the configuration with

    tmsh save sys config

    For more info see https://support.f5.com/csp/article/K81271448

    Cheers,

    Kees