Hi @tom-2015, the program can't find the sd card to clone. That is true, since I'm not using it.
$ sudo ../imgclone -d mybackup.img
---- Raspberry Pi clone to image V1.8 ---
-----------------------------------------------
---- DO NOT CHANGE FILES ON YOUR SD CARD ---
---- WHILE THE BACKUP PROGRAM IS RUNNING ---
---- THE DESTINATION .IMG FILE MUST BE ---
---- ON AN EXTERNAL STORAGE / NETWORK SHARE ---
-----------------------------------------------
Cloning /dev/mmcblk0 to mybackup.img
uuid | cut -f1 -d-
Error: Could not stat device /dev/mmcblk0 - No such file or directory.
$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 119.2G 0 disk
├─sda1 8:1 0 512M 0 part /boot/firmware
└─sda2 8:2 0 118.7G 0 part /
Is it possible to make it generic somehow, or specify the root partition?
Hi @tom-2015, the program can't find the sd card to clone. That is true, since I'm not using it.
Is it possible to make it generic somehow, or specify the root partition?