各种系统备份命令笔记 树莓派 取消挂载: sudo umount /dev/sdc* 备份: sudo dd bs=4M if=/dev/sdX status=progress | zstd -c > ./PiOS.img.zst sudo sync