Copying a Front Page Generated Web site
Jerry Feldman
gaf at blu.org
Thu Apr 18 13:24:59 EDT 2002
My question was more in terms of copying a web site so that the links work.
I found that things like icons and stuff were placed in some subdirectory
such as:
./foo/_vti_cnf/map1.gif rather in the ./foo directory
I can automatically mirror the site with the tools at hand, but it is the
hidden subdirectories that are a pain.
I suppose that I could run a script to do the cleanups.
Something like (except more sophisticated).
find . -d -name _vti_cnf -exec mv {}/* {}/.. \; -exec rmdir {} \;
On 18 Apr 2002 at 11:56, John Abreau wrote:
> "Jerry Feldman" <gaf at blu.org> writes:
>
> > A webmaster maintains a website for my helicopter organization in Front
> > Page, and he uploads it to a site that he controls, which is on an NT
> > server. I want to mirror that site especially since the domain is hosted on
> > the BLU server. Currently I do a meta refresh.
> >
> > Is there any good way that either I can simply mirror the site (I found
> > that there are a bunch of phantom directories when I copy the IIS site), or
> > can he generate a reasonable output that is more Apache friendly.
>
> While I'm not NT expert, I have tried out cygwin under Windows 2000, and
> found that my favorite tools work great there. In particular, running
> rsync over an ssh tunnel works great.
>
> I haven't tried running ssh-agent under cygwin, so I can't say whether
> automating the sync process will be easy.
>
> --
> John Abreau / Executive Director, Boston Linux & Unix
> ICQ 28611923 / AIM abreauj / JABBER jabr at jabber.org / YAHOO abreauj
> Email jabr at blu.org / WWW http://www.abreau.net / PGP-Key-ID 0xD5C7B5D9
> PGP-Key-Fingerprint 72 FB 39 4F 3C 3B D6 5B E0 C8 5A 6E F1 2C BE 99
>
> "The Earth is degenerating these days. Bribery and corruption abound.
> Children no longer mind their parents, every man wants to write a book,
> and it is evident that the end of the world is fast approaching."
> (translated from an Assyrian stone tablet, c. 2800 B.C.)
>
>
>
--
Jerry Feldman <gaf at blu.org>
Associate Director
Boston Linux and Unix user group
http://www.blu.org PGP key id:C5061EA9
PGP Key fingerprint:053C 73EC 3AC1 5C44 3E14 9245 FB00 3ED5 C506 1EA9
More information about the Discuss
mailing list