Please login or register.

Login with username, password and session length
    

News:  

Forums Active 12/25/09

 

Author Topic: Disk Space  (Read 1279 times)

Offline trying hard

  • Newbie
  • *
  • Posts: 25
Disk Space
« on: January 21, 2010, 09:42:20 PM »
All the shared hosting plans provide so much disk space per plan. Do we still need to have our own back up of our data or to have an external hard drive?

Offline dave

  • Administrator
  • Sr. Member
  • *****
  • Posts: 273
Re: Disk Space
« Reply #1 on: January 22, 2010, 08:08:26 AM »
Customers are responsible for their own backups. It is always good to make sure that you have your data readily available no matter who your hosting provider is.

Offline cenin

  • Newbie
  • *
  • Posts: 25
Re: Disk Space
« Reply #2 on: January 22, 2010, 05:42:25 PM »
I would rather have a backup and not need it than need it and not have it. I learned the hard way once already and even if you are not computer savvy using cPanel is pretty easy to setup backups. Just make sure you remember to download them after they have emailed and completed. :)

Offline linker

  • Jr. Member
  • **
  • Posts: 56
Re: Disk Space
« Reply #3 on: January 25, 2010, 09:31:49 PM »
With this explanation, how often should we have a backup then? Do you think it's a good idea to save the previous backups or overwriting them is alright to save space?

Offline FrankSpencer

  • Jr. Member
  • **
  • Posts: 62
Re: Disk Space
« Reply #4 on: January 26, 2010, 09:13:16 AM »
It would depend how often your information changes. I had a forum at one time with a thousand plus members active, and it took forever to back up. But since it was non-essential stuff I just did it once a week to save effort.

A more essential place I had, I did daily.

Offline dave

  • Administrator
  • Sr. Member
  • *****
  • Posts: 273
Re: Disk Space
« Reply #5 on: January 26, 2010, 02:22:02 PM »
Also keep in mind that on a website like a forum you normally just need a daily Database dump and a weekly full copy. Usually files on a forum dont change unless someone uploads a picture or files.

For instance we dump a copy of our member center database every hour, even though our sites are very big the SQL data is only a few megabytes.

Offline annamae

  • Newbie
  • *
  • Posts: 25
Re: Disk Space
« Reply #6 on: January 27, 2010, 12:07:14 PM »
I have always preferred to keep backups on external hard drives when it comes to personal financial information.  I would assume it would be equally important to backup any files needed to run your online business.

Offline linker

  • Jr. Member
  • **
  • Posts: 56
Re: Disk Space
« Reply #7 on: January 28, 2010, 02:25:35 AM »
Dave, can you please clarify the difference between a dump from a backup? How do you make a dump? I'm curious on doing it because you said you can dump using only megabytes of space.

I agree that doing a backup is very tedious and takes up a lot of space. So if this dump serves the same purpose as a backup then this would be the better option in saving data.

Offline dave

  • Administrator
  • Sr. Member
  • *****
  • Posts: 273
Re: Disk Space
« Reply #8 on: January 28, 2010, 09:26:33 AM »
There are several ways.

1. You can download your sql database directly from cPanel.
2. You can log into cPanel then phpmyadmin and do a dump from there.
3. You can download the database dump from within most software in the admin panel.

We also have some customers that process financial transactions that have setup a plan with us where we dump their database to a directory on the server every hour and they use software on their side to come pick it up. We charge a few dollars a month for that but it's worth it fro the customers that we have using it.

Offline annamae

  • Newbie
  • *
  • Posts: 25
Re: Disk Space
« Reply #9 on: February 13, 2010, 08:14:26 PM »
If I am understanding correctly, a dump is of just a few files whereas a backup would include all files?  If that is the case, a dump would not serve the same purpose as a backup.

Offline abender

  • Jr. Member
  • **
  • Posts: 55
Re: Disk Space
« Reply #10 on: February 13, 2010, 09:16:30 PM »
To add another inquiry on top of annamae's question, how much disk space will a dump use compare to a normal backup? Can we also program cPanel automatically to dump our database in a regular basis just like what you are doing with your servers?

Offline dave

  • Administrator
  • Sr. Member
  • *****
  • Posts: 273
Re: Disk Space
« Reply #11 on: February 13, 2010, 10:32:49 PM »
A dump is the SQL database only. Not the files that make up the application. Basically it's the Data portion of most php applications.

The size is directly relational to the size of the database.

Offline FrankSpencer

  • Jr. Member
  • **
  • Posts: 62
Re: Disk Space
« Reply #12 on: February 14, 2010, 05:25:00 PM »
So then the dump is the most essential part of the backup-I mean application data isn't needed on such a regular basis is it? Just the data that changes, or that is added between dumps.

Offline dave

  • Administrator
  • Sr. Member
  • *****
  • Posts: 273
Re: Disk Space
« Reply #13 on: February 17, 2010, 07:32:49 PM »
The databases are the most important, the files on the public web space are "typically" just configuration, theme, and upload files.

Offline linker

  • Jr. Member
  • **
  • Posts: 56
Re: Disk Space
« Reply #14 on: February 18, 2010, 05:54:11 AM »
When you are dumping the database, do you overwrite the previous dump or do you dump in a new space? Are you dumping manually or do you just set cPanel to dump the database by itself?