User Tools

Site Tools


Sidebar






newpage

linux:backup

This is an old revision of the document!


Backup

howtos for various backup systems…

Simple dd backup of a partition or (raspi) SD card

Replace sdX with your SDcard (check fdisk -l)

dd bs=4M if=/dev/sdX | gzip -c9 > /home/your_username/image`date +%d%m%y`.gz
# 2. terminal:
watch progress

Restore:

gzip -dc /home/your_username/image....gz | dd bs=4M of=/dev/sdX
linux/backup.1666290644.txt.gz · Last modified: 2022/10/20 20:30 by tkilla