View Single Post
Old 05-27-2003, 06:37 PM  
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