R
R
Roman Ravve2011-05-24 14:45:51
Backup
Roman Ravve, 2011-05-24 14:45:51

Website backup question

Tell me, how to backup my website files from paid hosting to local host?

Answer the question

In order to leave comments, you need to log in

8 answer(s)
M
MrCrock, 2011-05-24
@MrCrock

As a rule, the hosting control panel has a toolkit for creating backups, which can be successfully copied to your computer and deployed locally. However, I prefer to fold files manually and unload them as an archive, similarly, the database can be folded through phpmyadmin.

B
Bright, 2011-05-24
@Bright

If the site is running on some CMS, look for a plugin for automatic backup. For example, for Wordpress there is a plugin that can schedule database backups and send them to the mail.
And, as mentioned above, the ability to make backups should be in the hosting control panel (there is definitely in DirectAdmin).

N
NibiruanChild, 2011-05-24
@NibiruanChild

Ask the hoster, many hosters make a database dump and file archive at the request of the client.
In general, all you need is files that can be downloaded via FTP, SSH or a hosting control panel and a base dump, which can be done from many hosting control panels or from phpmyadmin (almost all hosters also have it).

V
Vlad Zhivotnev, 2011-05-24
@inkvizitor68sl

First, find a hosting with ssh.
Then read the article debian.pro/330 to do mysql dumps.
Then read about rsync (the usual rsync -avz --progress remote local should be enough, but still).
Usually this is enough.
Oh yes, for those who come running now to shout that hosting with ssh is impossible to find (stupid, expensive, uninteresting, impossible) - you can pass by. Yes, cheap hosting (30 rubles for anlim or something like that) is unlikely to be found. But at the average Russian cost for high-quality hosting - quite. Of course, I know where, of course, I will not promote, blah blah blah.

A
afiskon, 2011-05-25
@afiskon

http://eax.me/ssh-backup/

A
Andrey Gubsky, 2011-05-25
@Ernado

Platform dependent.
For example, if you can connect directly to SQL Server, you can generate scripts with a data structure and directly with data. Perhaps the host will need to be asked to open access to the database on a specific IP.

D
Denis Turenko, 2011-05-25
@Dennion

I recommend Sypex Dumper .

K
KY05, 2011-05-25
@KY05

tar gzip
option
pm4u.narod.ru/backup_linux.htm

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question