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)
-   -   Transfering files from one host to another? (https://gfy.com/showthread.php?t=237593)

stocktrader23 02-16-2004 12:28 PM

Transfering files from one host to another?
 
Is there an easy way to do this? I gotta back up these sites on a host that went to shit recently. Thanks.

stocktrader23 02-16-2004 12:39 PM

Anyone?

bluff 02-16-2004 12:41 PM

ask your new host

vending_machine 02-16-2004 12:49 PM

Quote:

Originally posted by stocktrader23
Is there an easy way to do this? I gotta back up these sites on a host that went to shit recently. Thanks.
Ask your new host, which has already been mentioned... Or transfer them yourself:

Code:

oldhost# scp -r -c blowfish directory1 director2 ... username@newhost:/path/to/backup-directory
(you need to enter the password for the new host)


vending_machine 02-16-2004 12:52 PM

Quote:

Originally posted by vending_machine


Ask your new host, which has already been mentioned... Or transfer them yourself:

Code:

oldhost# scp -r -c blowfish directory1 director2 ... username@newhost:/path/to/backup-directory
(you need to enter the password for the new host)


To save bandwidth:

Code:

oldhost# tar -zcf - directory1 directory2 ... | ssh username@newhost "( cd ~/path/to/backup-dir && tar -zxf - )"
(need the password here as well..)


Sly_RJ 02-16-2004 12:56 PM

We'll transfer all your files for you. Hang on, I'll have an account setup ASAP... we can move you today.

msg 02-16-2004 12:59 PM

try flashfxp you can just ftp it from site to site.

gornyhuy 02-16-2004 01:00 PM

Quote:

Originally posted by Sly_RJ
We'll transfer all your files for you. Hang on, I'll have an account setup ASAP... we can move you today.
Theres your best solution right there.
You can't TOUCH phatservers for customer service or tech support. :thumbsup

stocktrader23 02-16-2004 01:11 PM

Quote:

Originally posted by gornyhuy


Theres your best solution right there.
You can't TOUCH phatservers for customer service or tech support. :thumbsup

I know this mang. :)

Manowar 02-16-2004 01:13 PM

Quote:

Originally posted by msg
try flashfxp you can just ftp it from site to site.
did you just read my mind ?

jimboc 02-16-2004 01:14 PM

I think smartftp allows you to do it too and it's free.

Harlot Cash 02-16-2004 01:15 PM

All depends on how your servers are set up -
Sometimes it is possible to open 2 ftp clients and simply drag and drop -

gornyhuy 02-16-2004 01:19 PM

Quote:

Originally posted by stocktrader23


I know this mang. :)

AND YOU KNOW THIS......


MAN.

http://www.blackstarvideo.com/Mercha...ics/friday.jpg

cotsios 02-16-2004 02:23 PM

Try super Ftp
Or you can do them from cpanel if both servers have cpanel or SSH .

Phoenix66 02-16-2004 02:31 PM

If it's a Linux system, just use "wget" command via SSH at new server to make a complete mirror via FTP at old server. Read man for all the options. You can make it with only one wget command if you care to spend 10 minutes to read the manual.

fuzebox 02-16-2004 02:47 PM

I'm hurt.

ICQ me :)

HunkyLuke 02-17-2004 03:45 PM

get your new host to do this for you, if they won't help then get one that will.....like chilihost !


cheers,

Luke

baddog 02-17-2004 03:49 PM

Quote:

Originally posted by stocktrader23
Is there an easy way to do this? I gotta back up these sites on a host that went to shit recently. Thanks.
your new host can do it for you

PbG 02-17-2004 03:58 PM

We'll do it for you just contact [email protected]

BVF 02-17-2004 03:59 PM

My old host tried to fuck me. But Webair transferred all of my files for me. All I had to do was change the DNS

gleb 02-17-2004 04:42 PM

On the destination machine, use:

ttcp -r | tar xvpf -

and on the source machine (ip = destination machine):

tar cf - move_this_folder | ttcp -t 64.237.55.56



nice & easy... :thumbsup

Why 02-17-2004 06:26 PM

rsync will do it as well i think.

otherwise id hit sly, hes a good guy.

Unfed 02-18-2004 04:32 AM

wget :thumbsup

Phoenix66 02-18-2004 05:51 AM

Quote:

Originally posted by Why
rsync will do it as well i think.

Yes, it can, but this is not what it was meant for. rsync is basically for mirroring on the fly. Like if it's several load balanced servers or just a hot backup. But wget is much easier to understand and it's quite enough for moving files one time.

Mutt 02-18-2004 06:10 AM

i tried FlashFXP on 6 different hosting company combinations , actually more combinations, to transfer files from Host A to Host B - NONE worked.

gonna go look at SmartFTP but i doubt that will work either.

latinasojourn 02-18-2004 11:11 AM

rsynch


All times are GMT -7. The time now is 01:12 AM.

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