Op wo, 12-04-2006 te 10:13 +1000, schreef scsijon:
> please
> would you be willing to share the total script

Sure, it's realy a simple script :-)

#!/bin/bash
mount /backup
rsync -avptgoHq  --delete-excluded '/home/chris' '/etc' '/boot'
'/usr/local' '/opt' /backup
umount /backup
mandb
updatedb
shutdown -h now
done
 
You can leave out the mandb and updatedb offcourse, by default cron does
that for you but i disabled it and do it myself (i dont like it when the
system starts doing things when i don't expect it to)

Chris Maaskant.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to