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
- Log in to the management console.
- Click
in the upper left corner and select a region and a project.
- Click Service List. Under Database, click Document Database Service to go to the DDS console.
- In the navigation pane on the left, choose Backups.
- On the Backups page, locate the available backup you want to download and click Download in the Operation column.
- In the displayed dialog box, select Use OBS Browser+ and click OK.
- On the displayed page, download the DDS backup file as prompted.
- Download OBS Browser+.
- Decompress and install OBS Browser+.
- Log in to OBS Browser+.
- Add an external bucket.
- 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.
- After the backup is downloaded, enable OBS Browser+ certificate verification.
- 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
$2: indicates the directory to which the backup file is decompressed.$1: indicates the downloaded backup file.
Parent topic: Downloading a Backup File
- Precautions
- Procedure