<?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 Re: Is it possible backup 730 device and logs to USB? in Spark Firewall (SMB)</title>
    <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Is-it-possible-backup-730-device-and-logs-to-USB/m-p/17311#M591</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to add two other bits:&lt;/P&gt;&lt;P&gt;1. The CLI syntax from the question is also very usable for settings backup:&lt;/P&gt;&lt;PRE&gt;[730GW]# backup settings to usb file-encryption on password admin backup-policy on add-comment check_point_new_configuration&lt;/PRE&gt;&lt;P&gt;But without cron, we can not schedule scripts on the SMB device itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Concerning Logs: It is possible to use a SD Card for logging, but not a USB medium. The problem with manual log copies is that the logs are not readable - you would have to copy them again to the SMB device to be able to read them! But it is possible to use fwm logexport CLI command from sk118519 "fwm logexport" command to save the fw log as ASCII to e.g. USB. But for logging itself, the answer is no !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Feb 2018 11:36:34 GMT</pubDate>
    <dc:creator>G_W_Albrecht</dc:creator>
    <dc:date>2018-02-05T11:36:34Z</dc:date>
    <item>
      <title>Is it possible backup 730 device and logs to USB?</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Is-it-possible-backup-730-device-and-logs-to-USB/m-p/17308#M588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Trying to find documentation on HowTo do the backup and saving logs to a USB thumbdrive in a remote FW location.&amp;nbsp; Is this achievable using CLI?&amp;nbsp; Is this available in the WebUI?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CLI says:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'andale mono', monospace;"&gt;backup settings to usb [filename &amp;lt;filename&amp;gt;] ....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Is it possible to script this on a weekly basis&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Re: Logs.&amp;nbsp; Can they be saved to the USB?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Any help is greatly appreciated&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'andale mono', monospace;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 16:09:24 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Is-it-possible-backup-730-device-and-logs-to-USB/m-p/17308#M588</guid>
      <dc:creator>Thomas_Dunlap</dc:creator>
      <dc:date>2017-12-08T16:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible backup 730 device and logs to USB?</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Is-it-possible-backup-730-device-and-logs-to-USB/m-p/17309#M589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as I know, this is not currently possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Dec 2017 07:11:52 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Is-it-possible-backup-730-device-and-logs-to-USB/m-p/17309#M589</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2017-12-09T07:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible backup 730 device and logs to USB?</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Is-it-possible-backup-730-device-and-logs-to-USB/m-p/17310#M590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is very easy done manually - if you connect using WinSCP (with the USB connected and mounted), you can see the backup (created manually before connecting) or the last version of a scheduled backup) as /storage/mySMB_1_R77.20.75_990172238_2018-Feb-05-01_32_00.zip and the USB medium on port 1 as /mnt/usb1/ !&lt;/P&gt;&lt;P&gt;So when connected via SSH, a copy to USB can be performed very easy! But scripting is the weak point here: On SMB devices, no cron job is possible. So e.g. to issue a reboot every two weeks, we need to trigger this over SSH. Details can be found in sk106836 How to configure SSH authentication using RSA key files on Security Gateway 80 / 600 / 700 / 1100 / 1200R/1400 appliance. Remember to keep the passphrase empty when generating the key pair ! On the SMB box, we create the file /pfrm2.0/etc/myreb.sh :&lt;BR /&gt;#!/bin/bash -f&lt;BR /&gt;date &amp;gt;&amp;gt; /pfrm2.0/etc/lastReboot&lt;BR /&gt;(echo y ) | reboot&lt;BR /&gt;On the unit that shall issue the command (based on GAiA or Unix) we follow sk95890 How to configure SSH authentication on Gaia OS using RSA key files and create /home/admin/sshreb.sh :&lt;BR /&gt;#!/bin/bash -f&lt;BR /&gt;ssh -i /home/admin/MyKey ip.x.x.x sh -l ./pfrm2.0/etc/myreb.sh&lt;BR /&gt;After first connect per ssh, the script is able to login and perform reboot automatically after called using cron ! This is easy e.g. on a Gaia device. Such a script is also able to perform TP Updates automatically, but at different scheduled times for each blade using the online_update_cmd !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps a bit &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2018 08:40:07 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Is-it-possible-backup-730-device-and-logs-to-USB/m-p/17310#M590</guid>
      <dc:creator>G_W_Albrecht</dc:creator>
      <dc:date>2018-02-05T08:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible backup 730 device and logs to USB?</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Is-it-possible-backup-730-device-and-logs-to-USB/m-p/17311#M591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to add two other bits:&lt;/P&gt;&lt;P&gt;1. The CLI syntax from the question is also very usable for settings backup:&lt;/P&gt;&lt;PRE&gt;[730GW]# backup settings to usb file-encryption on password admin backup-policy on add-comment check_point_new_configuration&lt;/PRE&gt;&lt;P&gt;But without cron, we can not schedule scripts on the SMB device itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Concerning Logs: It is possible to use a SD Card for logging, but not a USB medium. The problem with manual log copies is that the logs are not readable - you would have to copy them again to the SMB device to be able to read them! But it is possible to use fwm logexport CLI command from sk118519 "fwm logexport" command to save the fw log as ASCII to e.g. USB. But for logging itself, the answer is no !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2018 11:36:34 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Is-it-possible-backup-730-device-and-logs-to-USB/m-p/17311#M591</guid>
      <dc:creator>G_W_Albrecht</dc:creator>
      <dc:date>2018-02-05T11:36:34Z</dc:date>
    </item>
  </channel>
</rss>

