Skip to content

Commit 3941dd4

Browse files
committed
Updated clone link in README but keep link for instructions to othere OS.
1 parent eb4ecaf commit 3941dd4

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

README.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ only Debian packages with apt-get.
4545

4646
#### On a Raspberry Pi:
4747
```
48-
$ git clone https://github.com/billw2/rpi-clone.git
48+
$ git clone https://github.com/framps/rpi-clone.git
4949
$ cd rpi-clone
5050
$ sudo cp rpi-clone rpi-clone-setup /usr/local/sbin
5151
```
@@ -66,7 +66,7 @@ add them to the rpi-clone-setup script.
6666
To install on another OS, rpi-clone may be renamed to suit. For example,
6767
on my Debian desktop I rename:
6868
```
69-
$ git clone https://github.com/billw2/rpi-clone.git
69+
$ git clone https://github.com/billw2/rpi-clone.git
7070
$ cd rpi-clone
7171
$ sudo cp rpi-clone /usr/local/sbin/sys-clone
7272
$ sudo cp rpi-clone-setup /usr/local/sbin/sys-clone-setup
@@ -256,7 +256,7 @@ Booted disk: mmcblk0 16.0GB Destination disk: sdb 8.0GB
256256
---------------------------------------------------------------------------
257257
Part Size FS Label Part Size FS Label
258258
1 /boot 58.4MB fat16 -- 1 8.0GB fat32 --
259-
2 root 16.0GB ext4 SD-RPI-s1
259+
2 root 16.0GB ext4 SD-RPI-s1
260260
---------------------------------------------------------------------------
261261
== Initialize: IMAGE mmcblk0 partition table to sdb - FS types mismatch ==
262262
1 /boot (22.5MB used) : IMAGE to sdb1 FSCK
@@ -271,7 +271,7 @@ Verbose mode : no
271271
272272
Initialize and clone to the destination disk sdb? (yes/no): yes
273273
Optional destination rootfs /dev/sdb2 label (16 chars max): SD-RPI-8a
274-
...
274+
...
275275
```
276276

