Backing up a website?

Soldato
Joined
6 Jan 2006
Posts
3,423
Location
Newcastle upon Tyne
I run a half decent sized forum and only back via FTP it up when I remember and sometimes it comes up with "unable to copy" errors.

It has a database too (obviously) which needs backing up but would that have to be done seperately?

What is the best way to back up a site on a regular basis?

Hope this is the right forum and thanks for any advice.

Mark
 
Go into your Cpanel and use the backup function there. It will zip everything including databases and files.

Then once it has finished you'll be able to download the zip to your PC via ftp.

Hope this helps
 
I recently took some NAS space at the hosts end. I can now backup everything at their end without having to download it to my machine at home. The big problem with backing up to home, I have found, is when you want to upload vast amounts of files it takes forever.
 
The host doesnt use cpanel and doesnt look to offer any kind of backup utility sadly.

Getting extra space isnt really an issue as I dont have the money to pay for it sadly.
 
Just export the database, that's the most important thing when it comes to a forum. You can do this via phpmyadmin or even write a short script to do it - dump it to a text file.
 
The host doesnt use cpanel and doesnt look to offer any kind of backup utility sadly.

Getting extra space isnt really an issue as I dont have the money to pay for it sadly.

What control panel does it run or has the host created their own?
Do you have SSH access (doubtful but worth a try!) to the box?

I wrote a script ages ago that backed up my sites so if I find it I will post it up.

M.
 
Just export the database, that's the most important thing when it comes to a forum. You can do this via phpmyadmin or even write a short script to do it - dump it to a text file.

As furnace said - back up the database in phpmyadmin (if mysql). Take a complete backup of the forums, you should only need to do this once, unless you enable files to be uploaded to the forum. Then if it all goes bang, upload your files, then load in the sql file.
 
Back
Top Bottom