hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Web Hosting : Backup Please Help
Reply

Web Hosting Discussions on all aspects of web hosting including past experiences (both negative and positive), choosing a host, questions and answers, and other related subjects. If your service is unavailable, please click here.
Forum Jump

Backup Please Help

Reply Post New Thread In Web Hosting Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 12-14-2003, 08:20 PM
abcwonder abcwonder is offline
Newbie
 
Join Date: Dec 2003
Posts: 12
*

Backup Please Help


Hi,

I have this huge websie, and i got a backup of it (over 1GB) then now i want to restore the backup, but
(I USED CPANEL BACKUP SOFTWARE THING)

when i go to the same place and try to upload the backup, i leave it for like 3 hours and then there are like 2 files uploaded to the server and its not working any more?

anyone know whats wrong?

would it help to upload the backup file with ftp and try to extract that file USING THAT BACKUP SOFTWARE from shell or something? if this is possible please tell me what command i should use!!!

PLEASE HELLP ME THIS IS REALLY IMPORTANT>...

THANK YOU PEOPLE

Reply With Quote


Sponsored Links
  #2  
Old 12-14-2003, 08:49 PM
Ran Ran is offline
Web Hosting Master
 
Join Date: Jun 2003
Location: Indiana, US
Posts: 1,354
cPanel does not support large backups.

Reply With Quote
  #3  
Old 12-14-2003, 09:00 PM
abcwonder abcwonder is offline
Newbie
 
Join Date: Dec 2003
Posts: 12
wow! so what do i do?

Reply With Quote
Sponsored Links
  #4  
Old 12-14-2003, 09:10 PM
Biowaste XP Biowaste XP is offline
Web Hosting Guru
 
Join Date: Oct 2003
Posts: 329
Backup through SSH.

Reply With Quote
  #5  
Old 12-14-2003, 09:13 PM
blue27 blue27 is offline
Disabled
 
Join Date: Mar 2003
Location: Canada
Posts: 9,852
Do you have a large database to back up or is it mostly files?

Reply With Quote
  #6  
Old 12-14-2003, 09:14 PM
abcwonder abcwonder is offline
Newbie
 
Join Date: Dec 2003
Posts: 12
and how exactly? extract files? last time i did that i had a ton of troubles with permission stuff.

Reply With Quote
  #7  
Old 12-14-2003, 09:55 PM
YUPAPA YUPAPA is offline
Quant Trader
 
Join Date: May 2001
Location: HK
Posts: 2,931
Smile

Just login to ssh as mr.root, tar and create a new archive for each account and ncftp each small chunk to a remote server~ Then when you've done that, untar each file to the proper location~ SEE 'man tar' for info

You probably get time out cos you are running it from HTTP... dun always rely on a cp~

Reply With Quote
  #8  
Old 12-15-2003, 01:47 AM
abcwonder abcwonder is offline
Newbie
 
Join Date: Dec 2003
Posts: 12
thanks Yupapa but can you explain that again in plain english? lol newbi.....

from what you wrote what i get is:

Go to SSH and login as root...
then tar some file? does that mean extract that gz file? but its gz not tar !
then you say ncftp each small chunk to a remote server, "no idea"

the you say untar each file.... okay so what was i taring before?

Just to let you know, I have a gz file and i want to place back on the website.

Sorry for my dumbness.
thank you

Reply With Quote
  #9  
Old 12-15-2003, 02:19 AM
Website Rob Website Rob is offline
learning is in the doing
 
Join Date: Sep 2000
Location: Alberta, Canada
Posts: 3,109
It sounds like the backup is not in your account, but somewhere else? If the backup was not done by Cpanel and on the same Server, then the Restore will probably not work.

You do not have to SSH as root, which you cannot do anyway unless you have that access. No matter which SSH type access you have, as long as you have it for your account you can use it.

So which is the situation; backup was done by Cpanel but on another Server, backup was done by Cpanel on the same Server, or backup was not done at all by Cpanel?

That will help us, to give you better advise.

__________________
• PotentProducts.com - for all your Hosting needs
• Helping people Host, Create and Maintain their Web Site
• ServerAdmin Services also available

Reply With Quote
  #10  
Old 12-15-2003, 02:37 AM
YUPAPA YUPAPA is offline
Quant Trader
 
Join Date: May 2001
Location: HK
Posts: 2,931
Smile

Quote:
Originally posted by abcwonder
thanks Yupapa but can you explain that again in plain english? lol newbi.....

from what you wrote what i get is:

Go to SSH and login as root...
then tar some file? does that mean extract that gz file? but its gz not tar !
then you say ncftp each small chunk to a remote server, "no idea"

the you say untar each file.... okay so what was i taring before?

Just to let you know, I have a gz file and i want to place back on the website.

Sorry for my dumbness.
thank you
I am not familiar with that cpanel backup software at all... if you want to restore the backup, just upload the backup file, login to ssh, cd to the path saving the backup file and type tar -xzf the_backup_file.tar.gz and it will extract everything in the .tar.gz file

Reply With Quote
  #11  
Old 12-15-2003, 10:40 AM
abcwonder abcwonder is offline
Newbie
 
Join Date: Dec 2003
Posts: 12
Quote:
Originally posted by Website Rob
It sounds like the backup is not in your account, but somewhere else? If the backup was not done by Cpanel and on the same Server, then the Restore will probably not work.

You do not have to SSH as root, which you cannot do anyway unless you have that access. No matter which SSH type access you have, as long as you have it for your account you can use it.

So which is the situation; backup was done by Cpanel but on another Server, backup was done by Cpanel on the same Server, or backup was not done at all by Cpanel?

That will help us, to give you better advise.
Thank you for your help

the back up was gone by cpanel on the same server, but the account was deleted and recreated. and also, I do have root access, the server is my friends and he would give me access if i want.

thank you

Reply With Quote
  #12  
Old 12-15-2003, 11:11 AM
Website Rob Website Rob is offline
learning is in the doing
 
Join Date: Sep 2000
Location: Alberta, Canada
Posts: 3,109
Ok, being as the account was deleted and recreated might cause some problems -- because now, you probably have a different ID number and possibly a different Username as well, I don't know.

I see three possible solutions:

If your account allows for the file size, upload the backup to your Root Directory -- one level above public_html -- and use the Restore feature located in Cpanel > Backup.

---

Find out where the Server does backups and upload your file there. (i.e. /backups/cpanel/daily/). Then use the Restore feature of Cpanel > Backup.

---

In your Root Directory, create a "temp1" dir. Upload the backup file you have to there and unzip it. Then use SSH access as your Username, cd to the "temp1" dir. and type:

tar xzvf name_of_backupfile.tgz

If the file ends with 'gz' then use that, of course, instead of 'tgz' although, I'm not sure how well it will work.

Then you manually transfer the files into the matching directories already setup for your account.

__________________
• PotentProducts.com - for all your Hosting needs
• Helping people Host, Create and Maintain their Web Site
• ServerAdmin Services also available

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
Malwarebytes Launches Data Scan-and-Backup Service Web Hosting News 2013-05-07 14:51:03
Sterling Data Storage Launches Three Cloud Backup Services Web Hosting News 2013-01-14 13:39:31
New BackupAgent Version Simplifies Channel Delivery of Cloud Backup Solution Web Hosting News 2012-06-26 16:57:11
Scaling a Profitable Backup Service with IASO's Johan Jongsma Web Hosting News 2012-02-15 18:10:40
WHIR Demo: Veeam's Backup & Replication Software Whir Tv 2012-02-13 10:58:12


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?