<?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: Backups with ArcGIS Server 10.2 in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/backups-with-arcgis-server-10-2/m-p/526518#M20381</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's Python command line. Click on the Upper left corner of 'Python command line', select 'Edit', and paste.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can also use windows backup tools or another commercial backup application like Backup Exec to archive the folders where your data lives.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 30 Mar 2014 11:19:51 GMT</pubDate>
    <dc:creator>NidhinKarthikeyan</dc:creator>
    <dc:date>2014-03-30T11:19:51Z</dc:date>
    <item>
      <title>Backups with ArcGIS Server 10.2</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/backups-with-arcgis-server-10-2/m-p/526517#M20380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; I'm a little confused on how to do a server backup in 10.2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The instructions for backing up the server say open a command line.&amp;nbsp; Is this the python command line?&amp;nbsp; If so, I can't copy and paste into the command line.&amp;nbsp; Is their a simple way to run the backup?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My code is basically as follows but I'm getting errors.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;C:\Python27\ArcGISx6410.2\python.exe&amp;nbsp; ???C:\Program Files\ArcGIS\Server\tools\admin\backup.py??? ???u admin ???p password ???s http://gisserver:6080 ???f ???D:\Data\CamarilloGIS\Projects\OnlineMapping???&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2014 18:11:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/backups-with-arcgis-server-10-2/m-p/526517#M20380</guid>
      <dc:creator>TomMagdaleno</dc:creator>
      <dc:date>2014-03-28T18:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Backups with ArcGIS Server 10.2</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/backups-with-arcgis-server-10-2/m-p/526518#M20381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's Python command line. Click on the Upper left corner of 'Python command line', select 'Edit', and paste.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can also use windows backup tools or another commercial backup application like Backup Exec to archive the folders where your data lives.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Mar 2014 11:19:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/backups-with-arcgis-server-10-2/m-p/526518#M20381</guid>
      <dc:creator>NidhinKarthikeyan</dc:creator>
      <dc:date>2014-03-30T11:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Backups with ArcGIS Server 10.2</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/backups-with-arcgis-server-10-2/m-p/526519#M20382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When you say server backup, are you trying to back up your ArcGIS for Server site?&amp;nbsp; My suggestion is that you utilize the Export / Import Configuration tool for ArcGIS Server 10.2 using the Administrator Directory; to get there, you need to log in at: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://gisservername:6080/arcgis/admin/login" rel="nofollow" target="_blank"&gt;http://gisservername:6080/arcgis/admin/login&lt;/A&gt;&lt;SPAN&gt;. The Export / Import Configuration tool allows you to backup and restore your site configuration whenever you need to rebuild a server. I do think taking a backup of the configuration store and the server directories would be a good idea in case there are specific files that need to be recovered after importing the configuration. I believe the configuration site export file should contain all of your service definitions, registered data stores, and other important components of the site.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Mar 2014 13:51:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/backups-with-arcgis-server-10-2/m-p/526519#M20382</guid>
      <dc:creator>WilliamCraft</dc:creator>
      <dc:date>2014-03-30T13:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Backups with ArcGIS Server 10.2</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/backups-with-arcgis-server-10-2/m-p/526520#M20383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;William,&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Yes I am backing up the ArcGIS server site and configurations.&amp;nbsp; I would like to do it your way, but I can't find anything labeled Export / Import Configuration tool in the Server Manager.&amp;nbsp; I think I have gone through all the menus and submenus, but maybe I'm just dense.&amp;nbsp; Where is this tool?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 13:56:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/backups-with-arcgis-server-10-2/m-p/526520#M20383</guid>
      <dc:creator>TomMagdaleno</dc:creator>
      <dc:date>2014-03-31T13:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Backups with ArcGIS Server 10.2</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/backups-with-arcgis-server-10-2/m-p/526521#M20384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That option is not in the Server Manager, it is in the Administrator Directory.&amp;nbsp; To get there, you need to log in at: &lt;/SPAN&gt;&lt;A href="http://gisservername:6080/arcgis/admin/login"&gt;http://gisservername:6080/arcgis/admin/login&lt;/A&gt;&lt;SPAN&gt; and replace 'gisservername' with your actual hostname.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EDIT: I'm glad to see you found it!&amp;nbsp; Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 14:01:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/backups-with-arcgis-server-10-2/m-p/526521#M20384</guid>
      <dc:creator>WilliamCraft</dc:creator>
      <dc:date>2014-03-31T14:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: Backups with ArcGIS Server 10.2</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/backups-with-arcgis-server-10-2/m-p/526522#M20385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks William.&amp;nbsp; I was using a different path, you set me straight.&amp;nbsp; It worked like a charm.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 14:02:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/backups-with-arcgis-server-10-2/m-p/526522#M20385</guid>
      <dc:creator>TomMagdaleno</dc:creator>
      <dc:date>2014-03-31T14:02:51Z</dc:date>
    </item>
  </channel>
</rss>

