| View previous topic :: View next topic |
| Author |
Message |
Mahesh
Joined: 14 Aug 2008 Posts: 6
|
Posted: Tue Aug 19, 2008 1:33 pm Post subject: How to restore a full backup for a website in linux server |
|
|
Hi,
The website files are corrupted, so I am need to restore the website from the backup.How should I restore the backup using the tar command and where should I place it.
Please assist me on this with easy steps |
|
| Back to top |
|
 |
telson
Joined: 29 Nov 2006 Posts: 123
|
Posted: Wed Aug 20, 2008 10:30 pm Post subject: |
|
|
Hi Mahesh,
Sorry for the delay. I was bit busy these days.
To restore the backup files you dont need to tar the files.
You can simply copy the needed files from the backup folder and replace the corrupted files ( can be done only by server admin ).
If you need to resore the full backup of a website, go to the backup directory of that user, copy the public_html directory to his user account.
Normally backup files will be stored in /backup/home/user/
You can do the following:
| Code: | | cp -prf /backup/home/user/public_html /home/user/public_html |
Let me know if you need any further help. _________________ Regards,
Telson Thomas
Linux Web Server Administrator |
|
| Back to top |
|
 |
Mahesh
Joined: 14 Aug 2008 Posts: 6
|
Posted: Fri Aug 22, 2008 8:49 pm Post subject: Mail Issue |
|
|
When sending a mail , the mails are not send and I receive the message to my inbox as
MAIL DELIVERY FAILED, RETURNING BACK TO THE SENDER,
and I get a long message.
The mail servers seems to be fine, the other end user does not have any issue while receiving other emails, what would be the problem how can I fix it. |
|
| Back to top |
|
 |
|
Techcuriosity.com - Redefine Curiosity
© TechCuriosity.com 2006 - 2007. All Rights Reserved.
Designed and Maintained by ,
Powered by
phpBB © 2001, 2005 phpBB Group