<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Mail notification for schedule backup in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/Mail-notification-for-schedule-backup/m-p/277658#M46264</link>
    <description>&lt;P&gt;Hi Team,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to configure a mail notification for the scheduled backup job on the R82 checkpoint firewall. We are using a 45 checkpoint firewall in various locations, so I need to monitor all firewalls weekly, schedule a backup, its sucesfully complete or not.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please suggest how I can configure this?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 31 May 2026 16:20:59 GMT</pubDate>
    <dc:creator>Nilesh_Son</dc:creator>
    <dc:date>2026-05-31T16:20:59Z</dc:date>
    <item>
      <title>Mail notification for schedule backup</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Mail-notification-for-schedule-backup/m-p/277658#M46264</link>
      <description>&lt;P&gt;Hi Team,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to configure a mail notification for the scheduled backup job on the R82 checkpoint firewall. We are using a 45 checkpoint firewall in various locations, so I need to monitor all firewalls weekly, schedule a backup, its sucesfully complete or not.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please suggest how I can configure this?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 31 May 2026 16:20:59 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Mail-notification-for-schedule-backup/m-p/277658#M46264</guid>
      <dc:creator>Nilesh_Son</dc:creator>
      <dc:date>2026-05-31T16:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Mail notification for schedule backup</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Mail-notification-for-schedule-backup/m-p/277660#M46265</link>
      <description>&lt;P&gt;I'd simply create a custom OID and monitor it centrally, but as you're looking for an email solution, I'd run the one-liner below on my Check Point management host to query the last backup status from all gateways and send the result via &lt;A href="https://community.checkpoint.com/t5/Firewall-and-Security-Management/Email-Alerts/m-p/274384/highlight/true#M104527" target="_self"&gt;email&lt;/A&gt;&amp;nbsp;once a week.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;echo;chk=$(base64 -w0 &amp;lt;&amp;lt;&amp;lt;'NOW=$(date +%s); F=/var/log/CPbackup/backups/.last_backup_status; if [ -e "$F" ]; then BCKP=$(tr -d "." &amp;lt; "$F"); if [ $((NOW - $(date -r "$F" +%s 2&amp;gt;/dev/null))) -gt 2592000 ]; then BCKP="Last backup too old"; elif ! grep -q ucce "$F"; then BCKP="Failure creating backups"; fi; else BCKP="No Backups configured"; fi; printf "%s\n" "$BCKP"'); for gw in $(mgmt_cli -r true -f json show gateways-and-servers details-level full limit 500 | jq -c '.objects[]|{t:.type,a:."ipv4-address"}' | grep -v CpmiGatewayCluster | grep -v CpmiVsClusterNetobj | grep -v CpmiVsxClusterNetobj | grep -v checkpoint-host | jq -r '.a|select(.!=null)'); do printf '%-16s: ' "$gw"; cprid_util -verbose -server "$gw" rexec -rcmd /bin/sh -c "echo $chk|base64 -d|/bin/sh"; done&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 31 May 2026 20:20:35 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Mail-notification-for-schedule-backup/m-p/277660#M46265</guid>
      <dc:creator>Danny</dc:creator>
      <dc:date>2026-05-31T20:20:35Z</dc:date>
    </item>
  </channel>
</rss>

