Using dd to backup a PI SD
သင္ ၏
Raspberry Pi SD card
ကို
backup
အေနျဖင့္
image file
ျပဳလုပ္ရန္ အဆင့္ဆင့္ ကို ေအာက္ပါအတိုင္းျပဳလုပ္ႏိုင္ပါသည္။
sudo fdisk -l
Contributor and Trainer at Ubuntu Myanmar LoCo Team, FOSSMYANMAR, Open Street Map Myanmar and Raspberry Pi Myanmar. Our team was help people who want to learn Ubuntu Operating system , Raspberry Pi and Open Source Software.
Using dd to backup a PI SD
သင္ ၏
Raspberry Pi SD card
ကို
backup
အေနျဖင့္
image file
ျပဳလုပ္ရန္ အဆင့္ဆင့္ ကို ေအာက္ပါအတိုင္းျပဳလုပ္ႏိုင္ပါသည္။
sudo fdisk -l
SD Card / Memory Stick
မ််ားကို သင္၏စက္ႏွင့္မခ်ိတ္ဆက္ထားရ။
sudo dd bs=4M if=/dev/sdb | gzip > /home/your_username/image`date +%d%m%y`.gz
***
your_username
=
သင္၏
user account
အမည္
ေအာက္ေဖာ္ျပပါ
command
သည္
image file
ကို
list
ျပဳလုပ္ႏိုင္ပါသည္ ။
sudo gzip -dc /home/your_username/image.gz | dd bs=4M of=/dev/sdb
Comments
Post a Comment