On Friday 04 Mar 2005 01:23, riccardo wrote: > 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 > ________
Just copy and paste that into shell using an editor? Thanks Rosemary
____________________________________________________ Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com Join the Club : http://www.mandrakeclub.com ____________________________________________________
