Hi Jim, > How do you keep a few servers identical for the purposes of > backup and reliability?
I would use rsync with ssh to maintain identical copies. rsync will only update those files which have changed. ssh is to keep the data secure in transit. Cheers, Craig A -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
