<?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: Backup configuration script in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/Backup-configuration-script/m-p/271766#M45539</link>
    <description>&lt;P&gt;If you don't have the&amp;nbsp;ftp.cmds file, then it won't actually work properly. Be sure to check /root and /home/admin for it.&lt;/P&gt;</description>
    <pubDate>Mon, 23 Feb 2026 20:02:57 GMT</pubDate>
    <dc:creator>Bob_Zimmerman</dc:creator>
    <dc:date>2026-02-23T20:02:57Z</dc:date>
    <item>
      <title>Backup configuration script</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Backup-configuration-script/m-p/271197#M45508</link>
      <description>&lt;P&gt;Good morning,&lt;/P&gt;&lt;P&gt;I have find in our Customer fw this script configured on GAIA Scheduler, but I don't say if self-made or is CP made:&lt;/P&gt;&lt;P&gt;[Expert@server-fwman:0]# cat fwmgmt.sh&lt;/P&gt;&lt;P&gt;#!/bin/bash&lt;/P&gt;&lt;P&gt;HOMEDIR=/home/admin&lt;/P&gt;&lt;P&gt;CPPROFILE=/opt/CPshared/5.0/tmp/.CPprofile.sh&lt;/P&gt;&lt;P&gt;##. /home/fwadmin/CPprofile.sh&lt;/P&gt;&lt;P&gt;##. /opt/CPshrd-R75.40/tmp/.CPprofile.sh&lt;/P&gt;&lt;P&gt;$CPPROFILE&lt;/P&gt;&lt;P&gt;echo $FWDIR &amp;gt; /tmp/server-fwman.out&lt;/P&gt;&lt;P&gt;echo $CPDIR &amp;gt;&amp;gt; /tmp/server-fwman.out&lt;/P&gt;&lt;P&gt;echo "CP management backup" &amp;gt;&amp;gt; /tmp/fwmgmtbck.out&lt;/P&gt;&lt;P&gt;mkdir -p /var/log/bck&lt;/P&gt;&lt;P&gt;/bin/rm -f /var/log/bck/server-fwman.*.tgz&lt;/P&gt;&lt;P&gt;$FWDIR/bin/upgrade_tools/migrate export -n /var/log/bck/server-fwman.$(date +%F)&lt;/P&gt;&lt;P&gt;cd /var/log/bck&lt;/P&gt;&lt;P&gt;ftp -i -n -v 10.10.10.39 &amp;lt; $HOMEDIR/ftp.cmds&lt;/P&gt;&lt;P&gt;## clean up tmp files&lt;/P&gt;&lt;P&gt;/bin/rm -Rf $FWDIR/tmp/migrate/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We don't find in $HOMEDIR/ftp.cmds file, it's possible deleted from upgrade ?&lt;BR /&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2026 10:33:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Backup-configuration-script/m-p/271197#M45508</guid>
      <dc:creator>MarcoLuvisi</dc:creator>
      <dc:date>2026-02-18T10:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Backup configuration script</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Backup-configuration-script/m-p/271198#M45509</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I think it's selfmade, the ftp.cmds it should be the file that contains the command to be executed when the script open FTP connection (probably cnage dir, get files, etc.).&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2026 10:43:22 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Backup-configuration-script/m-p/271198#M45509</guid>
      <dc:creator>simonemantovani</dc:creator>
      <dc:date>2026-02-18T10:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Backup configuration script</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Backup-configuration-script/m-p/271212#M45513</link>
      <description>&lt;P&gt;To me, logically, that looks self-made based on the content, specially considering ftp server shows private range IP address.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2026 13:41:06 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Backup-configuration-script/m-p/271212#M45513</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2026-02-18T13:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Backup configuration script</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Backup-configuration-script/m-p/271229#M45514</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;hm, your script does a migrate export and not a backup.&lt;/P&gt;
&lt;P&gt;If I'm not mistaken, 'migrate export' does a cpstop/cpstart.&lt;/P&gt;
&lt;P&gt;A real backup/mds_backup/snapshot command has to my experience no impact.&lt;/P&gt;
&lt;P&gt;Not sure if this is desired behavior for some customers.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2026 15:28:45 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Backup-configuration-script/m-p/271229#M45514</guid>
      <dc:creator>S_E_</dc:creator>
      <dc:date>2026-02-18T15:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Backup configuration script</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Backup-configuration-script/m-p/271230#M45515</link>
      <description>&lt;P&gt;It does cprestart, correct.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2026 15:30:00 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Backup-configuration-script/m-p/271230#M45515</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2026-02-18T15:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Backup configuration script</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Backup-configuration-script/m-p/271685#M45534</link>
      <description>&lt;P&gt;Thank you for a good things, I remove from Customer.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2026 11:50:59 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Backup-configuration-script/m-p/271685#M45534</guid>
      <dc:creator>MarcoLuvisi</dc:creator>
      <dc:date>2026-02-23T11:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Backup configuration script</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Backup-configuration-script/m-p/271725#M45535</link>
      <description>&lt;P&gt;So all good now?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2026 13:54:04 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Backup-configuration-script/m-p/271725#M45535</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2026-02-23T13:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Backup configuration script</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Backup-configuration-script/m-p/271738#M45536</link>
      <description>&lt;P&gt;migrate export does not stop services. I have a few SmartCenters where I use a similar script to collect one nightly, and the management services have been running uninterrupted since they were last rebooted to update to jumbo 60.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2026 16:21:01 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Backup-configuration-script/m-p/271738#M45536</guid>
      <dc:creator>Bob_Zimmerman</dc:creator>
      <dc:date>2026-02-23T16:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Backup configuration script</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Backup-configuration-script/m-p/271739#M45537</link>
      <description>&lt;P&gt;yess&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2026 16:27:24 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Backup-configuration-script/m-p/271739#M45537</guid>
      <dc:creator>MarcoLuvisi</dc:creator>
      <dc:date>2026-02-23T16:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Backup configuration script</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Backup-configuration-script/m-p/271740#M45538</link>
      <description>&lt;P&gt;Thanks for your side, then you think are good to still with this script ?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2026 16:28:53 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Backup-configuration-script/m-p/271740#M45538</guid>
      <dc:creator>MarcoLuvisi</dc:creator>
      <dc:date>2026-02-23T16:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Backup configuration script</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Backup-configuration-script/m-p/271766#M45539</link>
      <description>&lt;P&gt;If you don't have the&amp;nbsp;ftp.cmds file, then it won't actually work properly. Be sure to check /root and /home/admin for it.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2026 20:02:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Backup-configuration-script/m-p/271766#M45539</guid>
      <dc:creator>Bob_Zimmerman</dc:creator>
      <dc:date>2026-02-23T20:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Backup configuration script</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Backup-configuration-script/m-p/271899#M45555</link>
      <description>&lt;P&gt;pay attention to .tgz format from r82 and above&amp;nbsp;&lt;A href="https://community.checkpoint.com/t5/Firewall-and-Security-Management/R82-migrate-server-change/td-p/238454" target="_blank"&gt;https://community.checkpoint.com/t5/Firewall-and-Security-Management/R82-migrate-server-change/td-p/238454&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Feb 2026 07:25:38 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Backup-configuration-script/m-p/271899#M45555</guid>
      <dc:creator>CheckPointerXL</dc:creator>
      <dc:date>2026-02-25T07:25:38Z</dc:date>
    </item>
  </channel>
</rss>

