-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
62f3d1f
commit b4abeab
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# rpi-backup | ||
|
||
树莓派系统备份脚本 | ||
|
||
1、back.sh(备份脚本) | ||
用法:./back.sh xxx.img (xxx.img为备份文件名,自行修改) | ||
|
||
2、resize.sh(扩容脚本) | ||
用法:恢复系统后执行 ./resize.sh 扩容root分区,也可以用树莓派raspi-config进行扩容 | ||
|
||
3、参考资料 | ||
https://blog.csdn.net/lzjsqn/article/details/72058293 | ||
4.14.114-OPENFANS+20190602-v8 64位debain系统 /usr/sbin/resize.root 脚本 |