rpi-clone
rpi-clone copied to clipboard
A shell script to clone a booted disk.
Feature request.. Pi-Clone is now a central part of my daily activity.. sometimes I'm making a backup for the same Pi - sometimes to go on another Pi. It would...
Hi Is it possible to back up the hdd on sd keeping the boot on the hdd from hdd and modifying the sd by booting from sd? So in case...
Hi, I'm using with success the first versio of RPI-Clone on a Raspberry with raspbian Linux rpi3mh 4.9.46-v7+ #1032 SMP Wed Aug 30 12:09:14 BST 2017 armv7l GNU/Linux and every...
I've tried running rpi-clone with several SDcards and readers but am always getting the same result: a corrupt partition table. This is the output of the script: [root@rpi-01 rpi-clone]# rpi-clone...
Hi, i have files under a hidden director (.jr_cam) in the main pi home directory. those files are not copied to the other SD card. im using this command: ```...
when I type in the following commands... cd rpi-clone sudo cp rpi-clone /usr/local/sbin ls -la /dev/disk/by-id look for the last sd_ on your sd card reader sudo rpi-clone sda -v...
https://github.com/billw2/rpi-clone/blob/82b833c7a44c1ec64716120096cd740c699f211f/rpi-clone#L479 => mkfs -t ext4 /dev/sda5 ... ./rpi-clone: line 479: printf: `32': not a valid identifier => mkfs -t vfat /dev/sda6 ... => mkfs -t ext4 -L ggpi32gb /dev/sda7 ......
I have sometimes found it desirable to have a progress indicator while using rpi-clone. I have been experimenting with the rsync option --info=progress2 both with and without the --no-i-r option...
F2FS
Is their a way to use this script with f2fs format? I have try a little to change the script but i have run inside disaster