Hi, I am using my Rock Pi 4B+ running Armbian v25.11 rolling. The sole reason is that the official Ubuntu Server 20.04 image is too old to have CUPS from OpenPrinting instead of Apple. Now, it works well, and I want to back it up. At first, the official backup script refused to work because the Armbian image makes a msdos disk. I already converted my eMMC to a GPT disk, and while it does work…
root@iskysprintserver2:~# ./rockpi-backup.sh
Welcome to rockpi-backup.sh, part of the ROCK Pi toolkit.
Enter rockpi-backup.sh -h to view help.
For a description and example usage, see the README.md at:
https://rock.sh/rockpi-toolbox
--------------------
Checking disk...
The backup file will be saved at /root/iskysprintserver2-backup-251105-1930.img
After this operation, 2513 MB of additional disk space will be used.
and the resulting file is only 17MB. Not even close to the Armbian original image size of 1.4 GB. So, of course, logically I wanted to load another OS on my SD card so I can copy bit by bit of the eMMC. However, my Rock Pi kept booting into the eMMC. I tried holding the recovery button (which is not documented for some reason), which didn’t do anything.
The issue has been around since I was using the official Ubuntu Server 20.04, though, of course, the backup script worked before, so I had no reason to fix it.