|
1 | 1 | ## rpi-clone
|
2 | 2 |
|
3 |
| -This updated code is located in a fork of Bill Willsons git repository |
4 |
| -https://github.com/billw2/rpi-clone at https://github.com/geerlingguy/rpi-clone |
| 3 | +`rpi-clone` is a shell script for cloning a running Raspberry Pi booted source |
| 4 | +disk (SD card or USB disk) to a destination disk which will be bootable. |
5 | 5 |
|
6 |
| -Version 2 is a complete rewrite with improved capability over |
7 |
| -the original. See the examples below. |
| 6 | +Destinations include: |
8 | 7 |
|
9 |
| -rpi-clone is a shell script that is for cloning a running |
10 |
| -Raspberry Pi booted source disk (SD card or USB disk) to a destination |
11 |
| -disk which will be bootable. Destination disks are SD cards in the SD |
12 |
| -card slot or a USB card reader, USB flash disks, or USB hard drives. |
| 8 | + - SD cards in the SD card slot or a USB card reader |
| 9 | + - USB flash drives |
| 10 | + - USB hard drives and SSDs |
| 11 | + - NVMe drives attached directly to the Pi PCIe bus |
13 | 12 |
|
14 |
| -I also use rpi-clone on my Debian desktop, but there are too many |
15 |
| -variables in how an /etc/fstab can be set up and a desktop bootloader like |
16 |
| -grub can be configured for this to be an officially supported way of |
17 |
| -using rpi-clone. See On other OS below. |
| 13 | +`rpi-clone` can be used on other Debian systems, but is only tested and meant |
| 14 | +for Raspberry Pi OS. See 'On other OS' below. |
18 | 15 |
|
| 16 | +> This project is a fork of [the original `rpi-clone`](https://github.com/billw2/rpi-clone) |
| 17 | +> by Bill Wilson, but the original project was abandoned in 2020. |
19 | 18 |
|
20 | 19 | #### Clone by initialization
|
21 | 20 | An initialization clone starts by imaging the source disk partition
|
|
0 commit comments