Timo
Timo
I have an Orangepi 3 lts and I have not been able to make it work. I guess it indeed does NOT work with Orangepi 3 lts.
@rm-hull Is this project supporting Orangepi 3 lts?
Ubuntu user here: I exported the passwords from Lastpass, got a webpage. Did ctrl-a ctrl-c to copy the passwords Opened gedit Pasted passwords to geditwith ctrl-v Deleted empty lines in...
How do I do that?
I have an Orangepi 3LTS running Armbian 23.8.1 Bullseye with Linux 5.15.93-sunxi64. sys-clone works perfect as long as I have the system on a SD card. I moved the system...
This still does not work after updating to Armbian 23.8.3. Anyone else seeing this behavior, or is this a problem with my setup?
> You're talking about `sys-clone`, but this repo contains only `rpi-clone`. Is that a typo? I renamed rpi-clone to sys-clone as I am not using raspberry pi. It is the...
This is what comes in the log: [output.log](https://github.com/billw2/rpi-clone/files/12589322/output.log)
Everything until `e2label /dev/sdb1 --` works. After that it fails: `$ sudo umount /mnt/clone` `$ sudo e2label /dev/sdb1 --` `$ sudo mount /dev/sdb1 /mnt/clone` `mount: /mnt/clone: mount(2) system call failed:...
If I run rsync without the e2label command it works just fine: `$ sudo rsync -acxHAX --info=progress2 / /mnt/clone --exclude='/mnt/clone/*'` `256,621 0% 16.28kB/s 0:00:15 (xfr#12, to-chk=0/81770)` What is the e2label...