![]() |
2013-01-11
, 11:08
|
|
Posts: 1,391 |
Thanked: 4,272 times |
Joined on Sep 2007
@ Vienna, Austria
|
#2
|
![]() |
2013-01-11
, 11:16
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#3
|
![]() |
2013-01-11
, 12:59
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#4
|
For lower-level backups: Use rsync from Maemo 5 (the package installs fine on Harmattan) via SSH to copy files over. Not sure if Aegis would get in your way.
![]() |
2013-01-13
, 10:06
|
Posts: 470 |
Thanked: 173 times |
Joined on Oct 2009
@ Melb
|
#5
|
![]() |
2013-01-13
, 22:33
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#6
|
![]() |
2013-01-15
, 00:33
|
Posts: 70 |
Thanked: 68 times |
Joined on Jan 2013
|
#7
|
ssh developer@192.168.2.15 "tar cvzp - --exclude='/proc' --exclude='/lost+found' --exclude='/sys' --exclude='/mnt' --exclude='/media' --exclude='/dev' /" | cat > /local/path/backup.tar.gz
tar -xvpzf /local/path/backup.tar.gz | ssh developer@192.168.2.15 "cat > /"
Best outcome:
I power up my new phone, and I cannot tel it's a new phone.
I've modified a few files in /etc in the pursuit of the best audio quality, custom themes, custom boot, tons of photos, and music.
So, how can I make a carbon copy of my current mobile?