GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   best way to move a bunch of files to a new server? (https://gfy.com/showthread.php?t=470305)

leg4 05-21-2005 09:08 AM

best way to move a bunch of files to a new server?
 
whats the best way to move a bunch of files to a new server if i dont have physical access to it?


like if im moving thousands and thousands of files... FTP seems unrealiable because its breaks or looses connection.

Is there a way to check to make sure whats on my system is the exact same on the server?

dis shit sux

David - PG 05-21-2005 09:27 AM

http://www.google.com/search?sourcei...=UTF-8&q=rsync

swedguy 05-21-2005 09:28 AM

Make a tar of everything. Ftp it host-host. Untar it.

Make sure your your new host sets up your account with the same UID/GID and path as on your old host. If they do, you're good to go after you untar it.

swedguy 05-21-2005 09:30 AM

If you don't have any scripts. No need for the path to be the same as on your old host.

psili 05-21-2005 09:30 AM

Quote:

Originally Posted by swedguy
Make a tar of everything. Ftp it host-host. Untar it.

Make sure your your new host sets up your account with the same UID/GID and path as on your old host. If they do, you're good to go after you untar it.

Yup.

>tar -xcv my.tar
>sftp my.tar server.name.com:/directory/
>ssh server.name.com
>tar -xvf my.tar

or some shit like that.

psili 05-21-2005 10:16 AM

Quote:

Originally Posted by psili
>tar -xcv my.tar

I guess that should be more like

>tar -cvf

I'm just retarded. :(

latinasojourn 05-21-2005 11:32 AM

if you are doing it yourself use an ftp program called FXftp (sp?) which allows remote server to server transfer.

if your host is doing it tell them to "rsynch" it.

SinSational 05-21-2005 12:39 PM

rsync from server to server

Basic_man 05-21-2005 12:40 PM

Use Flash FXP for direct FTP transfert !

beemk 05-21-2005 12:42 PM

ask the host to do it.

keyboard warrior 05-21-2005 07:00 PM

if you use WHM you can transfer 250 mb and all scripts - no need to reinstall them.


All times are GMT -7. The time now is 08:46 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123