Affiliate Programs
 
Search affiliate programs for: 
Affiliate Categories
» Affiliate Networks
» Ad Networks
» 2 Tier Programs
» Pay Per Sale
» Pay Per Lead
» Residual Income
» Datafeeds
» Multi Tier Programs
» Business Opps
» Other Programs

Newsletter
Get newly added affiliate programs by email. Enter your email here:
Article Categories
» Affiliate Marketing
» Business
» Ecommerce
» Hosting
» Marketing
» Sales
» Web Designing
» Webmasters
» SEO & Promotion
» Working At Home
» Other Articles
» Affiliate Glossary


Go Back   AffiliateSeeking Forum > Website Creation, Design & Maintenance > Website and Server Administration

Website and Server Administration Discuss about things like .htaccess, mod_rewrite, apache configuration, Cpanel, Plesk, log analysis, etc.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-27-2007, 09:37 AM
subodh subodh is offline
Member
 
Join Date: May 2007
Posts: 61
subodh is on a distinguished road
Default automated database backup?

Is there any script available that make automatic backup of site database twice a week and email you that database backup is ready for download? For now I have to go to the site cpanel and do database backup manually.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 05-27-2007, 05:42 PM
yogesh yogesh is offline
Senior Member
 
Join Date: May 2007
Posts: 99
yogesh is on a distinguished road
I one script that takes backup of the database and dumps it in a particular folder. Couldn’t find one that emails you the dump as well, here is the script I use www.adminfusion.com/forums/t2127/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 06-01-2007, 07:30 PM
India forum India forum is offline
Senior Member
 
Join Date: May 2007
Posts: 182
India forum is on a distinguished road
Adminfusion is pretty old dude, i have find many.

Jay
__________________
Raju Shrivastav|Raju Fan forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 06-24-2007, 05:31 PM
exculiber exculiber is offline
Member
 
Join Date: Jun 2007
Posts: 81
exculiber is on a distinguished road
I heard about CRON job under Linux based web hosting. I don't know exactly how it is done. For those with experience maybe they can show the process.
__________________
Practical Money Guide
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-26-2009, 04:25 PM
tanja tanja is offline
Senior Member
 
Join Date: Dec 2008
Posts: 1,667
tanja is on a distinguished road
Adminfusion is pretty old dude, i have find many.
__________________
software development | designer clothes
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-06-2009, 06:00 PM
Robdale Robdale is offline
Senior Member
 
Join Date: Jan 2009
Location: Newark, Delaware, USA
Posts: 369
Robdale is on a distinguished road
Hey buddy, I didn't get your question. Are you saying about the site's Mysql database? If so, then please follow the link...
http://www.debianhelp.co.uk/mysqlscript.htm

Hope this will help....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 06-03-2009, 06:38 PM
paradigmad's Avatar
paradigmad paradigmad is offline
Member
 
Join Date: May 2009
Posts: 48
paradigmad is on a distinguished road
Are you using a platform like wordpress? if so there is a plugin for it. But there are lots of scripts to do what you are looking for. Try cpanel with cron jobs
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 06-29-2009, 11:33 AM
pakidesigner pakidesigner is offline
Junior Member
 
Join Date: May 2009
Location: Pakistan
Posts: 14
pakidesigner is on a distinguished road
Send a message via Yahoo to pakidesigner
rubby on rails also does the job..i used it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 01-23-2010, 06:06 AM
kris kris is offline
Senior Member
 
Join Date: Dec 2009
Posts: 110
kris is on a distinguished road
Thanks for sharing information.Its usefull
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 01-30-2010, 11:54 AM
prakask's Avatar
prakask prakask is offline
Senior Member
 
Join Date: Nov 2009
Posts: 301
prakask is on a distinguished road
Good one , I was looking for one. Thanks for the information and keep up good work.
__________________
Prakask the Great
ask a doctor online| Online Doctor
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11 (permalink)  
Old 02-19-2010, 08:57 AM
danviettravel danviettravel is offline
Member
 
Join Date: Jan 2010
Posts: 84
danviettravel is on a distinguished road
Thanks a lot for sharing that information. It is really useful!
Keep up your good work!
__________________
Vietnam Tours | Vietnam Railways
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 07-27-2010, 06:04 PM
Dontaejonas Dontaejonas is offline
Junior Member
 
Join Date: Jul 2010
Posts: 17
Dontaejonas is on a distinguished road
Under Linux based web hosting, I have heard about CRON job. The way in which it is done is something I don’t know.

Last edited by Dontaejonas : 07-27-2010 at 06:41 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 08-08-2010, 06:52 PM
cpace32 cpace32 is offline
Member
 
Join Date: Aug 2010
Posts: 69
cpace32 is on a distinguished road
Look into using mysqldump, via cron. It should look something like this:

Code:
mysqldump -u root --password='your_password' --all-databases >/path/to/backups/mysql-`echo $DAY`.sql
This will backup your databases daily, saved by the day of the month.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 08-13-2010, 04:04 PM
jacksoncarrey jacksoncarrey is offline
Junior Member
 
Join Date: Aug 2010
Posts: 16
jacksoncarrey is on a distinguished road
From the directory specified in configure automatic maintenance wizard, automatic backup feature will be regularly delete backup images if backup to disk is chosen.

Last edited by jacksoncarrey : 08-13-2010 at 04:43 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 06-23-2011, 11:34 AM
MATHEW MATHEW is offline
Member
 
Join Date: Jun 2011
Posts: 33
MATHEW is on a distinguished road
I have one script (www.adminfusion.com/forums/t2127/) that takes backup of the database and dumps it in a particular folder.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 06:20 PM.


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.0.0
© 2004-2011 AffiliateSeeking. All rights reserved.