
02-12-2008, 03:01 AM
|
|
Junior Guru Wannabe
|
|
Join Date: Sep 2005
Location: Glendale, AZ
Posts: 84
|
|
Need host that lets me do my own MSSQL backups
I'm currently with HostNexus and I've been told by their tech support that I need to submit a ticket every time I want one of my databases backed up. This is not going to work anymore and I need to find a new host that will allow me to create and FTP the backups to my home server.
My requirements:
- At least 1GB disk space
- Bandwidth won't matter as much right now
- Allow me to have at least 15-20 domains on my account, I run a few different sites
- Allow me to create a decent number of MSSQL databases (more than 5)
- No MSSQL size quote (just let it subtract from the overall disk space)
- A few MySQL databases
- Both ASP.NET 2.0 and PHP 5
- I need to be able to run that MSSQL backup via a Scheduled Task or something
I pay $20 but could go up to $30 if it has all the features + more space. DiscountASP.net seemed to have it all but I could only host one site per account and that just won't work. I did LOVE the thought of having a web service I could use to back up the DBs, though.
|

02-12-2008, 12:51 PM
|
|
Website Hosting Specialist
|
|
Join Date: Oct 2003
Location: Manchester UK
Posts: 2,875
|
|
Hi
You will need an application my MyLittleBackup to Backup & Restore databases. This application is not cheap that is why not all hosts offer it, or MyLittleAdmin which is another premium Addon for SQL.
You wont be able to schedule backups but you can login and click backup then download it to your PC.
__________________
█ Cyber Host Pro Ltd - UK Based Windows & Linux Cloud Shared Hosting
█ VPS & Dedicated servers available too!
www.cyberhostpro.com - UK Call Centre + 24x7 Online Chat
|

02-13-2008, 02:45 AM
|
|
Newbie
|
|
Join Date: Mar 2006
Posts: 25
|
|
Crystaltech control panel has SQL backup/restore function, just check if they charge you for that though.
|

02-13-2008, 01:55 PM
|
|
Junior Guru Wannabe
|
|
Join Date: Sep 2005
Location: Glendale, AZ
Posts: 84
|
|
Ironically enough, I've interviewed to work at CrystalTech. I like their plans but my initial search of there forums resulted in a few posts where a CT employee said you could create a backup but you had to create a ticket to have it moved to your space.
That was from last May though so I submitted a ticket with them to ask if there is an automatic method now.
|

02-13-2008, 05:16 PM
|
|
Junior Guru Wannabe
|
|
Join Date: Sep 2005
Location: Glendale, AZ
Posts: 84
|
|
CrystalTech is out for now. I can create my own backups in their control center which will save to my web root but I cannot automate it according to their support team.
If I can't find anyone else maybe I could use snoopy or something to spoof it but I'd rather find someone with a tool already built. It can't be that uncommon to actually want to back up your own data, can it?
|

02-13-2008, 10:34 PM
|
|
Windows Hosting Experts!
|
|
Join Date: Feb 2007
Location: Colorado, USA
Posts: 2,715
|
|
How about creating a scheduled task with a host which will back up your database and place it in a specific folder of your domain? There are lot of sql scripts/utilities available for the same provided your host allows you to run scheduled task.
Good luck!
|

02-14-2008, 12:00 AM
|
|
Junior Guru Wannabe
|
|
Join Date: Sep 2005
Location: Glendale, AZ
Posts: 84
|
|
Quote:
Originally Posted by sure123
How about creating a scheduled task with a host which will back up your database and place it in a specific folder of your domain? There are lot of sql scripts/utilities available for the same provided your host allows you to run scheduled task.
Good luck!
|
That's all I really want to do. If I can get a .sql or .bak file in my domain folder I'd have no problem creating a job to FTP it home. The problem is none of the hosts I've talked to will copy my DB to my domain folder on a nightly basis. Either that or they want $5 per month per DB which would be doable if I only had 1 but right now I've got 3 and could see creating another handful in the future.
|

02-15-2008, 05:32 AM
|
|
Website Hosting Specialist
|
|
Join Date: Oct 2003
Location: Manchester UK
Posts: 2,875
|
|
Hi
Does it have to be automated? Could you not use a script to download a local copy of your Database to your local computer?
__________________
█ Cyber Host Pro Ltd - UK Based Windows & Linux Cloud Shared Hosting
█ VPS & Dedicated servers available too!
www.cyberhostpro.com - UK Call Centre + 24x7 Online Chat
|

