angeluslove

Results 11 comments of angeluslove

pi@raspberrypi:~ $ sudo ./piback.sh no argument, assume the mount device is /dev/sda1 ? Y/N y FUSE exfat 1.1.0 Reading package lists... Done Building dependency tree Reading state information... Done dosfstools...

以树莓派的销量来看,这种需求的人一定不会少,这个脚本还是非常有价值的!

非常感谢你的脚本,经过排错和修改,已经完美备份成功,树莓派3的备份后,写入img到zero中也可以正常启动运行。 以后可以发布自己修改过的镜像了,非常完美!再次感谢你的工作!

sudo rsync --force -rltWDEgopt --delete --stats --progress\ 最后一个参数和换行标记中间缺少空格 --progress\ 应该修改为 --progress \ ,不然会引起rsync报错,主要是缺少空格后会和后边的参数粘连起来,导致过程报错!

-rltWDEgopt 参数里边的t 重复了,不过不会报错,我不清楚这个是否有影响

sudo apt-get -y install rsync dosfstools parted kpartx exfat-fuse 可以把工具下载的语句添加到最开始,添加exfat-fuse支持挂载exfat格式u盘 然后修改挂载的两个语句为 sudo mount -o uid=1000 /dev/sda1 $usbmount 这样可以支持大于4g的单个img文件

可以尝试切换到root再运行脚本!

@udpsec 我备份后,没有修改过任何东西,可以随意恢复到任何一个设备!

I also encountered the same problem. After excluding other modules, I located to qzxing qt6.4.1 iOS

qt6.2.4 qzxing v3.3.0 error: You are creating QApplication before calling UIApplicationMain. If you are writing a native iOS application, and only want to use Qt for parts of the application,...