Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
Education

Texas Board of Education Supports Evolution 344

somanyrobots writes with this excerpt from the Dallas News: "In a major defeat for social conservatives, a sharply divided State Board of Education voted Thursday to abandon a longtime state requirement that high school science teachers cover what some critics consider to be 'weaknesses' in the theory of evolution. Under the science curriculum standards recommended by a panel of science educators and tentatively adopted by the board, biology teachers and biology textbooks would no longer have to cover the 'strengths and weaknesses' of Charles Darwin's theory that man evolved from lower forms of life. Texas is particularly influential to textbook publishers because of the size of its market, so this could have a ripple effect on textbooks used in other states as well."

Comment DIY? (Score 1) 34

Here's an easily modifiable script that uses hard links and rsync. I used this as our office's starting point and now have a system that:

  • creates a local snapshot every night and stores it on a separate drive;
  • archives a copy from the night before for only the storage cost of the changes;
  • writes off to an external drive every weekend.

The nightly back-ups mainly account for users accidentally deleting files or saving changes they wish they hadn't rather than hardware failure. Since it's all just stored as a copy, I can mount it over the network if necessary or archive the the snapshot to external media anytime I want. It doesn't require any downtime to back-up or restore on our setup, but if you were dealing with some more complex services you might need to make som allowances.

Slashdot Top Deals

Genetics explains why you look like your father, and if you don't, why you should.

Working...