02-15-2008, 11:43 AM
|
|
Junior Guru Wannabe
|
|
Join Date: Sep 2005
Location: Glendale, AZ
Posts: 84
|
|
Quote:
|
Does it have to be automated? Could you not use a script to download a local copy of your Database to your local computer?
|
I haven't found anyone that would let me do it from a script. If I get to that point it would be trivial to put the script in a Scheduled Task on my home server.
|

02-15-2008, 12:06 PM
|
|
Junior Guru Wannabe
|
|
Join Date: Sep 2005
Location: Glendale, AZ
Posts: 84
|
|
I'm starting to think that I won't find a shared host with the features I need so now I'm researching a cheap VPS. I'm hoping I can find something in the $30-$35 range but that is probably the most I can handle at the moment.
|

02-15-2008, 03:32 PM
|
|
Web Hosting Evangelist
|
|
Join Date: May 2003
Location: Wilmington, NC
Posts: 460
|
|
Hello,
I believe most of the problem is that the MS SQL servers are not going to be running Web servers and services. They are usually secured pretty tightly also. This makes the job harder for the script as it will have to copy to another location or vlan to drop it off in your FTP/domain area.
However, this should not stop you from being able to use .Net, DTS, etc. to export (backup) the data to your home/development server or elsewhere.
Hope this helps, good luck w/ your search and best wishes.
__________________
Allen Burnett StormHosts aburnett@stormhosts.com
Professional MS ASP, .Net, MS SQL 2000/2005 and Reseller Hosting Since 2001
Clustered servers @ Equinix Helm/cPanel/WHM/VPS/colo/Dedicated/MailFoundry anti-spam/Server Mgmt
|

02-16-2008, 06:01 AM
|
|
Junior Guru Wannabe
|
|
Join Date: Sep 2005
Location: Glendale, AZ
Posts: 84
|
|
I finally found a tool that will run from my home server and back up my databases. I just save the command line to a .cmd file and schedule it to run every night
http://www.codeplex.com/ScriptDB
So I will stay with my current host
|

02-18-2008, 01:50 PM
|
|
New Member
|
|
Join Date: Feb 2008
Posts: 1
|
|
Quote:
Originally Posted by SoftsysHosting-Rick
How about creating a scheduled task with a host which will back up your database and place it in a specific folder of your domain? There are lot of sql scripts/utilities available for the same provided your host allows you to run scheduled task.
Good luck!
|
Rick, do you allow this at SoftSysHosting? And do you allow customers to perform their own restores? I assumed this was available and after signing up I can't seem to find any information on how to do it. I contacted tech support to restore my DB which they did some 4 hours later. I'm actively looking for another hosting company unless I can find a way to do this - backup & restore - at SoftSysHosting. Thanks for any insight/help.
Terry
|

02-18-2008, 02:36 PM
|
|
Windows Hosting Experts!
|
|
Join Date: Feb 2007
Location: Colorado, USA
Posts: 2,715
|
|
Quote:
Originally Posted by tblankers
Rick, do you allow this at SoftSysHosting? And do you allow customers to perform their own restores? I assumed this was available and after signing up I can't seem to find any information on how to do it. I contacted tech support to restore my DB which they did some 4 hours later. I'm actively looking for another hosting company unless I can find a way to do this - backup & restore - at SoftSysHosting. Thanks for any insight/help.
Terry
|
Hi Terry,
My apologies for the inconvenience caused to you. As HELM 3 does not provide a backup/restore functionality, we need to perform these tasks manually. However, we can definitely arrange for creating a scheduled task which will back up your database daily and place it in a specific folder in your domain. Just open a support request for the same and tech support guys will take care of the same. But I regret to inform you that as of now, you will need to contact us to perform database restores.
Thanks,
|

02-18-2008, 03:22 PM
|
|
Web Hosting Master
|
|
Join Date: Oct 2007
Location: United States
Posts: 1,148
|
|
Which MS SQL 2005 are you trying to backup? Are you using Express, Workgroup, or Standard edition?
__________________
www.DMEHosting.com - DME Hosting LLC | Servers, KVM/OpenVZ VPS's, Email Hosting, Web Hosting
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
| Postbit Selector |
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|
| Login: |
|
|
| Advertisement: |
|
|
| Web Hosting News: |
|
|
|