• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Duplicate a site?

Originally posted by Jllynch
Can we duplicate a site and all of its content in Sitebuilder? So that we can setup a site exactly the same that can then be edited in the sitebuilder?

Theoretically, it is possible. The site stores information in /usr/local/sitebuilder/htdocs/sites/xx/xxxxxxxxxxxxxxxxxxx

directory and in database. So first of all content should be copied and all appropriate records in database.

If you have static site without any modules, copy of the site can be done using site content only. But if you have modules added to the site, it won't be easy to create a duplicate site, because each module has some related records in database which should be also copied with site content.
 
So at the end I want to say that there is no exactly procedure which could help you do this, but you can try and make some experiments, for example with static sites.
 
Let's imagine the following situation: web site with modules was created and published. You created copy of this web site. Newly created web site will not have publishing settings set, because publishing to the same location does not make sence.
Site stores their data at published site, we have 2 options:
1. during site copying Sitebuilder should make copy data from published site via FTP/XCOPY/VPS
2. create dumb data (empty database)

We'd prefer to go with 2-nd option. What is your expectations?
 
Back
Top