Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar Mark Forums Read
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 05-27-2003, 06:11 PM   #1
Pipecrew
Master of Gfy.com
 
Pipecrew's Avatar
 
Industry Role:
Join Date: Feb 2002
Posts: 14,887
Server to Server Move?

I saw someone mention this earlier on GFY about how they bought content and wanted to download it directly to there server..

So if I had a ton of content on one server and wanted to move it to another server, how is that done?
Pipecrew is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-27-2003, 06:16 PM   #2
-=HOAX=-
Confirmed User
 
Join Date: Dec 2001
Location: CrackYaMental
Posts: 4,365
couldn't you just tar it all up and use a tftp get/put type thang...
__________________
Insert Value Here.
-=HOAX=- is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-27-2003, 06:29 PM   #3
MediumPimpin
Confirmed User
 
Join Date: Apr 2003
Posts: 1,488
Would help to know what operating systems you are using, sounds like it may be easier just to slave it over?
__________________
nats.mediumpimpin.com
MediumPimpin is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-27-2003, 06:31 PM   #4
pantymaniac
Confirmed User
 
Join Date: Feb 2003
Location: In Your GF's Panty.
Posts: 1,192
if its in ftp --> you can use flashfxp ftp -- to ftp

http://www.flashfxp.com/
__________________
This place is for RENT
pantymaniac is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-27-2003, 06:32 PM   #5
Captain
Confirmed User
 
Join Date: Sep 2001
Location: www.ISprime.com
Posts: 395
A few choices:

This will not compress, but will be faster if you have fast drives, and a fast internet connection.
All of this is done from a shell, probably over SSH

Old host:
tar -cf (tar file) (directory to tar)

New host:
cd (wherever you want to save to)
ftp (old host)
enter your user/pass
get (tar file)
quit
tar -xf (tar file)

Or perhaps if you want compression, change it to -czf and -xvf instead of -cf and -xf
__________________

ICQ 300950
email: alex {at} isprime {dot} com
Captain is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-27-2003, 06:35 PM   #6
Pipecrew
Master of Gfy.com
 
Pipecrew's Avatar
 
Industry Role:
Join Date: Feb 2002
Posts: 14,887
Quote:
Originally posted by Captain
A few choices:

This will not compress, but will be faster if you have fast drives, and a fast internet connection.
All of this is done from a shell, probably over SSH

Old host:
tar -cf (tar file) (directory to tar)

New host:
cd (wherever you want to save to)
ftp (old host)
enter your user/pass
get (tar file)
quit
tar -xf (tar file)

Or perhaps if you want compression, change it to -czf and -xvf instead of -cf and -xf
Thanks
Pipecrew is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-27-2003, 06:36 PM   #7
Captain
Confirmed User
 
Join Date: Sep 2001
Location: www.ISprime.com
Posts: 395
Quote:
Originally posted by Pipecrew


Thanks
Anytime
__________________

ICQ 300950
email: alex {at} isprime {dot} com
Captain is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-27-2003, 06:37 PM   #8
FrankWhite
Confirmed User
 
FrankWhite's Avatar
 
Join Date: Nov 2002
Location: nyc
Posts: 3,540
ttcp -r -p 30666 | tar xvpf - -C www.pipecrew.com (on the receiving side, which means attach to port 30666 and
pipe all output to tar, also had to create the destination directory)

tar -cf - -C www.pipecrew.com . | ttcp -t -p 30666 newpipecrewserver.com

(this is on the sender side - means tar up the dir and pipe to ttcp, then ttcp is told to connect to port 30666 and...


this will move it from one server to another with all the permissions
FrankWhite is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-27-2003, 06:39 PM   #9
Pipecrew
Master of Gfy.com
 
Pipecrew's Avatar
 
Industry Role:
Join Date: Feb 2002
Posts: 14,887
Quote:
Originally posted by Doomed
ttcp -r -p 30666 | tar xvpf - -C www.pipecrew.com (on the receiving side, which means attach to port 30666 and
pipe all output to tar, also had to create the destination directory)

tar -cf - -C www.pipecrew.com . | ttcp -t -p 30666 newpipecrewserver.com

(this is on the sender side - means tar up the dir and pipe to ttcp, then ttcp is told to connect to port 30666 and...


this will move it from one server to another with all the permissions
cool, I am not the best with this shit, I will have my technically inclined friends look this thread over
Pipecrew is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-27-2003, 06:42 PM   #10
FrankWhite
Confirmed User
 
FrankWhite's Avatar
 
Join Date: Nov 2002
Location: nyc
Posts: 3,540
Quote:
Originally posted by Pipecrew


cool, I am not the best with this shit, I will have my technically inclined friends look this thread over

if you got technically inclined friends they should know this without looking through this thread
FrankWhite is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks
Thread Tools



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.