![]() |
2007-03-13
, 20:58
|
|
Posts: 26 |
Thanked: 2 times |
Joined on Feb 2007
@ UK
|
#142
|
![]() |
2007-03-14
, 00:46
|
|
Posts: 1,245 |
Thanked: 421 times |
Joined on Dec 2005
|
#143
|
Thanks again for your prompt and comprehensive reply. Sounds like I have to "become root" in order to see and backup the /home/user/.gpe and /home/user directory ....correct?
Neil
![]() |
2007-03-14
, 01:48
|
Posts: 197 |
Thanked: 4 times |
Joined on Jan 2007
|
#144
|
You don't have to be root (because the files are all owned by "user"), but you do have to be in an xterm. Just use:
cp -r /home/user /media/mmc1/user.bak
(replace "/media/mmc1/user.bak" with wherever you want to put the backup.)
![]() |
2007-03-14
, 11:08
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#145
|
![]() |
2007-03-14
, 16:54
|
Posts: 197 |
Thanked: 4 times |
Joined on Jan 2007
|
#146
|
That's exactly what I did going from mistral to gregale (skipped scirocco), and it went just fine.
![]() |
2007-03-14
, 17:12
|
Posts: 197 |
Thanked: 4 times |
Joined on Jan 2007
|
#147
|
![]() |
2007-03-14
, 17:19
|
|
Posts: 531 |
Thanked: 79 times |
Joined on Oct 2006
@ This side of insane, that side of genius
|
#148
|
![]() |
2007-03-14
, 17:53
|
Posts: 197 |
Thanked: 4 times |
Joined on Jan 2007
|
#149
|
seems you missed a space to specify which path is source and which is destination.
cp -r /home/user/ /media/mmc1/backups/
this will recursively (-r option) copy the contents of users home dir to the mmc card, in a folder called backups that must exist prior to running the command. note the space between user/ and /media. i am not sure why your are specifying a file name for the backup, though.
![]() |
2007-03-14
, 18:05
|
|
Posts: 531 |
Thanked: 79 times |
Joined on Oct 2006
@ This side of insane, that side of genius
|
#150
|
Thanks again for your prompt and comprehensive reply. Sounds like I have to "become root" in order to see and backup the /home/user/.gpe and /home/user directory ....correct?
Neil