How to Transfer Files/Backup from Server to Server ¿Cómo transferir archivos a / Copia de seguridad de servidor a servidor

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

  1. 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"
  2. 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)"
  3. Enter the FTP server, username and password Introduzca el servidor de FTP, nombre de usuario y contraseña
  4. Enter the FTP server port (this is usually "21") Introduzca el puerto del servidor FTP (normalmente es "21")
  5. Leave Remote Dir field empty Deja remoto Dir. campo vacío
  6. 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:

  1. 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
  2. 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 ./
  3. 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
  4. Now uncompress the archive using the command Ahora descomprima el archivo usando el comando
    tar -xvf sitepack.tar
  5. 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.

  • Wow! ¡Wow! Thanks for the great tips! Gracias por los consejos grande! I might need them anytime for my image hosting site Me los podría necesitar en cualquier momento para mi sitio de alojamiento de imágenes
  • It must be hard work for you managing such large sites (though Picsopedia is not yet large). Debe ser un trabajo duro para que la gestión de esos sitios de gran tamaño (aunque no Picsopedia es todavía grande). Kudos! Kudos!

    On a side note, don't you think Sizlopedia's current theme is too minimalist? En una nota lateral, ¿no te parece Sizlopedia tema actual es demasiado minimalista? I like the logo, but everything else is just gray/white/black. Me gusta el logo, pero todo lo demás es sólo gris / blanco / negro. wtf, no colors? wtf, sin colores?
  • @Haris @ Haris

    You are welcome! No hay de qué!

    @Sumesh @ Sumesh

    I know Picsopedia, as compared to a good image hosting site, is still not large enough but with time it will get really big and I am sure of that. Sé Picsopedia, en comparación con una buena imagen, sitio de alojamiento, no es aún lo suficientemente grande, pero con el tiempo se conseguirá realmente grande y estoy seguro de eso.

    I just like the way Sizlopedia looks now. Simplemente me gusta la forma en Sizlopedia mira ahora. Less ads and more content for users. Menos anuncios y más contenido para los usuarios.
  • Thanks for the tip Dj. Gracias por la punta Dj. It will be helpful when i will move my site to a new server. Será muy útil cuando voy a mover mi sitio a un nuevo servidor.
  • Thanks DJ For these Tips. Gracias DJ Para que estas sugerencias.

    Very soon am going to transfer my 2GB Data to some other server. Muy pronto voy a transferir mis 2 GB de datos a otro servidor. So this will help me a lot. Así que esto me va a ayudar mucho.
  • Hi, Hola,
    As I am having limited bandwidth here in India so does the above mentioned process gonna affect that...Or it will just transferred without any connection to the PC? Como estoy teniendo un ancho de banda limitado aquí en la India también lo hace el mencionado proceso va a afectar que ... O simplemente se transfiere sin ningún tipo de conexión a la PC?

    Thanks! Gracias! for creating sizlopedia para la creación de Sizlopedia
  • @ Mayank @ Mayank

    All these methods use passive server to server connections so you don't need to worry about your local Internet bandwidth Todos estos métodos de utilización de servidor pasivo para las conexiones de servidor para que usted no necesita preocuparse por su ancho de banda de Internet local
  • Hi, Hola,
    i used the above php script , but it's not working for me properly He utilizado el script php más arriba, pero no funciona correctamente para mí
    Request Status : Estado de la solicitud:
    Error downloading from Error en la descarga de http://www.songspedia.com/abc.exe http://www.songspedia.com/abc.exe

    I want to transfer my site to another sever, i got about 70 Gb data , Quiero transferir mi sitio a otro, cortar, tengo unos 70 GB de datos,
    Thanks, Gracias,
    Regards Sumair Considera Sumair
  • 70GB is a little too big to handle as the script will need a lot of memory to do this transfer and will eventually end up in a timeout. 70GB es un poco demasiado grandes para manejar el script se necesita mucha memoria para hacer esta transferencia y, finalmente, terminará en un tiempo de espera.

    You should use the cPanel Backup method, perhaps thats the only method that can handle the transfer of such big amount of data. Usted debe usar el método de copia de seguridad de cPanel, tal vez ése es el único método que puede manejar la transferencia de gran cantidad de tales datos.
  • SST (Server to Server Transfer) is a great script. SST (transferencia de servidor a servidor) es un gran guión. Just that i was thinking to find a edited copy / editing it with someone so that it could be freed of that 5 MB filesize transfer restriction. Sólo que yo estaba pensando en encontrar una copia editada / edición con alguien para que pueda ser liberados de la restricción de la transferencia de 5 MB de tamaño del archivo. If that could be done, things would be quite sweet than they are at the moment. Si que se puede hacer, las cosas serían bastante dulce de lo que son en este momento. Please assist if you can, ill be more that pleased than ever if this happens !!! Por favor, ayuda, si puede, la enfermedad sea más que contentos que nunca si esto sucede!
  • Antonimo Antónimo
    @RD @ RD


    SST file, "downloader.php" - line 155: Archivo de SST, "downloader.php" - Línea 155:

    Changing this line: Cambiar esta línea:
    $maxsize=1048576*5;
    to para
    $maxsize=1048576*20;
    gives a 20 MB limit. da un límite de 20 MB.

    If you go too large, you will run out of memory. Si usted va demasiado grande, usted se quedará sin memoria. I ran out at approximatey 120 MB Salí corriendo en approximatey 120 MB
  • Salman Salman
    Hi DJ, Hola DJ,
    I made backup successfully using cPanel Remote Backup now can you plz tell me how to restore that backup file on to my new server so that everything become correct as it is on previous server. Hice copia de seguridad utilizando con éxito cPanel Remote Backup ahora puedes plz decirme cómo restaurar el archivo de copia de seguridad a mi nuevo servidor para que todo ser correcta, ya que es en el servidor anterior.
  • To restore the backup the best thing to do is contact your web hosting support as they are more skilled in this mapper. Para restaurar la copia de seguridad lo mejor que puede hacer es contactar a su alojamiento web de apoyo, ya que son más hábiles en este Mapper.

    Otherwise you can simply extract the TAR and use your files and folders the way you want. De lo contrario, simplemente puede extraer el TIE y el uso de los archivos y carpetas de la manera que desee.
  • Can anyone suggest me a way to sync my local back files with the server files? ¿Puede alguien me sugieren una forma de sincronizar los archivos de mi local de nuevo con los archivos del servidor? And if I can sycn it everyday? Y si puedo sycn todos los días? I need a local backup files, up-to-day. Necesito una copia de seguridad de archivos locales, up-to-día. :) Thanks! :) Gracias!
  • I used SSH commands to transfer 1.5gb over to my new server, it worked a treat. Yo comandos SSH para transferir más de 1,5 GB a mi nuevo servidor, que trabajó un regalo. Thanks for this great info, it saved me a lot of time, hassle and bandwidth Gracias por esta gran información, que me salvó un montón de tiempo, molestias y ancho de banda
  • Abdul Wahid Abdul Wahid
    Hi Hola

    I get this for a 52mb file. Tengo esto para presentar una 52MB.

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 31196379 bytes) in /home2/funk999/public_html/siteadmin/downloader.php on line 166 Fatal error: tamaño de la memoria de los animales domésticos 33554432 bytes exhausted (tried to allocate 31196379 bytes) in / home2/funk999/public_html/siteadmin/downloader.php on line 166

    I increased the memory limit aswell, it use to be fine untill i upgraded to php5 He aumentado el límite de memoria, así, su uso a estar bien hasta que he actualizado a PHP5
    Help! Ayuda!

    Thanks Gracias
  • Exactly what I was looking for with the SSH. Exactamente lo que estaba buscando con el SSH.
    Thanks for posting that stuff. Gracias por publicar esas cosas.
  • salman Salman
    Dear I used your first method to transfer data, means I used cPanel remote data backup and given all the info like FTP server IP, user name, password, port of the new server. Queridos que usé su primer método de transferencia de datos, significa que utiliza cPanel de copia de seguridad remota de datos y teniendo en cuenta toda la información como FTP IP del servidor, nombre de usuario, contraseña, puerto del servidor de nuevo. But after 10 minute, I got the email that the backup completed successfully. Pero después de 10 minutos, tengo el correo electrónico que la copia de seguridad completa correctamente. But this process generated backup on old server, instead of new bought server. Pero este proceso genera en el servidor de copia de seguridad de edad, en lugar de comprar nuevos servidores.

    I was thinking that backup will be saved at the new hosting account. Estaba pensando que de seguridad serán guardados en la nueva cuenta de alojamiento. Please help me what should I do, or it will slowly transfer at new server ? Por favor, ayúdame, ¿qué debo hacer, o poco a poco se transferirá en el servidor de nuevo?
  • Actually sir! En realidad, señor! thats what its supposed to do. thats lo que su que hacer.

    It first generates the backup on the local server and then transfers it over the web to the new server through Remote backup facility. En primer lugar, genera la copia de seguridad en el servidor local y luego la transfiere a través de la web el nuevo servidor remoto a través de instalaciones de copia de seguridad.
  • I use net2ftp, a web based ftp client for server to server file transfers. Yo uso net2ftp, un cliente basado en web para el servidor FTP para la transferencia de archivos del servidor. You can download it and install at your server, its a complete FTP client and most important its free. Puede descargarlo e instalarlo en su servidor, es un completo cliente FTP y el más importante de su libre.
blog comments powered by Disqus blog alimentado por Disqus