Sunday 7 May 2017

Back up Pi (on Mint)

To backup the Raspberry Pi SD Card

dd if=/dev/sdx of=/path/to/image
To restore
dd if=/path/to/image of=/dev/sdx
From here:https://raspberrypi.stackexchange.com/questions/311/how-do-i-backup-my-raspberry-pi

No comments:

Post a Comment