Hello,
Your backups are on the MySQL service, and the latest one is about 700 MB (stored in our object storage; downloading from China requires cross-border transfer, which is usually the main cause of interruptions).
You can try downloading using a method that supports resuming interrupted downloads, so you don't have to start from the beginning if it disconnects:
- Copy the download link for the latest backup under Service → Backups.
- Execute the following command in your terminal (if it disconnects, just run the same command again, and it will automatically resume from where it left off):
curl -L -C - -o backup.zip "<download_link>"
The download link is valid for about 15 minutes. If it expires, go back to the Dashboard to copy a new link, then run the command above again to continue (it will resume based on the bytes already downloaded, not from the beginning).
3. You can also use download tools like Motrix, aria2, or IDM that support automatic resuming; the effect is the same.
Additionally, I would like to know: what is your approximate download speed? If it's convenient, please also mention at what point the download usually interrupts.