Over the last few months, En los últimos meses, Picsopedia Picsopedia has bugged me a lot. ha me molestaba mucho. It all began when I decided to move Picsopedia from DreamHost to HostGator and then from HostGator to Hostony. Todo empezó cuando decidí mudarme Picsopedia de DreamHost a HostGator y luego de HostGator a Hostony. Just imagine how hard would it have been for me to transfer the whole 5GB big backup from one server to the other. Imagínese lo difícil habría sido para mí la transferencia de la totalidad 5GB de copia de seguridad grande de un servidor a otro.
In all this time I managed to discover some tips and tricks that can be used to transfer files/backup from server to server. En todo este tiempo he logrado descubrir algunos consejos y trucos que pueden ser utilizados para transferir archivos / copia de seguridad de servidor a servidor. These tips and tricks make use of tools and utilities and are recommended for users who want to transfer huge files from one server to another in least possible time. Estos consejos y trucos de hacer uso de herramientas y utilidades, y se recomienda para usuarios que quieren transferir grandes archivos de un servidor a otro en el menor tiempo posible.
1. cPanel Remote Backup 1. Copia de seguridad remota cPanel
This is the most easiest method used to transfer whole site backup from server to server. Este es el más sencillo método utilizado para la transferencia de copia de seguridad de todo el sitio de servidor a servidor. It makes use of the "Backups" feature in cPanel and needs to be enabled by your host. Se hace uso de las "copias de seguridad" en función de cPanel y debe ser habilitado por su acogida.
To use this Para utilizar esta
- Open the Backups manager in your cPanel and click "Generate/Download a Full Backup" Abra el Administrador de copias de seguridad en su cPanel y haga clic en "Generar / Descargar una copia de seguridad completa"
- For Backup destination choose "Remote FTP Server (Passive Mode Transfer)" Para elegir el destino de copia de seguridad "servidor FTP remoto (modo de transferencia pasiva)"
- Enter the FTP server, username and password Introduzca el servidor de FTP, nombre de usuario y contraseña
- Enter the FTP server port (this is usually "21") Introduzca el puerto del servidor FTP (normalmente es "21")
- Leave Remote Dir field empty Deja remoto Dir. campo vacío
- Hit "Generate Backup" Hit "Generar copia de seguridad"
Your backup will now be passively generated and transfer from server to server using the net2ftp protocol. La copia de seguridad ahora se genera de forma pasiva y la transferencia de servidor a servidor mediante el protocolo net2ftp. If you don't see this option in your cPanel then you need to ask your host to enable it. Si usted no ve esta opción en su cPanel entonces usted necesita preguntar a su anfitrión para que pueda.
2. SSH 2. SSH
SSH is a network protocol that allows data to be exchanged over a secure channel between two computers. SSH es un protocolo de red que permite el intercambio de datos por un canal seguro entre dos equipos. Now a days nearly every web host provides this on request. Hoy en día casi todos los de alojamiento web proporciona esta petición. You will need the Usted necesitará el PuTTy PuTTy client to connect to your server via SSH. de cliente para conectarse a su servidor a través de SSH.
Once you are connected via PuTTy just follow the instructions: Una vez que se conectan a través PuTTy sólo tienes que seguir las instrucciones:
- Login to server 1 via SSH and open the folder which you want to backup eg Entrar al servidor 1 a través de SSH y abra la carpeta que desea por ejemplo, copia de seguridad
cd /home/somepath/ to /yourwebsite/public_html - Make a compressed archive out of this folder using the command Hacer un archivo comprimido de esta carpeta utilizando el comando
tar -cvf sitepack.tar ./ - Login to server 2 via SSH and use the command below to fetch the backup from server Entrar al servidor de 2 a través de SSH y utilizar el comando siguiente para buscar la copia de seguridad del servidor de
wget yourdomain.com/sitepack.tar - Now uncompress the archive using the command Ahora descomprima el archivo usando el comando
tar -xvf sitepack.tar - To check the hirearchy of files and their permissions, use the command Para comprobar el hirearchy de archivos y sus permisos, utilice el comando
3. FlashFXP 3. FlashFXP
FlashFXP is one of those few FTP clients which allow you to transfer files through FTP from one server to another without downloading them to your local PC first. FlashFXP es uno de los pocos clientes FTP que le permite transferir archivos a través de FTP de un servidor a otro sin necesidad de descargar a su PC local de primera.
I haven't ever tried it myself but it is one of the most recommended FTP software across the Internet. No he intentado alguna vez yo mismo, pero es uno de los software de FTP más recomendados a través de Internet. You can download it from Puede descargarlo gratuitamente desde here aquí . .
4. SST Web Script 4. SST Web Script
SST is basically a server to server file transfer PHP web script. SST es básicamente un servidor de transferencia de archivos al servidor web script PHP. It is really useful as I have used it myself several times however it is recommended for small backup/file transfers. Es realmente útil como he utilizado yo mismo varias veces sin embargo se recomienda para la copia de seguridad de los pequeños / transferencias de archivos. It has a complete GUI which lets you operate it easily. Cuenta con una interfaz gráfica de usuario completa que le permite operar con facilidad. You need to install this on server 2 (the server where you want to download your backup) Necesita instalar este en el servidor 2 (el servidor en el que desea descargar su copia de seguridad)
Download Descargar the script from Sizlopedia. la secuencia de comandos de Sizlopedia.
Thats all! Eso es todo! I knew only 4 best techniques to transfer files/backup from server to server. Sabía que sólo el 4 mejores técnicas para la transferencia de archivos o de copia de seguridad de servidor a servidor. If you have any more, please share in the comments. Si tiene alguna más, por favor, compartir en los comentarios.















