Get Paid to Participate     Twitter     Facebook     Google+
Hosting Discussion
 

forgot password?


Reply


Old
  Post #1 (permalink)   11-19-2009, 02:50 PM
HD Addict
 
Join Date: Nov 2009
Location: USA
Posts: 235
Send a message via AIM to energizedit Send a message via Skype™ to energizedit

Status: energizedit is offline
Is there a way to automate daily backups for a reseller account? I've looked around and a lot of hosting companies list this as a benefit of their hosting. I'm just wondering how this is accomplished, through software i.e. Cpanel/WHM or is this done by the server manager the top level company running the server.

Thanks

Mark
__________________
Energized I.T. Cpanel Hosting
A full service web company
Hosting | Template Customization | Domain Names
 
 
 


Old
  Post #2 (permalink)   11-19-2009, 07:46 PM
HD Addicted
 
IkY0294's Avatar
 
Join Date: Dec 2008
Location: Brooklyn
Posts: 471

Status: IkY0294 is offline
There are some company out there that have software that do it, I don't know how they do it. Basically if you have cPanel I would just go into it and use the feature that backs up everything I don;t know what its called right off my head...

Some companies I guess have a servant trusted guy or girl that dose it for them..
__________________
-_BackHost.us :: Offshore Shared, VPS, & Dedicated Servers_-
Take the back door into the web hosting industry and a huge shortcut to getting your web hosting requirements met!
Greg@BackHost.us || Services in Germany , Romania , US, & Turkey!
 
 
 


Old
  Post #3 (permalink)   11-19-2009, 10:53 PM
HD Newbie
 
Join Date: Sep 2009
Posts: 28

Status: e-Sensibility is offline
You could run the backup script via a cron job or a custom daemon that you make yourself in order to take backups on a schedule, or upon the occurrence of some type of trigger or action.

Alternatively you could backup your entire server/vps with rsync -- this won't work as desired, though, on running databases.
__________________
Experience e-Sensibility
15k SAS SAN-Based Storage
REBOOTLESS Kernel Security Updates
100% Uptime SLA -- True High Availability
 
 
 


Old
  Post #4 (permalink)   11-22-2009, 06:47 AM
Reseller Specialist
 
Join Date: Mar 2009
Location: New York
Posts: 479
Send a message via AIM to XeHSean Send a message via MSN to XeHSean

Status: XeHSean is offline
Many webhosts will offer free, automated backups for you. However, if you wish to do it yourself (as a reseller), you will need to do it through cronjobs (you can setup crons to either backup websites to a certain FTP or to rsync them somewhere).
__________________
XeHost.net - Hosting websites since 1999!
Shared Hosting, Reseller Hosting, VPS Hosting, and Dedicated Servers
End-User Support, WHMCS, and WHMReseller for Reseller Hosting Packages!
Follow us on Twitter - new special every Sunday! @XeHost
 
 
 


Old
  Post #5 (permalink)   11-24-2009, 10:58 AM
HD Community Advisor
 
handsonhosting's Avatar
 
Join Date: Mar 2005
Location: Omaha, NE
Posts: 2,009

Status: handsonhosting is online now
If you're using WHM, you can set up your backup configuration to export to a remote FTP location.

rsync is an option too

Personally, if I was on a budget, I'd create a cronjob to dump the database to a file, then rsync that file to a remote location. MOST TIMES the file structure on the site wouldnt' be changing, it's just the database which is the important part.
__________________
Conor Treacy
http://www.HandsOnWebHosting.com
cPanel Web Hosting, Domain Registration, Managed VPS Servers
SEO in Omaha NE
 
 
 


Old
  Post #6 (permalink)   12-04-2009, 07:07 PM
HD Amateur
 
Join Date: Oct 2007
Location: canada eh
Posts: 93