277277
#### 2) Subsequent clone to the same SD card in USB card reader as example 1
@@ -299,7 +299,7 @@ Run setup script : rpi-clone-setup rpi2
299299
Verbose mode : no
300300
-----------------------:
301301
302-
Ok to proceed with the clone? (yes/no):
302+
Ok to proceed with the clone? (yes/no):
303303
```
304304

305305
#### 3) Cloning a Pi3 when fstab uses PARTUUID
@@ -407,7 +407,7 @@ and using rpi-clone for a clone back to the SD card slot will not work.
407407

408408

409409
#### 6) Clone to smaller 4GB SD card
410-
I happen to have an old 4GB SD card and here's a try to clone to it:
410+
I happen to have an old 4GB SD card and here's a try to clone to it:
411411
```
412412
root@rpi2: ~$ rpi-clone sda
413413
@@ -513,8 +513,8 @@ Booted disk: sda 64.2GB Destination disk: sdb 31.5GB
513513
---------------------------------------------------------------------------
514514
Part Size FS Label Part Size FS Label
515515
1 /boot 104.4MB fat32 -- 1 31.5GB fat32 --
516-
2 root 16.8GB ext4 Samsung 64GB A
517-
3 /home/pi/media 47.3GB ext4 --
516+
2 root 16.8GB ext4 Samsung 64GB A
517+
3 /home/pi/media 47.3GB ext4 --
518518
---------------------------------------------------------------------------
519519
== Initialize: IMAGE sda partition table to sdb - FS types mismatch ==
520520
1 /boot (21.5MB used) : IMAGE to sdb1 FSCK
@@ -528,7 +528,7 @@ Verbose mode : no
528528
: The partition structure will be imaged from sda.
529529
-----------------------:
530530
531-
Initialize and clone to the destination disk sdb? (yes/no):
531+
Initialize and clone to the destination disk sdb? (yes/no):
532532
```
533533
Note that if I had partitioned the 64GB disk with more than three
534534
partitions it would have been more difficult to clone down to the
@@ -550,8 +550,8 @@ Booted disk: sda 64.2GB Destination disk: mmcblk0 15.8GB
550550
---------------------------------------------------------------------------
551551
Part Size FS Label Part Size FS Label
552552
1 /boot 104.4MB fat32 -- 1 15.8GB fat32 --
553-
2 root 16.8GB ext4 Samsung 64GB A
554-
3 /home/pi/media 47.3GB ext4 --
553+
2 root 16.8GB ext4 Samsung 64GB A
554+
3 /home/pi/media 47.3GB ext4 --
555555
---------------------------------------------------------------------------
556556
Initialize required : partition - types mismatch.
557557
: The minimum destination disk size is 16.9GB
@@ -572,8 +572,8 @@ Booted disk: sda 64.2GB Destination disk: mmcblk0 15.8GB
572572
---------------------------------------------------------------------------
573573
Part Size FS Label Part Size FS Label
574574
1 /boot 104.4MB fat32 -- 1 15.8GB fat32 --
575-
2 root 16.8GB ext4 Samsung 64GB A
576-
3 /home/pi/media 47.3GB ext4 --
575+
2 root 16.8GB ext4 Samsung 64GB A
576+
3 /home/pi/media 47.3GB ext4 --
577577
---------------------------------------------------------------------------
578578
== Initialize: IMAGE sda partition table to mmcblk0 - forced by option ==
579579
1 /boot (21.5MB used) : IMAGE to mmcblk0p1 FSCK
@@ -587,7 +587,7 @@ Verbose mode : no
587587
: The partition structure will be imaged from sda.
588588
-----------------------:
589589
590-
Initialize and clone to the destination disk mmcblk0? (yes/no):
590+
Initialize and clone to the destination disk mmcblk0? (yes/no):
591591
```
592592
I'm using PARTUUID in /etc/fstab, but if I weren't, this clone would also
593593
automatically edit mmcblk0p names into the destination disk fstab.
@@ -600,14 +600,14 @@ I get an error requiring another initialize. This time the
600600
error is because rpi-clone wants to clone the mounted third partition and
601601
there is no destination third partition:
602602
```
603-
pi@rpi2: ~$ sudo rpi-clone mmcblk0
603+
pi@rpi2: ~$ sudo rpi-clone mmcblk0
604604
605605
Booted disk: sda 64.2GB Destination disk: mmcblk0 15.8GB
606606
---------------------------------------------------------------------------
607607
Part Size FS Label Part Size FS Label
608608
1 /boot 104.4MB fat32 -- 1 104.4MB fat32 --
609609
2 root 16.8GB ext4 Samsung 64GB A 2 15.7GB ext4 SD-16c
610-
3 /home/pi/media 47.3GB ext4 --
610+
3 /home/pi/media 47.3GB ext4 --
611611
---------------------------------------------------------------------------
612612
Initialize required : partition 3 /home/pi/media - destination missing.
613613
: Unmount source partitions or use -m
@@ -626,7 +626,7 @@ Booted disk: sda 64.2GB Destination disk: mmcblk0 15.8GB
626626
Part Size FS Label Part Size FS Label
627627
1 /boot 104.4MB fat32 -- 1 104.4MB fat32 --
628628
2 root 16.8GB ext4 Samsung 64GB A 2 15.7GB ext4 SD-16c
629-
3 /home/pi/media 47.3GB ext4 --
629+
3 /home/pi/media 47.3GB ext4 --
630630
---------------------------------------------------------------------------
631631
== SYNC sda file systems to mmcblk0 ==
632632
/boot (21.5MB used) : SYNC to mmcblk0p1 (104.4MB size)
@@ -636,7 +636,7 @@ Run setup script : no
636636
Verbose mode : no
637637
-----------------------:
638638
639-
Ok to proceed with the clone? (yes/no):
639+
Ok to proceed with the clone? (yes/no):
640640
```
641641

642642
#### 11) Clones from my Debian desktop
@@ -654,11 +654,11 @@ Booted disk: sda 275.1GB Destination disk: sdb 320.1GB
654654
---------------------------------------------------------------------------
655655
Part Size FS Label Part Size FS Label
656656
1 1.0GB ext4 SSD-275-G6-p1 1 320.1GB -- --
657-
2 root 52.4GB ext4 SSD-275-G6-p2
658-
3 12.6GB swap --
659-
4 209.0GB EXT --
660-
5 /home 62.9GB ext4 SSD-275-G6-p5
661-
6 /mnt/sda 146.1GB ext4 SSD-275-G6-p6
657+
2 root 52.4GB ext4 SSD-275-G6-p2
658+
3 12.6GB swap --
659+
4 209.0GB EXT --
660+
5 /home 62.9GB ext4 SSD-275-G6-p5
661+
6 /mnt/sda 146.1GB ext4 SSD-275-G6-p6
662662
---------------------------------------------------------------------------
663663
== Initialize: IMAGE sda partition table to sdb - FS types mismatch ==
664664
1 : IMAGE to sdb1
@@ -675,7 +675,7 @@ Verbose mode : no
675675
: The partition structure will be imaged from sda.
676676
-----------------------:
677677
678-
Initialize and clone to the destination disk sdb? (yes/no):
678+
Initialize and clone to the destination disk sdb? (yes/no):
679679
```
680680
And a subsequent sync to the same disk after I have manually labeled all
681681
the partitions:
@@ -703,7 +703,7 @@ Run grub : grub-install --root-directory=/mnt/clone /dev/sdb
703703
Verbose mode : no
704704
-----------------------:
705705
706-
Ok to proceed with the clone? (yes/no):
706+
Ok to proceed with the clone? (yes/no):
707707
```
708708

709709

0 commit comments

Comments
 (0)