| The Following User Says Thank You to pmrb For This Useful Post: | ||
|
|
2013-07-07
, 21:06
|
|
Community Council |
Posts: 4,902 |
Thanked: 12,827 times |
Joined on May 2012
@ Southerrn Finland
|
#2
|
|
|
2013-07-07
, 21:45
|
|
Posts: 29 |
Thanked: 15 times |
Joined on Jun 2013
|
#3
|
You can do that with ubiboot maintanance mode. http://talk.maemo.org/showthread.php?t=89345
In maintanance mode all partitions of device can be exported to external computer via USB so you can use tar to archive your Harmattan rootfs.
| The Following User Says Thank You to pmrb For This Useful Post: | ||
|
|
2013-07-07
, 22:15
|
|
Posts: 428 |
Thanked: 226 times |
Joined on Dec 2010
@ Philippines
|
#4
|
Thanks. But it seems to be quite complicated. I'm looking for a very easy method for restoring.
IMO, the easiest method would be:
"flasher -fF backup-file.bin" on a brand new N9.
If it is not possible to create such a "backup-file.bin", would the following
scenario be possible:
- get new N9
- enable SDK mode
- install rsync
- "rsync -a --delete backup-server:/N9-backup /" (or similar)
If yes, I would do the backup with rsync instead of dd.
TIA for any hints, Peter

|
|
2013-07-07
, 23:18
|
|
Community Council |
Posts: 4,902 |
Thanked: 12,827 times |
Joined on May 2012
@ Southerrn Finland
|
#5
|
- "rsync -a --delete backup-server:/N9-backup /" (or similar)
If yes, I would do the backup with rsync instead of dd.
TIA for any hints, Peter
How can I create a backup of the root partition of my N9 please?
It seems to be easy with a N900 (https://metalab.at/wiki/Hack-A-N900/...e_rootfs_Image) but / is mounted on /dev/root, that does not exist...
TIA for any help, Peter