Status: 1maverick is offline
Quote:
Originally Posted by handsonhosting View Post
Personally, if I was on a budget, I'd create a cronjob to dump the database to a file, then rsync that file to a remote location. MOST TIMES the file structure on the site wouldnt' be changing, it's just the database which is the important part.
perfect for budget back-up
__________________
1 Maverick
Go Rebel Networks
Backed By Passionate Support - Live 24 | 7 |365
 
 
 


Old
  Post #7 (permalink)   12-06-2009, 11:14 PM
Account Disabled
 
Join Date: Dec 2009
Location: u.k
Posts: 10

Status: smilly123 is offline
Hello Friends

Very nice.
Thanks for posting it. As soon as my coupon arrives I'm going set up several automated backups using Transmit.
 
 
 


Old
  Post #8 (permalink)   01-17-2010, 05:14 AM
HD Newbie
 
Join Date: Oct 2009
Posts: 12

Status: sinohosting is offline
WHM backup can be configured from the root account, I don't think this is available for resellers. Again one of the benefits for having a VPS rather than a simple reseller account.
 
 
 


Old
  Post #9 (permalink)   01-17-2010, 09:48 AM
HD Amateur
 
Join Date: Aug 2009
Posts: 74

Status: PowerDot is offline
You may run this Cpanel Reseller Backup CGI Script with cron:

http://www.netbizcity.com/index.php?...fileinfo&id=10

A few off my resellers ran this script without any problem.
 
 
 


Old
  Post #10 (permalink)   01-17-2010, 11:34 PM
Reseller Specialist
 
Join Date: Mar 2009
Location: New York
Posts: 479
Send a message via AIM to XeHSean Send a message via MSN to XeHSean

Status: XeHSean is offline
Before doing any of this, I'd ask your provider if they take backups for you - most providers do
__________________
XeHost.net - Hosting websites since 1999!
Shared Hosting, Reseller Hosting, VPS Hosting, and Dedicated Servers
End-User Support, WHMCS, and WHMReseller for Reseller Hosting Packages!
Follow us on Twitter - new special every Sunday! @XeHost
 
 
 


Old
  Post #11 (permalink)   01-18-2010, 05:27 PM
HD Newbie
 
Join Date: Dec 2009
Location: Flint, MI
Posts: 32

Status: EpicTech is offline
Do a Webdisk and setup your backup server with rsync to pull the data. Cpanel has automated backup service if your host uses it.
 
 
 


Old
  Post #12 (permalink)   06-21-2010, 08:17 AM
Account Disabled
 
Join Date: May 2010
Posts: 22

Status: diyroberts is offline
Has anyone got a cron job script for this?
 
 
 


Old
  Post #13 (permalink)   06-29-2010, 02:11 PM
HD Newbie
 
Join Date: May 2010
Location: Florida
Posts: 43

Status: hostale is offline
each host manages it differently, either remote backups, daily backups , weekly or so on. It would not hurt that each acct will have its own one, just as a emergency measure.
__________________
HostAle.com
Unlimited Alpha Supernova Reseller
Interserver Data Center, CloudLinux, 24/7/365 support
Hablamos español
 
 
 


Old
  Post #14 (permalink)   06-29-2010, 04:46 PM
HD Addict
 
Join Date: Apr 2010
Posts: 103

Status: Deadly is offline
Most companies will back it up off site so just submit a ticket or talk to them by live chat and ask them is the best way.
__________________
DEADLY
 
 
 


Old
  Post #15 (permalink)   07-07-2010, 11:25 PM
HD Newbie
 
Join Date: Apr 2010
Posts: 10

Status: TBradley is offline
I would personally recommend you using job and backing up to a different off-site server. I would say it is the easiest and most cost effective method!
__________________
Shared Hosting Reseller Hosting Dedicated Hosting
Now Offering: WHMCS Licenses | SSL Certificate | End User Support | Legal Documents
Check Us Out Now Server Uptime Stats (866) 353-4692
 
 
 
Reply
Previous Thread Next Thread


Thread Tools

New Post New Post   Old Post Old Post
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Sponsored By: