![]() |
2009-12-13
, 07:33
|
Posts: 486 |
Thanked: 251 times |
Joined on Oct 2009
|
#12
|
![]() |
2009-12-13
, 09:58
|
|
Posts: 388 |
Thanked: 115 times |
Joined on Oct 2009
@ London, UK
|
#13
|
![]() |
2009-12-13
, 10:06
|
Posts: 8 |
Thanked: 13 times |
Joined on Dec 2009
|
#14
|
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.
![]() |
2009-12-13
, 10:30
|
Posts: 273 |
Thanked: 113 times |
Joined on Feb 2008
@ Germany
|
#15
|
![]() |
2009-12-13
, 10:47
|
|
Posts: 388 |
Thanked: 115 times |
Joined on Oct 2009
@ London, UK
|
#16
|
![]() |
2009-12-13
, 11:29
|
Posts: 273 |
Thanked: 113 times |
Joined on Feb 2008
@ Germany
|
#17
|
![]() |
2009-12-13
, 11:44
|
Posts: 38 |
Thanked: 6 times |
Joined on Dec 2009
|
#18
|
![]() |
2009-12-30
, 09:43
|
Posts: 6 |
Thanked: 0 times |
Joined on Dec 2009
|
#19
|
![]() |
2009-12-30
, 11:48
|
Posts: 1 |
Thanked: 0 times |
Joined on Dec 2009
|
#20
|
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...
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.