Advanced
Тема интерфейса

Using OBS Browser+

You can use OBS Brower+ to download a manual or an automated backup to a local device for backup or restoration.

Precautions

  • If the size of a backup file is greater than 400 MB, use OBS Browser+ to download the backup file.
  • Backups downloaded from the DDS console are all full backups.

Procedure

  1. Log in to the management console.
  2. Click in the upper left corner and select a region and a project.
  3. Click Service List. Under Database, click Document Database Service to go to the DDS console.
  4. In the navigation pane on the left, choose Backups.
  5. On the Backups page, locate the available backup you want to download and click Download in the Operation column.
  6. In the displayed dialog box, select Use OBS Browser+ and click OK.
  7. On the displayed page, download the DDS backup file as prompted.
  8. Download OBS Browser+.
  9. Decompress and install OBS Browser+.
  10. Log in to OBS Browser+.
  11. Add an external bucket.
  12. Download the backup file.

    On the OBS Browser+ page, click the external bucket that you added. In the search box on the right of OBS Browser+, enter the backup file name displayed on the Download the Backup File page. In the search result, locate the target backup and download it.

  13. After the backup is downloaded, enable OBS Browser+ certificate verification.
  14. After the backup file is downloaded, use the LZ4 to decompress the file.

    Run the following command to decompress the backup file:

    lz4 -d $1 | tar -xC $2

    $1: indicates the downloaded backup file.

    $2: indicates the directory to which the backup file is decompressed.