Creating a backup of a geodatabase on a database server

A backup is a copy of the geodatabase that can be restored if a problem occurs. ArcSDE geodatabases for SQL Server Express support simple backup and recovery.

The simple backup and recovery model uses full database backups. It requires the least administration since you do not have to administer transaction log backups and log space. However, in the simple backup and recovery model, data is recoverable only to the most recent backup. Changes made since the last database backup are lost.

How often you perform backups depends on how often the data changes.

If you are using ArcSDE geodatabases for SQL Server Express created under your ArcGIS Desktop or ArcGIS Engine license, only one editor can be making changes at a time. Therefore, it would be best if the editor periodically created backup files while working, just like you would periodically save any other type of file as you are working on it.

NoteNote:

A geodatabase backup operation can be performed by a geodatabase administrator or a server administrator. Therefore, to periodically make a backup of the geodatabase, the editor must be at least a geodatabase administrator.

If you are using ArcSDE geodatabases for SQL Server Express licensed under ArcGIS Server at the Workgroup level, your backup schedule should be determined by how much data you feel you can stand to lose. It would be best if you plan your backups for specific times, such as putting them on the same schedule as your operating system or file backups. If you want to perform backups more frequently, schedule them to occur when other users are not accessing the geodatabase, perhaps at the end of the day.

NoteNote:

No matter what type of geodatabase you are using, always make a backup before upgrading or applying any service packs or patches to the geodatabase.

Steps:
  1. Log in as a server administrator or geodatabase administrator, start ArcMap, then open the Catalog window.
  2. Double-click the database server that contains the geodatabase for which you want to create a backup.

    This connects you to the database server.

  3. Right-click the geodatabase for which you want to create a backup file, click Administration, then click Backup.
  4. Type a name for your backup file in the Backup name text box.
  5. The backup file is created in a default location. To change this, type the path or navigate to the new location to which you want to save the backup file.
  6. NoteNote:
    You can only navigate to a different location if you are a server administrator. If you are a geodatabase administrator, you must type the path to the location.
  7. Type a description for the backup file in the Description text box.
  8. Click OK.
TipTip:

The Administration tab of the Geodatabase Properties dialog box indicates the name of the last backup file and the date when a backup was last performed for the geodatabase.

Related Topics


11/18/2013