> > also... what's a good backup strategy?  I have an Orb drive on my
> > network... I could back this up to an orb disk via the network, but how,
> > exactly?
> 
> 
> tar -cpf - / | ssh server "cd /mountpointofdrive; tar -xpvf -"

I would suggest adding a 'l' option to the first tar so that you wont
backup things like /proc and /mount, if you have more than one partition
then you would run the command for each partition and replace / with that
partitions mount point.

= Adam =


**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************

Reply via email to