This document describes how to download backup files of TencentDB for MongoDB through the console and CVM.
Step 1. Generate a backup file
- Log in to the TencentDB for MongoDB console, click an instance name/ID in the instance list, and enter the instance management page.
- On the Backup and Rollback > Backup Task List tab, locate the desired backup and click Download in the Operation column.
Note:
You can click Manual Backup in the upper right corner to generate a manual backup at the moment.

- In the pop-up dialog box, click OK.
Step 2. Download the backup file
- Log in to the TencentDB for MongoDB console, click an instance name/ID in the instance list, and enter the instance management page.
- On the Backup and Rollback > File Download List tab, view the backup file progress.

- After the backup file is generated, we recommend you copy the download link, log in to a (Linux) CVM instance in the same VPC as the TencentDB instance, and run the
wget
command for high-speed download over the private network.Note:
- You can click Download from Internet in the Operation column to download the backup file using your browser.
- The
wget
command format: wget -c 'private network address' -O backup.tar
Was this page helpful?