[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Making a backup...



HI Martin-Eric,

MER> However, how do I make an integral backup of my Unix filesystem
MER> (Minix fs), without having to re-establish all file permissions 
MER> or symlinks, when reinstalling?
There's a quite easy solution to your problem, if your harddsik is big
enough ... ;-)
I did it this way:
I've got two identical minix partitions on my hd (f,g). KGMD is installed
on bothof them; g: is for actual use whereas f: is the backup.
I added the following lines to my mint.cnf :

ren g: u:\sys
ren f: u:\shdw

sln u:\sys\usr   u:\usr
sln u:\sys\bin   u:\bin 
sln u:\sys\etc   u:\etc