Hi guys,
For backup-purposes, I intended to make a script that would use cprid_util to make backups of my 1500-devices from the management server, retrieve these from the devices and store them on the management-server. According to the CLI guide, to make the backup, use the command:
backup settings to {usb | tftp server <server> | sftp server <server> | scp <server> | flash } [filename <filename>] [file-encryption {off|on password <password>}] [backup-policy {on|off}] [add-comment "comment"] [username <username>] [password <password>]
I found out about this feature after the first device was upgraded from R80.20.50 to R81.10.05 and tested this with that device. Now that all devices are upgraded and are running R81.10.07, it seems the flash option (and scp) has been removed? The only options currently are USB, TFTP and SFTP:
HOSTNAME> fw ver
This is Check Point's 1550 Appliance R81.10.07 - Build 457
HOSTNAME> backup settings to
usb - Save the backup file on a USB device
tftp - Send the backup file to a TFTP server
sftp - Send the backup file to an SFTP server
HOSTNAME> backup settings to flash
^
Bad parameter starting at 'flash'
Is there a reason that this has been removed? It is still in the documentation.