Announcement
Collapse
No announcement yet.
Announcement
Collapse
No announcement yet.
[FULL EMMC BACKUP] The NiTRo TeaM
Collapse
This is a sticky topic.
X
X
-
Originally posted by pepelillo View PostIt worked perfectly.
ThanksREMEMBER, YOUR FEEDBACK IS VERY IMPORTANT TO US.My devices:
Minix Neo X7; Minix Neo X8-H , Minix Neo Z64W & Z64 (Sponsored by Minix)
MK902 & MK902II(Sponsored by RKM)
Beelink M8B & Beelink R89 (Sponsored by Beelink)
Tronsmart VEGA S89H (Sponsored by Gearbest.com)
MELE-PCG03 (Sponsored by Gearbest.com) Discount Coupon:MPCG03
Ainol Intel Z3735 MiniPC(Sponsored by Gearbest.com)
Thanks to them I can try to support your devices http://freaktab.com/core/images/smilies/wink.png
Comment
-
At Rufus
[MBR partition scheme for BIOS or UEFI computers]
also works...
At "2. ADVANCED (Start a X server so you can do all manually"
- The mouse (of my Fly Mouse Mini Wireless Keyboard with 2 mode learning IR remote 'iPazzPort KP-810-16') only works at the second USB port (the posterior connection). If I connect the dongle at the first USB port (the anterior connection) I only have it working for a short moment...
- My SD (Samsung EVO) wouldn't recognize (also no action at dmesg).
I used "2. ADVANCED (Start a X server so you can do all manually" because I like the idea of using dd and so on to do my backups (have a look at post #32) but I handle it a little bit different...
First I use
Code:lsblk
Code:mount /dev/[I]<xxxx> [/I]/mnt
After that I'm changing into /mnt because the md5sum writes also the filename into the output file and do my work
Code:cd /mnt dd if=/dev/mmcblk0 bs=512 | pv | pigz --best > fullbackup.gz md5sum fullbackup.gz > fullbackup.gz.md5
BTW: if you later want to rename the fullbackup.gz you also have to edit the fullbackup.gz.md5 with e.g. notepad++ (because it also contains the filename)...
To restore
Code:cd /mnt md5sum -c fullbackup.gz.md5 pigz -dkc fullbackup.gz | pv | dd of=/dev/mmcblk0 bs=512
Tip: copy the commands to a text-file (e.g. c.txt) and place it at your backup-medium so you can do a copy and past after you had mount the medium and done a
Code:cat /mnt/c.txt
Code:reboot
RK3288 Devices
- Overview BOX (LINK !)
- Overview STICK (Dongle) (LINK !)
MINIX NEO: Z64 W/A - (Intel Z3735F); X8-H Plus - (Amlogic S812H); A2 Lite (sponsored by minix.com.hk)
UGOOS UT3S (4/32GB with fan) - FW 2.0.6 - (RK3288) (sponsored by GearBest.com)
Tronsmart Draco AW80 Meta (2/16GB) - FW v2.0rc3 - (Allwinner A80) (sponsored by GeekBuying.com)
Beelink / UBOX R89 - FW 111k4110_1219 - (RK3288) (sponsored by Netxeon (Beelink))
RK3188: pcb => "CH001 1332 TN-BX09_V2.1" (K-R42 / CS918...) => wasser KK 1.0.3 (old rev)
Fly Mouse Mini Wireless Keyboard with 2 mode learning IR remote 'iPazzPort KP-810-16'
Comment
-
Rigth, I posted a $HOME in my md5sum -c code lineerror, corrected now.
REMEMBER, YOUR FEEDBACK IS VERY IMPORTANT TO US.My devices:
Minix Neo X7; Minix Neo X8-H , Minix Neo Z64W & Z64 (Sponsored by Minix)
MK902 & MK902II(Sponsored by RKM)
Beelink M8B & Beelink R89 (Sponsored by Beelink)
Tronsmart VEGA S89H (Sponsored by Gearbest.com)
MELE-PCG03 (Sponsored by Gearbest.com) Discount Coupon:MPCG03
Ainol Intel Z3735 MiniPC(Sponsored by Gearbest.com)
Thanks to them I can try to support your devices http://freaktab.com/core/images/smilies/wink.png
Comment
-
Originally posted by danfozzy View PostInterested to see if in v2, now that minix have released the bios for both android and windows versions that there could be something to make v2 a one stop shop from back/restore to converting the z64a to w and vice versa?
REMEMBER, YOUR FEEDBACK IS VERY IMPORTANT TO US.My devices:
Minix Neo X7; Minix Neo X8-H , Minix Neo Z64W & Z64 (Sponsored by Minix)
MK902 & MK902II(Sponsored by RKM)
Beelink M8B & Beelink R89 (Sponsored by Beelink)
Tronsmart VEGA S89H (Sponsored by Gearbest.com)
MELE-PCG03 (Sponsored by Gearbest.com) Discount Coupon:MPCG03
Ainol Intel Z3735 MiniPC(Sponsored by Gearbest.com)
Thanks to them I can try to support your devices http://freaktab.com/core/images/smilies/wink.png
Comment
-
Originally posted by leolas View Post... I think is better to change the BIOS process apart, using the tool provided by Ken (minix official) or the one provided by Lifeforce. Both tools use the uefi shell to change the bios, and from uefi shell you are sure that there is no other task in the background that can break the process.
Last but not least, you can use the backup tool at every intel device, but what will happen if someone try to use it at a non MINIX? (Believe me, you will find someone who will try it)
RK3288 Devices
- Overview BOX (LINK !)
- Overview STICK (Dongle) (LINK !)
MINIX NEO: Z64 W/A - (Intel Z3735F); X8-H Plus - (Amlogic S812H); A2 Lite (sponsored by minix.com.hk)
UGOOS UT3S (4/32GB with fan) - FW 2.0.6 - (RK3288) (sponsored by GearBest.com)
Tronsmart Draco AW80 Meta (2/16GB) - FW v2.0rc3 - (Allwinner A80) (sponsored by GeekBuying.com)
Beelink / UBOX R89 - FW 111k4110_1219 - (RK3288) (sponsored by Netxeon (Beelink))
RK3188: pcb => "CH001 1332 TN-BX09_V2.1" (K-R42 / CS918...) => wasser KK 1.0.3 (old rev)
Fly Mouse Mini Wireless Keyboard with 2 mode learning IR remote 'iPazzPort KP-810-16'
Comment
-
Originally posted by no_spam_for_me View Post
+1
Last but not least, you can use the backup tool at every intel device, but what will happen if someone try to use it at a non MINIX? (Believe me, you will find someone who will try it)
We (TNT) cant check the tool in other devices (we dont own them) but we think the tool can be used in other intel devices too, flash bios between different devices could result in a perma-brick. MINIX Neo z64w and Z64 Android are internally exactly the same device (same hardware only BIOS is different).REMEMBER, YOUR FEEDBACK IS VERY IMPORTANT TO US.My devices:
Minix Neo X7; Minix Neo X8-H , Minix Neo Z64W & Z64 (Sponsored by Minix)
MK902 & MK902II(Sponsored by RKM)
Beelink M8B & Beelink R89 (Sponsored by Beelink)
Tronsmart VEGA S89H (Sponsored by Gearbest.com)
MELE-PCG03 (Sponsored by Gearbest.com) Discount Coupon:MPCG03
Ainol Intel Z3735 MiniPC(Sponsored by Gearbest.com)
Thanks to them I can try to support your devices http://freaktab.com/core/images/smilies/wink.png
Comment
-
Originally posted by zeevg
Hi, how can i know which partition to backup??There are 10 types of people in the world: Those who understand binary, and those who don't...
If you want to buy me a beer, please use this -> https://www.paypalobjects.com/en_US/..._donate_SM.gif
Comment
-
Originally posted by daemonium View Postall of them.
just one more thing i don't understand:
lsblk
// <- shows me i want to backup mmcblk0
mount /dev/mmcblk0 /mnt
// <- so the partition i want to backup will be mounted
cd /mnt dd if=/dev/mmcblk0 bs=512 | pv | pigz --best > fullbackup.gz md5sum fullbackup.gz > fullbackup.gz.md5
// <- the destination path of the backup file is the same ?
// i need the destination of the backup file to be a USB storage
// so i should write:
"biggerStoragePath/fullbackup.gz md5sum fullbackup.gz > biggerStoragePath/fullbackup.gz.md5 ???
Thanks for the help !!!Last edited by zeevg; 20 April 2015, 09:21.
Comment
-
NO, you don't have to mount the source (the mmcblk0) but you have to mount the device_partition where you want to place the backup-file to (at your picture the /dev/sda1)...
You only have to use my statements (copy&paste)
BTW: mmcblk0 isn't a partition but the whole device (here the internal eMMC which you want to backup) to a file at another device_partition (here the sda1)...RK3288 Devices
- Overview BOX (LINK !)
- Overview STICK (Dongle) (LINK !)
MINIX NEO: Z64 W/A - (Intel Z3735F); X8-H Plus - (Amlogic S812H); A2 Lite (sponsored by minix.com.hk)
UGOOS UT3S (4/32GB with fan) - FW 2.0.6 - (RK3288) (sponsored by GearBest.com)
Tronsmart Draco AW80 Meta (2/16GB) - FW v2.0rc3 - (Allwinner A80) (sponsored by GeekBuying.com)
Beelink / UBOX R89 - FW 111k4110_1219 - (RK3288) (sponsored by Netxeon (Beelink))
RK3188: pcb => "CH001 1332 TN-BX09_V2.1" (K-R42 / CS918...) => wasser KK 1.0.3 (old rev)
Fly Mouse Mini Wireless Keyboard with 2 mode learning IR remote 'iPazzPort KP-810-16'
Comment
-
Originally posted by leolas View PostTo backup:
Code:dd if=/dev/[B]mmcblk0[/B] bs=512 | pv | pigz --best > mnt/[B]fullbackup.gz[/B] md5sum mnt/[B]fullbackup.gz[/B] > mnt/[B]fullbackup.md5[/B]
However I think that the mnt/ should be changed to /mnt/ as for me the first command gave a "no such file or directory" error message.
I used these commands to delete the pagefile and hiberfil files before backing up
Code:mkdir -p /mnt/win mount -t ntfs -rw /dev/mmcblk0p17 /mnt/win umount /mnt/win
Last edited by n3wb13; 20 April 2015, 17:13.
Comment
What's Going On
Collapse
There are currently 2927 users online. 3 members and 2924 guests.
Most users ever online was 63,956 at 18:56 on 20 March 2025.
Comment