<?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: Auto Backup from ArcSDE in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/auto-backup-from-arcsde/m-p/653972#M37030</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;dear can you share that python script , i will be highly thankful to you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 12 Jan 2013 03:46:18 GMT</pubDate>
    <dc:creator>MudassarAshfaq</dc:creator>
    <dc:date>2013-01-12T03:46:18Z</dc:date>
    <item>
      <title>Auto Backup from ArcSDE</title>
      <link>https://community.esri.com/t5/data-management-questions/auto-backup-from-arcsde/m-p/653970#M37028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Could anyone help me about take an auto backup of database from ArcSDE geodatabase to file or personel geodatabases at the localhost ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cem UNUSTU&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hydrogeological Engineer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 10:53:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/auto-backup-from-arcsde/m-p/653970#M37028</guid>
      <dc:creator>CemUnustu</dc:creator>
      <dc:date>2012-06-15T10:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Backup from ArcSDE</title>
      <link>https://community.esri.com/t5/data-management-questions/auto-backup-from-arcsde/m-p/653971#M37029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Our organization has field staff who use ArcGIS Desktop on Laptops. So, we have a need for exporting feature classes out of our ArcSDE Geodatabase on a nightly basis to personal and/or file geodatabases.&amp;nbsp; I have written a Python script that uses the ArcGIS geoprocessing arcpy.Copy_Management commands to copy all the feature classes under a feature dataset to the personal or file geodatabase.&amp;nbsp; I then run the script as a scheduled job on our server to export the data every morning.&amp;nbsp; Other geoprocessing commands can be used to copy individual feature classes or standalone tables or to create Address Locators in the file based geodatabases.&amp;nbsp; Other Python commands will need to be used to make copies of previous exports or make copies of empty personal or file geodatabases to contain the new morning export.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you need to just a backup of an individual ArcSDE feature class, you could also use the ArcSDE administration command "sdeexport -o create" and create a scheduled job using a DOS batch file containing these commands.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jun 2012 16:34:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/auto-backup-from-arcsde/m-p/653971#M37029</guid>
      <dc:creator>WilliamRice</dc:creator>
      <dc:date>2012-06-17T16:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Backup from ArcSDE</title>
      <link>https://community.esri.com/t5/data-management-questions/auto-backup-from-arcsde/m-p/653972#M37030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;dear can you share that python script , i will be highly thankful to you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jan 2013 03:46:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/auto-backup-from-arcsde/m-p/653972#M37030</guid>
      <dc:creator>MudassarAshfaq</dc:creator>
      <dc:date>2013-01-12T03:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Backup from ArcSDE</title>
      <link>https://community.esri.com/t5/data-management-questions/auto-backup-from-arcsde/m-p/653973#M37031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The only reliable way to make backups of versioned ArcSDE geodatabases is through&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; database tools.&amp;nbsp; Copying the SDE.DEFAULT (or any other) version to file geodatabase&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; (or any other export format) will not capture any other branch in the version tree. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; ArcSDE export format will not capture tables which are edited together (feature&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; datasets) at the same moment in time, and won't be cognizent of domains or other &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;geodatabase functionality during restore.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Even with database tools, you must be certain to capture all tables at the same&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;moment, including the SDE user metadata, and if you intend to repair just one&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;versioned table with the backup, you need to be prepared for some difficult work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Jan 2013 16:39:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/auto-backup-from-arcsde/m-p/653973#M37031</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-01-13T16:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Backup from ArcSDE</title>
      <link>https://community.esri.com/t5/data-management-questions/auto-backup-from-arcsde/m-p/653974#M37032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Could anyone help me about take an auto backup of database from ArcSDE geodatabase to file or personel geodatabases at the localhost ? &lt;BR /&gt;&lt;BR /&gt;Best Regards, &lt;BR /&gt;&lt;BR /&gt;Cem UNUSTU&lt;BR /&gt;Hydrogeological Engineer&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;. xml file in this directory and then introduce a fixed python command to the database as the server can nominate as a scheduled task. However, the scheduled time due to the structure of the XML file to your backup before you need to take your own. Cem tool'u verdi mi eleman...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Volkan Topalo�?lu&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Geographer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 12:22:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/auto-backup-from-arcsde/m-p/653974#M37032</guid>
      <dc:creator>VolkanTopaloglu</dc:creator>
      <dc:date>2013-06-25T12:22:47Z</dc:date>
    </item>
  </channel>
</rss>

