On Thursday 03 March 2005 12:01 pm, Christopher Taylor wrote:
>  nice not to have to re-install and loose all Âthe data.
_________________

 ~ guess it is un-neccessary to lose any Data . . . ever  :-O

 . . . have CRON Daemon do frequent backups of /home directory, using 
RSYNC script  . . . like :-
_______________


#!/bin/sh
#
# use rsync to backup /home to /dev/hda6
#
mount -t reiserfs /dev/hda6 /mnt
# df
cd
rsync -avr --delete --delete-after /home /mnt
df
umount /mnt
cd

....................

best rgds
________






____________________________________________________
Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com
____________________________________________________

Reply via email to