All Projects → nanhantianyi → rpi-backup

nanhantianyi / rpi-backup

Licence: other
raspberry pi backup,树莓派系统备份,最小镜像备份

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to rpi-backup

Raspibackup
Backup and restore your running Raspberry
Stars: ✭ 268 (+25.82%)
Mutual labels:  backup, raspberrypi, raspberry
Q3lite
Q3lite, an OpenGL ES port of Quake III Arena for embedded Linux systems.
Stars: ✭ 64 (-69.95%)
Mutual labels:  raspberrypi, raspberry
Raspberrypi tempmon
Raspberry pi CPU temperature monitor with many functions such as logging, GPIO output, graphing, email, alarm, notifications and stress testing. Python 3.
Stars: ✭ 52 (-75.59%)
Mutual labels:  raspberrypi, raspberry
Nwjs rpi
[NW.js port for Raspberry Pi] binary compiled for the ARMv6 used in Raspberry Pi (compatible with RPi 2 and RPi 3)
Stars: ✭ 91 (-57.28%)
Mutual labels:  raspberrypi, raspberry
kiwi
Kiwi turns your Pimoroni Keybow into a fully customizable poor-man's Elgato Stream Deck!
Stars: ✭ 40 (-81.22%)
Mutual labels:  raspberrypi, raspberry
Rpi23 Gen Image
Advanced Debian "stretch" and "buster" bootstrap script for RPi 0/1/2/3 and QEMU
Stars: ✭ 300 (+40.85%)
Mutual labels:  raspberrypi, raspberry
Docker Jdownloader
JDownloader 2 Docker Image (Multiarch) - Passed 40M Downloads
Stars: ✭ 85 (-60.09%)
Mutual labels:  raspberrypi, raspberry
griode
Griode + Novation Launchpad + Raspberry Pi = a music instrument!
Stars: ✭ 116 (-45.54%)
Mutual labels:  raspberrypi, raspberry
Gumcp
Web Control Panel for Raspberry Pi
Stars: ✭ 124 (-41.78%)
Mutual labels:  raspberrypi, raspberry
Debian Pi Aarch64
This is the first 64-bit system in the world to support all Raspberry Pi 64-bit hardware!!! (Include: PI400,4B,3B+,3B,3A+,Zero2W)
Stars: ✭ 2,505 (+1076.06%)
Mutual labels:  raspberrypi, raspberry
diy-linux-guide
An LFS like guide for cross-bootstrapping a small system for the Raspberry Pi
Stars: ✭ 26 (-87.79%)
Mutual labels:  raspberrypi, raspberry
ControlBlockService2
This is the driver for the ControlBlock re.v 2.X, a power switch and input/output/gameapd gadget for the Raspberry Pi
Stars: ✭ 18 (-91.55%)
Mutual labels:  raspberrypi, raspberry
godot-gameshell
Godot export templates and instructions for the GameShell portable game console and other single-board computers
Stars: ✭ 34 (-84.04%)
Mutual labels:  raspberrypi, raspberry
Balena Electronjs
electronJS-based resin application template
Stars: ✭ 348 (+63.38%)
Mutual labels:  raspberrypi, raspberry
la-maison-pythonic
Projet didactique du livre "Python, Raspberry-Pi et Flask" avec ESP8266 sous MicroPython
Stars: ✭ 16 (-92.49%)
Mutual labels:  raspberrypi, raspberry
Homekitcam
A project to make a Raspberry Pi driven, HomeKit Enabled camera.
Stars: ✭ 69 (-67.61%)
Mutual labels:  raspberrypi, raspberry
NR1-UI
Userinterface for Volumio (RaspberryPi) with ssd1322 and ssd1306 oled display, spectrum bargraph, progress bar, LED functions, Standby-functions, 4 Buttons and Rotary Encoder.
Stars: ✭ 29 (-86.38%)
Mutual labels:  raspberrypi, raspberry
docker-rpi-plex-video-converter
Raspberry PI - Plex Video converter - Docker image (Multiarch)
Stars: ✭ 19 (-91.08%)
Mutual labels:  raspberrypi, raspberry
Gitlab
GitLab CE (Docker image) for ARM devices, this is a mirror repository of
Stars: ✭ 121 (-43.19%)
Mutual labels:  raspberrypi, raspberry
Piadvanced
This started as a custom install for my pihole!
Stars: ✭ 144 (-32.39%)
Mutual labels:  backup, raspberrypi

rpi-backup

树莓派系统备份脚本

一、测试系统

1、2020-02-13-raspbian-buster-lite (成功)

2、ubuntu-20.04-preinstalled-server-arm64 (成功)

3、ubuntu-18.04-desktop-arm64 (成功)

4、2019-12-30-OPENFANS-Debian-Buster-Aarch64-ext4-v2019-2.0-U2-Release-plus++ (成功)

二、back.sh(备份脚本,需要root权限)

用法:sudo bash back.sh xxx.img (xxx.img为备份文件名,自行修改)

1. 备份镜像大小计算:(boot分区全部 + root分区已使用) * 1.2

2. 如果sd卡剩余空间充足,可以备份到卡内,如果剩余空间有限,请备份到外部设备

3. 如果需要备份到外部设备,设备务必挂载到/media,不要挂载到/mnt,因为创建的镜像会挂载到/mnt进行操作

三、resize.sh(扩容脚本,需要root权限)

用法:恢复系统后执行 sudo bash resize.sh 扩容root分区,也可以用树莓派raspi-config进行扩容

四、参考资料

  1. https://blog.csdn.net/lzjsqn/article/details/72058293
  2. 4.14.114-OPENFANS+20190602-v8 64位debain系统 /usr/sbin/resize.root 脚本
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].