I was looking for some way to create an image from the complete sdcard without opening the scope (I bought it one week ago, I don't want to have warranty problems so far), then I'll share the process that worked for me:
adb connect IP:55555
adb root
adb remount
adb pull /dev/block/mmcblk0 rigol-dho804.img
In the terminal, you should be able to see that the pull command shows some sort of buffer, seems like you have a progress and it stuck at some point.
But if you refresh the folder where the file will be persisted, and also click on the .img file Properties, you'll be able to see that the image file slowly increases in size.
The whole process takes about 2h.
This is the first time I'm doing a backup from an Android device from the adb, so I'm not totally sure if it worked. I'm considering that the image should be fine due to the size around 30GB.
For the next steps I will look for any way to mount this img in Windows or I need to buy a 32GB sdcard to flash it.