View Single Post
Old 05-22-2018, 06:41 PM   #94
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by kapaggar View Post
Are below commands fine ? i will run these in diag if you give a green flag.
any precaution to take before taking these dumps and putting on google Drive ?
Code:
# dd if=/dev/mmcblk0boot0 |gzip > /mnt/us/images/mmcblk0boot0.gz
# dd if=/dev/mmcblk0boot1 |gzip > /mnt/us/images/mmcblk0boot1.gz

# dd if=/dev/mmcblk0p1 |gzip > /mnt/us/images/mmcblk0p1.gz
# dd if=/dev/mmcblk0p2 |gzip > /mnt/us/images/mmcblk0p2.gz
# dd if=/dev/mmcblk0p3 |gzip > /mnt/us/images/mmcblk0p3.gz
You should not have to fiddle with DIY commands, I posted a backup script here that will do all (or the portions you select), including the matching kernel images.
(and unlike geekmaster's script, mine actually tests the kernel image for correctness using u-boot tools.)
knc1 is offline   Reply With Quote