ZhongUncle / clone_rasp_disk

CLI tool to clone Raspberry Pi disk or SD card to another driver (even smaller space)
MIT License
3 stars 0 forks source link

clone_rasp_disk

Tool for cloning Raspberry Pi disk or SD card to another driver (even for smaller space). You can use it in your Raspberry, rather than using another Linux device. And it is very simple!

Usage

The usage is simple:

./clone_rasp_disk.sh [target_device_name]

For example:

./clone_rasp_disk.sh /dev/sdb

It will clone your local Raspberry Pi system and files to target disk /dev/sdb.

Details & Explanations

If you want to know more details and explanations, please read my blog:

Bugs

If you find a bug, please report it in issue!