Skip to main content
johnm
New Member
March 21, 2019
Question

Minimal Access Profile for performing backups

  • March 21, 2019
  • 2 replies
  • 3323 views

After much searching I could not find any documentation on what the minimal access is required to perform backups.  So I experimented and came up with this.  Hopefully the next person will not have to search so long.

(BTW, support web chat was not helpful)

 

config system accprofile   edit "backup-profile"     set secfabgrp read     set ftviewgrp read     set authgrp read     set sysgrp custom     set netgrp read     set loggrp read     set fwgrp read     set vpngrp read     set utmgrp read     set wifi read     config sysgrp-permission       set admin read-write       set upd read       set cfg read       set mnt read     end   next end

    2 replies

    Elthon_Abreu
    New Member
    March 24, 2019

    Thanks for share this Jhon!

    Markus
    New Member
    March 26, 2019

    Thanks for sharing