On Tuesday 01 March 2005 08:19 am, Julie Sloan referred:
>> handy, to have entire duplicate system

 ~ for example . . . have cron daemon, once-a-week, run script :-
______________

.........................................
#!/bin/sh
#
# use rsync to backup / to /dev/hdb6 on Sunday
#
mount -t reiserfs /dev/hdb6 /mnt
# df
cd
rsync -avr --delete --delete-after --exclude=/mnt --exclude=/proc 
--exclude=/tmp / /mnt
cd
cp /mnt/etc/fstab.6bak /mnt/etc/fstab
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