Lets hope that the US doesn’t blow up as I still have things I want to do <Grin>
Thanks for the info on linux backups Virgil Bierschwale http://www.tccutlery.com http://www.bierschwalesolutions.com -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Malcolm Greene Sent: Saturday, November 18, 2006 7:04 AM To: [email protected] Subject: RE: [NF] PHP - It really should be called phpbase Virgil, > How do you back up your clients data to your site You can use a MySQL dump and then FTP the data to your workstation and/or another site. You can also timestamp your updates/inserts and log your deletes so that you only need to backup revised data if your data sets are HUGE. Linux has a scheduler called Cron that you can use to automatically schedule your backups so that you don't need to do this manually. You can also create a Cron script that verifies that your backups took place and sends an email notification verifying a good backup or alerting you that there were problems. Ted Roche pointed out a backup only service called rsync.net. Low cost and flexible w/the option for simultaneous backups across multiple geographic locations (in case the US blows up, your data can be safe in Europe). Malcolm [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

