billw2

Results 38 comments of billw2

>src_boot_dev=`findmnt /boot -o source -n | grep -v -e "systemd"` That excludes the systemd, but I'm not confident about why that line is there or if somewhere else or down...

On Mon, 26 Aug 2019 10:28:23 -0700 Ari wrote: > @billw2 Yes - this works, and it's a better approach. That way you are guaranteed to catch always the >...

On Thu, 14 May 2020 19:31:07 -0700 valiant66 wrote: > => rsync /boot/ /mnt/clone/boot ...sending incremental file list > rsync: chown "/mnt/clone/boot/." failed: Operation not permitted (1) > ./ >...

It might be pretty verbose, but could you post the output when using the -x option to rpi-clone? Maybe just attach the -x output as a file.

For SD card to USB boot there are several ways to go so I'll show some examples that maybe will cover your cases: You have an SD card booting on...

On Wed, 23 Oct 2019 13:57:26 -0700 NickD9 wrote: > I removed my original SD card, inserted a new one flashed with Raspbian Lite and then rebuilt the system.... >...

I think allowing this kind of mounting is for a feature having to with union or overlay files systems in Linux. But I don't know much about them. Others have...

On Mon, 24 Feb 2020 09:10:07 -0800 Lorccan wrote: > I'm using an RPI 3B+ booted from a 64GB USB stick using Raspbian GNU/Linux 9 (stretch) > > I want...

Whatever customizing you need should be done in the rpi-clone-setup script and then run rpi-clone with the -s option. The default rpi-clone-setup just changes the hostname, but it can do...

rpi-clone can't backup to .img files, but I will look into adding that option. On Wed, 28 Aug 2019 01:12:55 -0700 xCozmox wrote: > Hello I have multiple Raspberries running...