[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] wget / et al : How to mirror?



> All right you guys, I need to clone a copy of a directory tree and all of
> its contents from my old virtual server to my RaQ2.  The contents are within
> the httpd structure, not FTP, so the FTP switches from wget won't do the
> trick.  I've attempted to use FlashFXP (server 2 server) Ftp to pull and
> store from one server to the other with no luck.  The site I'm trying to
> mirror is 600+ megs and I was trying to avoid pulling all of this down via
> my cable modem then having to upload it to my box. This is a one time job.

Hey Lee,

Couldn't you just use ftp to transfer everything server to server?

On the command line of your Raq2 type:

ftp your.virtualdomainname.com

It will ask you for your username and password and then you should be good
to go. Do a mget for multiple files and kick back until it's done.

Do a:

man ftp

for a list of more options.

HTH,
jay