Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle > Kindle Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 09-10-2022, 07:36 PM   #1
Cyrill
Junior Member
Cyrill began at the beginning.
 
Cyrill's Avatar
 
Posts: 7
Karma: 10
Join Date: Sep 2022
Location: Switzerland
Device: Kindle K4 (black)
Full System Backup

Hey Dear mobileread memers!
I've been reading here the whole night, decided to make an account and join the community!

I'm looking forward to run my own software on my freshly jailbroken kindle. I'll install python, so I can do whatever I want.

Is it possible to do a full system backup, in case anything goes wrong?
My first idea was to simply copy the root partition over scp to a disk on my computer. Would this work?

Cyrill is offline   Reply With Quote
Old 09-10-2022, 09:40 PM   #2
j.p.s
Grand Sorcerer
j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.
 
Posts: 5,285
Karma: 98804578
Join Date: Apr 2011
Device: pb360
Have a look at this thread:
https://www.mobileread.com/forums/sh...d.php?t=289690
j.p.s is offline   Reply With Quote
Advert
Old 09-11-2022, 07:35 AM   #3
Cyrill
Junior Member
Cyrill began at the beginning.
 
Cyrill's Avatar
 
Posts: 7
Karma: 10
Join Date: Sep 2022
Location: Switzerland
Device: Kindle K4 (black)
Indeed, that's what I found too. However, it states that this only works on touch screen devices.

My system is a kindle 4, jailbroken, usbnetwork and python3 installed. I don't have touch unfortunately.
Cyrill is offline   Reply With Quote
Old 09-11-2022, 01:39 PM   #4
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,478
Karma: 26012494
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
That shouldn't necessarily be a problem .

(Plus, it's a K4, so, Kubrick exists).
NiLuJe is offline   Reply With Quote
Old 09-11-2022, 09:13 PM   #5
katadelos
rm -rf /
katadelos ought to be getting tired of karma fortunes by now.katadelos ought to be getting tired of karma fortunes by now.katadelos ought to be getting tired of karma fortunes by now.katadelos ought to be getting tired of karma fortunes by now.katadelos ought to be getting tired of karma fortunes by now.katadelos ought to be getting tired of karma fortunes by now.katadelos ought to be getting tired of karma fortunes by now.katadelos ought to be getting tired of karma fortunes by now.katadelos ought to be getting tired of karma fortunes by now.katadelos ought to be getting tired of karma fortunes by now.katadelos ought to be getting tired of karma fortunes by now.
 
Posts: 219
Karma: 3333683
Join Date: Nov 2019
Location: United Kingdom
Device: K5, KT, KT2, KT3, KT4, KV, PW2, PW3, PW4, PW5
I vaguely remember using something like this to back up partitions over USBNet by piping them over using netcat:

Code:
# On host PC
`nc -l 19000 | dd bs=4M of=/tmp/kindle.img`
# On Kindle
`dd bs=4M if=/dev/mmcblk0p1 | nc 192.168.15.201 19000`
katadelos is offline   Reply With Quote
Advert
Old 09-12-2022, 05:51 AM   #6
Cyrill
Junior Member
Cyrill began at the beginning.
 
Cyrill's Avatar
 
Posts: 7
Karma: 10
Join Date: Sep 2022
Location: Switzerland
Device: Kindle K4 (black)
You guys are amazing! Thanks for the quick answers.
Cyrill is offline   Reply With Quote
Old 09-12-2022, 06:19 PM   #7
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,478
Karma: 26012494
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
Something to that effect might even be detailed in the MR wiki (possibly on the old and humongous Kindle_Touch_Hacking page), now that I think about it .
NiLuJe is offline   Reply With Quote
Reply

Tags
backup, kindle, root filesystem


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Cybook Muse Frontlight/Light - System folder backup crysis4000 Bookeen 0 07-25-2019 02:43 AM
Doing Full Backup of T68? DoctorWkt Onyx Boox 3 04-19-2015 06:09 AM
Can I get a Canadian Kobo Vox System Backup? danifunker Kobo Tablets 0 12-28-2011 04:59 PM
Revision control system for library backup Man Eating Duck Calibre 3 07-28-2011 02:01 AM
Hacks Trying to setup an automated system to backup kindle... jer989 Amazon Kindle 10 10-02-2010 03:14 AM


All times are GMT -4. The time now is 09:47 PM.


MobileRead.com is a privately owned, operated and funded community.