Question
automated backup to the cloud failing
I set up an automated backup job as follows:
config system auto-script
edit "backup"
set interval 604800
set repeat 0
set start auto
set script "execute backup config management-station Weekly-Cloud-Backup"
next
end
When I run this script, it fails with:
########## script name: backup ##########
========== #1, 2016-08-03 13:48:38 ==========
FBCNC-FGT90D $ execute backup config management-station Weekly-Cloud-Backup
Mapping boot device /dev/sdb to /dev/sg1
Checking spareblock on /dev/sg1...
SCSI Status: Good
Plane No Spare Block Counts
1 1534
2 1534
Current admin user is not super_admin.
Command fail. Return code -37
Any idea on how to make this work?
