Skip to main content
AlexFeren
New Member
December 7, 2015
Question

Cannot postpone backup

  • December 7, 2015
  • 1 reply
  • 3211 views

My understanding is that system global's cfg-save set to manual will prevent configuration backup, however, I'm getting "Auto backup config ..." at exit.

 

FG60C # config global FG60C (global) # get system global | grep cfg-save cfg-save            : manual FG60C (global) # config system interface FG60C (interface) # edit wan1 FG60C (wan1) # get | grep alias alias               : to-outside! FG60C (wan1) # set alias to-outside FG60C (wan1) # end FG60C (global) # exit

Auto backup config ...

 

Why and how can I prevent the backup from occurring?

    1 reply

    qxu_FTNT
    Staff
    Staff
    December 10, 2015

    You can disable this by:

     

    config sys global

        set revision-backup-on-logout disable

    end

    AlexFeren
    AlexFerenAuthor
    New Member
    December 10, 2015

    Thank you.

     

    Is it possible to know

    [ul]
  • the time of the last performed "execute cfg save" ?
  • if the current configuration has changed since "execute cfg save" was performed?[/ul]