We all know that it is important to have good backups, but we also don't do that too often. So here is a little script you can dump is a cron job, and you will have your backups done automatically.
It is not that hard to make a backup, it is just one line like: tar cvfz backup.tar.gz /path/to/webroot
Why is it than that most people don't do it?
Well I don't know about you, but I figure we just don't think about it.
So what can we do about it? We automate it !