0

I'm not sure if this should be posted here or over superuser, but how does one go about mirroring a Sharepoint 2007 site? I have admin access, and the mirror doesn't need to be nice and pretty; it just needs to be presentable and readable. Also, I need all the shared docs to be copied as well.

We use to have WinHTTrack to mirror the Sharepoint, but that broke a few months ago due to some of our recent security changes. I tried the username@password:domain method but that resulted no luck.

Kate Gregory
  • 18,808
  • 8
  • 56
  • 85
Tam N.
  • 2,687
  • 9
  • 30
  • 29

3 Answers3

1

It depends a little bit on how and where you want to mirror it.

If you have a separate SharePoint farm (even a single server - one tier - farm), you can rely on backup / restore, export / import or content deployment to have another copy up and running that will be a mirror of the existing one.

If you want an offline version, depends on what kind of content you need (collaboration stuff ?) you can use Microsoft Groove 2007 that offers an offline mode for some of the targeted data.

  • I've opted for WinHTTrack because I need the Sharepoint to be offline and static. The SP consists of a bunch of procedures and documents for the on-call techs when there's an emergency, which assumes the main servers are offline. Would this work? – Tam N. Feb 27 '12 at 02:02
  • You'll be able to grab whatever is reachable by the spider but I'm not sure about all the UI stuff. Server side handled stuff like sorting, checking for version, etc. will fail for sure. Do you need the documents (and possible metadata associated) or you really need a portal that you can browse and "work with" ? – Francois Verbeeck Feb 29 '12 at 08:44
0

I've found this great tool that can mirror the SP site for cheap: http://www.metaproducts.com/OEPR.html

Tam N.
  • 2,687
  • 9
  • 30
  • 29
0

If WinHTTrack did satisfy you, why not just fix it?

There are solutions around the web to have WinHTTrack work with NTLM authentication: http://forum.httrack.com/readmsg/7513/index.html

However the download link seems to be broken (geocities..), but you could try to search for NTML proxy solutions and try to setup your own.

Janis Veinbergs
  • 6,907
  • 5
  • 48
  • 78
  • Actually, WinHTTrack did not satisfy me. ALl those posts on their forum and website are old. Since then, MS has pushed out patches to fix those holes. I was able to find a proxy, but it was written in Python, it wasn't running right on a Windows machine. – Tam N. Mar 21 '12 at 15:13