Skip to content

Backup SD Card

Boris Rybalkin edited this page Jul 1, 2018 · 2 revisions

Manual backup

It is not safe to make a backup on a running device so it is advised to power it down and take the SD Card to a PC.

Etcher

Etcher does not support a backup feature yet, check the status: https://github.com/resin-io/etcher/issues/266

dd (Linux, Mac)

dd if=/dev/mmcblk01 of=/data/backup.img bs=1M

Win32 Disk Imager (Windows)

https://sourceforge.net/projects/win32diskimager/

Clone this wiki locally