Reply
Thread Tools
Posts: 486 | Thanked: 251 times | Joined on Oct 2009
#11
Originally Posted by dukenukem View Post
rsync -avHl --exclude-from=/media/mmc1/sync_exclude / /media/mmc1/backup

that saved my *** a couple of times...
I assume the filesystem on /media/mmc1 needs to support hard and symbolic links and special files?

Can the /dev tree be backed up that way?

I thought there are problems trying to back up or restore a root filesystem that is booted and running.
 
Posts: 486 | Thanked: 251 times | Joined on Oct 2009
#12
Originally Posted by cardiff-blues View Post
And is there a more user friendly way of doing this?
For some kinds of users, that is about as friendly as it gets.
 
Kieron's Avatar
Posts: 388 | Thanked: 115 times | Joined on Oct 2009 @ London, UK
#13
I'd just prefer to be able to do a full, almost mirror of the entire device. Hope this becomes a possibilty soon.
 
Posts: 8 | Thanked: 13 times | Joined on Dec 2009
#14
Originally Posted by j.s View Post
I assume the filesystem on /media/mmc1 needs to support hard and symbolic links and special files?

Can the /dev tree be backed up that way?

I thought there are problems trying to back up or restore a root filesystem that is booted and running.
yes of course it has to support links and so on. fat won't suffice.
and yes /dev can be backed up. in my expierience restoring the whole system with rsync in that way alsways worked...
 
Posts: 273 | Thanked: 113 times | Joined on Feb 2008 @ Germany
#15
Originally Posted by Laughing Man View Post
I don't think it backup application specific settings though.
Let me think - I had gPodder installed before and reinstalled it after the reflash and restore. I think It knew my podcasts.

Probably one of the Topdogs here can explain if and why.

Regards,
Corwin
 
Kieron's Avatar
Posts: 388 | Thanked: 115 times | Joined on Oct 2009 @ London, UK
#16
Originally Posted by Corwin View Post
Let me think - I had gPodder installed before and reinstalled it after the reflash and restore. I think It knew my podcasts.

Probably one of the Topdogs here can explain if and why.

Regards,
Corwin
Because reflashing doesn't affect the 32gb internal memory card....?
 
Posts: 273 | Thanked: 113 times | Joined on Feb 2008 @ Germany
#17
OK, so if you are only reflashing the rootfs and the apps stay optified in the eMMC, after reinstalling you should have all steeings, right?

The question remains, though, wether it restores application settings or not (in case you also flash the eMMC image).
 
Posts: 38 | Thanked: 6 times | Joined on Dec 2009
#18
Application settings usually are kept in "/home/usrname/.appname" -->> on the 32GB Memory.
Consequently, they wont gest lost in the reflashing process.
 
Posts: 6 | Thanked: 0 times | Joined on Dec 2009
#19
Speaking of backups, is there anyway to back up just SMS and Email on the device?

Better yet, is there anyway to export/archive SMS (whole conversations) in a text file?

Just got the device as a gift for XMAS and i would love to use it as my one and only device but I can't do that unless SMS can be archived (need it for work)
 
Posts: 1 | Thanked: 0 times | Joined on Dec 2009
#20
Originally Posted by dukenukem View Post
if you are willing to use the terminal then you can use rsync.
after becoming root and adding the devel repository you can get it with apt-get install rsync
then you could use:
rsync -avHl --exclude-from=/media/mmc1/sync_exclude / /media/mmc1/backup
where the sdcard is mounted a mmc1
sync_exclude would contain:
/sys
/proc
/media
/mnt
/home/user/MyDocs
/home/

that saved my *** a couple of times...
I managed to back everything up, now I am just wondering how I would go about restoring it, specifically the command I would use to copy the backup files to where they need to be?
 
Reply


 
Forum Jump


All times are GMT. The time now is 04:02.