Aktionen
Raspberry PI¶
Howto create a backup of a raspberry-pi SD-Card¶
search for block-device
lsblk
take image of SD-card and compress it
dd if=/dev/mmcblk0 of=./RPI3_Fed32_Cognex_FTP_Server_20200724.dd.img status=progress
pigz RPI3_Fed32_Cognex_FTP_Server_20200724.dd.img
Von Jeremias Keihsler vor etwa 1 Jahr aktualisiert · 4 Revisionen