Web Hosting Talk







View Full Version : Script Back up evry 3Hour automatic


Captain
09-15-2002, 11:11 AM
Hi,
I would like get script take back up evry 3hour automatic for many database in many site over 16 site all that for me not for clients server.


Thank you

eddy2099
09-15-2002, 11:56 AM
Well, you could always use any script which does the entire database backup and run a cronjob which runs every 3 hours.

johnallen
09-15-2002, 12:24 PM
That may run the load average up depending on how many databases you have and the size of it.

Captain
09-23-2002, 02:41 PM
Hi
Mr. eddy2099
I Mean for database not for files

eddy2099
09-23-2002, 07:23 PM
Captain,

That's what I mean. Database are ultimately still files aren't they ?

You could use one of those backup scripts which does backup for database and files and you should do fine.

In any case, here is one which does backup of MySQL which you could use .

http://www.hotscripts.com/Detailed/16017.html

Captain
09-24-2002, 01:09 AM
Thank you so much

I would like know that script can talk backup for many database in many sites?and I can get that script php?

Thank you