Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - Database Administration » Backup and Data Recovery » Backup and recovery tasks

Making a backup, deleting the original transaction log Next Page

Making a backup, renaming the original transaction log


This set of backup options is typically used for databases involved in replication. In addition to making backup copies of the database file and transaction log, the transaction log at backup time is renamed to an offline log, and a new transaction log is started with the same name as the log in use at backup time.

For more information about when to use this set of backup options, see A backup scheme for databases involved in replication.

To make a backup, renaming the transaction log (Sybase Central)
  1. Start Sybase Central. Connect to the database as the DBA.

  2. Right-click the database and choose Create Backup Images from the popup menu.

    The Create Backup Images wizard appears.

  3. Click Next on the introductory page of the wizard.

  4. Select the database that you want to back up.

  5. On the next page, enter the name of a directory to hold the backup copies, and choose whether to perform a complete backup (all database files) or an incremental backup (transaction log file only).

  6. On the next page, select the option Rename the Transaction Log.

  7. Click Finish to start the backup.

To make a backup, renaming the transaction log (SQL)