browse by tag: backup
sort by
Amazon S3 Simple Backup Script - s3backup
in PHP added by goodphptutorials, on 9/3/2009 amazon s3 backup script
Recently, I've begun to use Amazon S3 for storing backups of files for both my clients and myself. It works amazingly well, its fast, and very simple to use. There's a great PHP class for accessing it through cURL. This small piece of software I've written uses it extensively.
comment save reportUsing PHP To Backup MySQL Database
in PHP added by mahmoudcasey, on 12/1/2008 backup database mysql sql
in this tutorial you will learn how to do a backupfile like (back.sql) of one of your database tables or all the database
comment save reportIncremental MySQL Backups
in PHP added by goodphptutorials, on 3/12/2005 backup databases mysql
Backing up a database is something that should be done regularly on a dynamic driven website
comment save report