<?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: Cronjob script to schedule MDS Backup in API / CLI Discussion</title>
    <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35156#M2154</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anything I have to do to force the CMAs to be restored? Just running mds_restore isn't seeming to work on my test VM. I looked within the tgz file and the CMAs are there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Oct 2018 19:17:27 GMT</pubDate>
    <dc:creator>Jason_Carrillo</dc:creator>
    <dc:date>2018-10-16T19:17:27Z</dc:date>
    <item>
      <title>Cronjob script to schedule MDS Backup</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35142#M2140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, can someone help me&amp;nbsp;build a cronjob for the MDS_backup without the logs?&lt;/P&gt;&lt;P&gt;I do not know the script to build this cronjob. I would appreciate if someone could help me with the script, to schedule the job every &lt;STRONG&gt;Friday&amp;nbsp;&lt;/STRONG&gt;morning&lt;STRONG&gt; 8:15 AM.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Appliance: &lt;STRONG&gt;SMART-1 50 Appliance&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 13:12:46 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35142#M2140</guid>
      <dc:creator>Anil_Kumar2</dc:creator>
      <dc:date>2018-03-12T13:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Cronjob script to schedule MDS Backup</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35143#M2141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the backup script itself you should be able to find many examples here or over on CPUG.org.&lt;/P&gt;&lt;P&gt;For adding the command to cron use the following clish command:&lt;/P&gt;&lt;P&gt;&amp;nbsp; add cron job MDS_backup command "/backup/scripts/BackupMDS &amp;gt;/dev/null 2&amp;gt;&amp;amp;1" recurrence&amp;nbsp;weekly days 5 time 8:15&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where /backup/scripts/BackupMDS is you backup script file and location. For the day it is number 0-6 where Sunday = 0 then the Friday = 5.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 19:14:08 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35143#M2141</guid>
      <dc:creator>Maarten_Sjouw</dc:creator>
      <dc:date>2018-03-12T19:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Cronjob script to schedule MDS Backup</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35144#M2142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The easiest is to use standard GAIA backup - it will backup MDS config automatically without logs and you can schedule it in the webui &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/63851_pastedImage_7.png" style="width: 620px; height: 220px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm guessing you were looking for this line in cronjob if you wanted to make it really simple but not that "nice". Assuming that you are running R80.10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;15 08 * * 5 /opt/CPmds-R80/scripts/mds_backup -b -l&amp;nbsp;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;&amp;gt;/dev/null 2&amp;gt;&amp;amp;1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;it will run mds backup in batch mode and no logs. You might want to add -s flag to stop MDS whilst running backup.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;to add the crontab as non admin user refer to&amp;nbsp;&lt;SPAN style="color: #000000; font-size: 14px;"&gt;sk77300. (in nutshell crontab -e -u &amp;lt;backup_user_name&amp;gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #000000; font-size: 14px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #000000; font-size: 14px;"&gt;Else create a bash script from command above and schedule it via webui or cli&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 07:26:33 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35144#M2142</guid>
      <dc:creator>Kaspars_Zibarts</dc:creator>
      <dc:date>2018-03-13T07:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Cronjob script to schedule MDS Backup</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35145#M2143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I always thought the standard GAIA System Backup is agnostic of the fact that it is running MDS or not.&lt;/P&gt;&lt;P&gt;True or false?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2018 08:57:44 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35145#M2143</guid>
      <dc:creator>Marcel_Wildenbe</dc:creator>
      <dc:date>2018-10-15T08:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Cronjob script to schedule MDS Backup</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35146#M2144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No (if I understood your question correctly) - if GAIA sees MDS running, it will add mds_backup on top of regular GAIA backup content.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2018 09:20:59 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35146#M2144</guid>
      <dc:creator>Kaspars_Zibarts</dc:creator>
      <dc:date>2018-10-15T09:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cronjob script to schedule MDS Backup</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35147#M2145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok thanks. Too bad the documentation is not mentioning this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2018 10:52:26 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35147#M2145</guid>
      <dc:creator>Marcel_Wildenbe</dc:creator>
      <dc:date>2018-10-15T10:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Cronjob script to schedule MDS Backup</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35148#M2146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wasn't aware of that so had to check &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&amp;nbsp; You're absolutely right! It does not explicitly state that GAIA backup will perform full MDS backup except this row table in SK108902. But then you have to read "between lines" that product configuration = mds_backup&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk108902" title="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk108902"&gt;Best Practices - Backup on Gaia OS&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/71432_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2018 11:59:27 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35148#M2146</guid>
      <dc:creator>Kaspars_Zibarts</dc:creator>
      <dc:date>2018-10-15T11:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Cronjob script to schedule MDS Backup</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35149#M2147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kaspars, I see that you are recommend using the web UI backup. Do you know of any reason why my CMAs wouldn't be included in this backup?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2018 21:13:04 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35149#M2147</guid>
      <dc:creator>Jason_Carrillo</dc:creator>
      <dc:date>2018-10-15T21:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cronjob script to schedule MDS Backup</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35150#M2148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am testing this today. I still have my doubts a system backup (CLI or WebUI) will include MDS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2018 06:17:39 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35150#M2148</guid>
      <dc:creator>Marcel_Wildenbe</dc:creator>
      <dc:date>2018-10-16T06:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cronjob script to schedule MDS Backup</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35151#M2149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check your &lt;STRONG&gt;$MDSDIR/conf/mds_exclude.dat&lt;/STRONG&gt; file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk100327" title="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk100327"&gt;How to exclude CMAs from mds_backup script&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2018 06:21:49 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35151#M2149</guid>
      <dc:creator>Kaspars_Zibarts</dc:creator>
      <dc:date>2018-10-16T06:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cronjob script to schedule MDS Backup</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35152#M2150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="https://community.checkpoint.com/legacyfs/online/checkpoint/emoticons/laugh.png" /&gt;&amp;nbsp;- we have used it for years, restoring it in the lab weekly. Works like a charm. A bit slow for us in R80.10 - we have open TAC case that's apparently very close to be resolved. Our backup size went up from 3GB to 17GB so it takes time pack/unpack such big archives.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's backup log btw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;[Thu Sep 28 07:35:51 2017]: &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; Start Backup &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;[Thu Sep 28 07:35:51 2017]: Backup parameters:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;[Thu Sep 28 07:35:51 2017]: 1. 'file_list' -&amp;gt; 'SCALAR(0x8c995dc)'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;[Thu Sep 28 07:35:51 2017]: 2. 'package_path' -&amp;gt; ''&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;[Thu Sep 28 07:35:51 2017]: 3. 'group_name' -&amp;gt; 'all'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;[Thu Sep 28 07:35:51 2017]: 4. 'backup_type' -&amp;gt; 'backup'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;[Thu Sep 28 07:35:51 2017]: 5. 'package_name' -&amp;gt; 'backup__28_Sep_2017_07_35'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;[Thu Sep 28 07:35:54 2017]: Info: 'generic_backup': Changing to directory /var/log/CPbackup/backups&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;[Thu Sep 28 07:35:54 2017]: Status: Collecting information...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;[Thu Sep 28 07:35:56 2017]: Scheme groups ID table:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;[Thu Sep 28 07:35:56 2017]: 1. 'system' -&amp;gt; 'CPsystem0001'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;[Thu Sep 28 07:35:56 2017]: 2. 'cp_products' -&amp;gt; 'CPproducts_dlp_gw, CPproducts_dtps, CPproducts_te, CPproducts_fg1, Provider-1, CPproducts_mgmt, CPproducts_ppak, CPproducts_cvpn, CPproducts_svn, CPproducts_rt, CPproducts_rtm, CPproducts_fw1logs, CPproducts_fw1, CPproducts_uag, CPproducts_vsx'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;[Thu Sep 28 07:35:56 2017]: 3. 'snapshot' -&amp;gt; 'CPsnapshot0001'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;[Thu Sep 28 07:35:56 2017]: 4. 'all' -&amp;gt; 'CPsystem0001, CPproducts_dlp_gw, CPproducts_dtps, CPproducts_te, CPproducts_fg1, Provider-1, CPproducts_mgmt, CPproducts_ppak, CPproducts_cvpn, CPproducts_svn, CPproducts_rt, CPproducts_rtm, CPproducts_fw1logs, CPproducts_fw1, CPproducts_uag, CPproducts_vsx'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;[Thu Sep 28 07:35:56 2017]: Scheme files ID table:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;[Thu Sep 28 07:35:56 2017]: 1. 'CPproducts_fw1logs' -&amp;gt; 'fw1logs.cpbak'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;[Thu Sep 28 07:35:56 2017]: 2. 'CPproducts_vsx' -&amp;gt; 'vsx.cpbak'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;[Thu Sep 28 07:35:56 2017]: 3. 'CPproducts_cvpn' -&amp;gt; 'cvpn.cpbak'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;[Thu Sep 28 07:35:56 2017]: 4. 'CPproducts_dtps' -&amp;gt; 'dtps.cpbak'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;[Thu Sep 28 07:35:56 2017]: 5. 'CPproducts_rt' -&amp;gt; 'rt.cpbak'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;&lt;STRONG style="color: #ff0000;"&gt;[Thu Sep 28 07:35:56 2017]: 6. 'Provider-1' -&amp;gt; 'mds.cpbak'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;[Thu Sep 28 07:35:56 2017]: 7. 'CPproducts_svn' -&amp;gt; 'svn.cpbak'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;[Thu Sep 28 07:35:56 2017]: 8. 'CPproducts_ppak' -&amp;gt; 'ppak.cpbak'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;[Thu Sep 28 07:35:56 2017]: 9. 'CPsystem0001' -&amp;gt; 'system_configuration.cpbak'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;[Thu Sep 28 07:35:56 2017]: 10. 'CPproducts_fw1' -&amp;gt; 'fw1.cpbak'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;[Thu Sep 28 07:35:56 2017]: 11. 'CPproducts_rtm' -&amp;gt; 'rtm.cpbak'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;[Thu Sep 28 07:35:56 2017]: 12. 'CPproducts_te' -&amp;gt; 'te.cpbak'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;[Thu Sep 28 07:35:56 2017]: 13. 'CPsnapshot0001' -&amp;gt; 'snapshot.cpbak'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;[Thu Sep 28 07:35:56 2017]: 14. 'CPproducts_uag' -&amp;gt; 'uag.cpbak'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;[Thu Sep 28 07:35:56 2017]: 15. 'CPproducts_mgmt' -&amp;gt; 'mgmts.cpbak'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;[Thu Sep 28 07:35:56 2017]: 16. 'CPproducts_fg1' -&amp;gt; 'fg1.cpbak'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;[Thu Sep 28 07:35:56 2017]: 17. 'CPproducts_dlp_gw' -&amp;gt; 'dlp_gw.cpbak'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;[Thu Sep 28 07:35:56 2017]: INFO: include_files_list: /config/db/* /etc/udev/rules.d/00-*.rules /var/lib/net-snmp/snmpd.conf /etc/sysconfig/os_edition /opt/CPsuite-R80/fg1/conf/* /opt/CPsuite-R80/fg1/scripts/* /opt/CPsuite-R80/fg1/boot/modules/* /opt/CPsuite-R80/fg1/log/*&lt;STRONG style="color: #ff0000;"&gt; /var/log/mdsbackup.tgz&lt;/STRONG&gt; /var/opt/CPshrd-R80/registry/* /var/opt/CPshrd-R80/conf/* /opt/CPshrd-R80/database/* /var/opt/CPshrd-R80/log/* /opt/CPshrd-R80/database/postgresql/data/*.conf /opt/CPrt-R80/scripts/* /opt/CPrt-R80/conf/* /var/opt/CPrt-R80/Database/* /opt/CPrt-R80/log/* /var/opt/CPmds-R80/conf/* /var/opt/CPmds-R80/database/* /opt/CPmds-R80/lib/*.pf /var/opt/fw.boot/* /opt/CPsuite-R80/fw1/dlp/config/dlp.conf &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2018 06:40:24 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35152#M2150</guid>
      <dc:creator>Kaspars_Zibarts</dc:creator>
      <dc:date>2018-10-16T06:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Cronjob script to schedule MDS Backup</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35153#M2151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well poop, there it is. Thanks Kaspars!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2018 13:30:45 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35153#M2151</guid>
      <dc:creator>Jason_Carrillo</dc:creator>
      <dc:date>2018-10-16T13:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Cronjob script to schedule MDS Backup</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35154#M2152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Too easy, happy to help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2018 15:00:42 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35154#M2152</guid>
      <dc:creator>Kaspars_Zibarts</dc:creator>
      <dc:date>2018-10-16T15:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Cronjob script to schedule MDS Backup</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35155#M2153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are wanting to run cron jobs, you should add the cron job via clish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;add cron job &amp;lt;name&amp;gt; command &amp;lt;&amp;gt; ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2018 16:22:27 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35155#M2153</guid>
      <dc:creator>DanielS</dc:creator>
      <dc:date>2018-10-16T16:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Cronjob script to schedule MDS Backup</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35156#M2154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anything I have to do to force the CMAs to be restored? Just running mds_restore isn't seeming to work on my test VM. I looked within the tgz file and the CMAs are there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2018 19:17:27 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35156#M2154</guid>
      <dc:creator>Jason_Carrillo</dc:creator>
      <dc:date>2018-10-16T19:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Cronjob script to schedule MDS Backup</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35157#M2155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well with r80.10 there is a small &lt;STRONG&gt;but&lt;/STRONG&gt;..with r80.10 majority of people using jump server to get faster SmartConsole connection and usually they keep open SmartConsole opened even during weekends..&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/71624_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2018 07:23:05 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35157#M2155</guid>
      <dc:creator>Martin_Valenta</dc:creator>
      <dc:date>2018-10-17T07:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cronjob script to schedule MDS Backup</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35158#M2156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We kick users out after 2hrs of being idle&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/71611_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2018 07:56:21 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35158#M2156</guid>
      <dc:creator>Kaspars_Zibarts</dc:creator>
      <dc:date>2018-10-17T07:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cronjob script to schedule MDS Backup</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35159#M2157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes this is one of options, also on Windows server you can set it to log off idle sessions, but simply some people are just lazy to login to SmartConsole everyday..:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2018 08:17:59 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35159#M2157</guid>
      <dc:creator>Martin_Valenta</dc:creator>
      <dc:date>2018-10-17T08:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cronjob script to schedule MDS Backup</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35160#M2158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dangerous... &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&amp;nbsp;in case Putin gets his hands on your TS &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&amp;nbsp;actually I really like the timeout option as it was not there in R77&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2018 08:31:14 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35160#M2158</guid>
      <dc:creator>Kaspars_Zibarts</dc:creator>
      <dc:date>2018-10-17T08:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Cronjob script to schedule MDS Backup</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35161#M2159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did your physical box have a different interface name in use such as Mgmt, which is not by default in the virtual machine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2018 09:05:47 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Cronjob-script-to-schedule-MDS-Backup/m-p/35161#M2159</guid>
      <dc:creator>DanielS</dc:creator>
      <dc:date>2018-10-17T09:05:47Z</dc:date>
    </item>
  </channel>
</rss>

