Backup Checkpoint Firewall
Youtube Click HEREBest Practices - Backup Checkpoint Firewall
1. Introduction
There are a few methods to perform a backup of your Check Point system
running Gaia OS. They differ by size, time of creation and content. This
article provides an overview of all available backup methods and
recommendation for configuring effective backup scheme.
The built-in Gaia backup procedures:
- Snapshot Management
- System Backup (and System Restore)
- Save/Show Configuration (and Load Configuration)
All methods can be used to backup your Security Gateways, Security Management and Multi-Domain Server.
All methods are appliance-specific and can only be restored on the same model of appliance.
2. Snapshot Management
The snapshot creates a binary image of the entire root (lv_current) disk partition. This includes Check Point products, configuration, and operating system.
Starting in R77.10, exporting an image from one machine and importing that image on another machine of the same type is supported.
The log partition is not included in the snapshot. Therefore, any locally stored FireWall logs will not be saved.
3. System Backup (and System Restore)
System Backup can be used to backup current system configuration. A
backup creates a compressed file that contains the Check Point
configuration including the networking and operating system parameters,
such as routing and interface configuration etc., but unlike a snapshot,
it does not include the operating system, product binaries, and
hotfixes.
Command Use to generate backup from CLI:
Mgmt> add backup ( Local or tftp or scp or ftp)
To check status of backup:
Mgmt> show backup status
To delete old backup file:
Mgmt> delete backup ( backup Name)
4. Save Configuration (and Load Configuration)
Allows saving Gaia OS configuration settings as a ready-to-run CLI
script. This allows you review your current setup and quickly restore
the Gaia OS configuration.
5. Recommended backup plan
For complete backup of the system and maximum confidence, Check Points
recommends combining all three methods as part of the backup plan
(Snapshot Management, System Backup/Restore, Save/Load Configuration).
This will allow multiple restore points, redundancy and reliability of
overall restore procedure.
Collect:
- Snapshot - after a fresh installation, before an upgrade, and before a hotfix installation.
- Scheduled Backup - monthly or weekly, depending on how frequently you perform changes in your configuration and policy.
6. Recommended steps in case of Disaster Recovery
- Revert to a Snapshot - restores the Check Point version with all the setup details, including type (management/gateway) and installation of hotfixes.
- Restore from Backup - restores latest system configuration with all recent network and security configuration.
- Compare the output of Clish command "show configuration" to the saved configuration to verify that Gaia OS configuration was restored properly.
- Install policy on this machine (if it is a Security Gateway / StandAlone).
7. Related backup tools
Tool | Description |
migrate export |
|
eva_db_backup.csh evs_backup |
|
mds_backup |
8. Comparison of backup methods
Snapshot Management | System Backup | "show configuration" | "upgrade_export" / "migrate export" | |
How much time does it take ? | 30 - 60 minutes | 5 - 30 minutes | Few seconds | Depends on configuration |
Size of output file on Security Gateway | 5-100 GB | Depends on configuration | Few KB | Depends on configuration |
Size of output file on Management Server | 5-100 GB | 5-100 GB | Few KB | Depends on configuration |
Does it back up Gaia OS configuration ? | Yes | Yes | Yes | No |
Does it back up Products configuration ? | Yes | Yes | No | Yes |
Does it back up Hotfixes ? | Yes | No (*) | No | No |
Does it back up Check Point logs ? | No | No | No | Not by default. Use the flag "-l" in the syntax to backup the SmartView Tracker logs as well |
Does it support automatic scheduling ? | No | Yes | No | No |
Can you restore from different version ? | Yes | No | With manual adjustments | Upgrade is performed when importing to a newer version |
Does it require to close SmartConsole GUI clients ? | No | R7x - No R80 - Yes | No | Yes |
Does it require to stop Check Point services? | No | No | No | Yes |
Does it require reboot ? | No | No | No | No |
Comments
Post a Comment