<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Tobias Siudak schrieb:
<blockquote
 cite="midOFCD8BFEDA.67F2BF6A-ONC125719C.003AEB88-C125719C.003B6EAE@r5.h-e-s.de"
 type="cite">
  <meta http-equiv="Context-Type" content="text/html; charset=US-ASCII">
  <br>
i have overwritten my internal project
with a buggy backup in opencms 6.0. the published website is okay. <br>
where to get the sources of this published
website. i want to extract them and give it in a new opencms. <br>
the contents have to be there, cause
the live-site is complete and functional. <br>
  <br>
  <br>
thanks a lot <br>
  <br>
Tobias <br>
</blockquote>
If you want to use more than modules:<br>
You can definitely use CmsShell to do this.<br>
<br>
Do something like this in the shell (no guarantee that it's 100% correct<br>
<br>
loginUser Admin "adminpassword"<br>
getAllAccessibleProjects<br>
setCurrentProject <project-Number-of-offline-project><br>
exportAllResources "xxx.zip" "/"<br>
<br>
<br>
That very same zip file can be imported into the shell of a different
opencms instance and then published<br>
<br>
hth<br>
christian<br>
</body>
</html>