---
title: "Duplicating a site"
date: "2024-02-14T06:18:38+00:00"
summary: "Create exact copies or clean duplicates of your Site Factory websites effortlessly. Streamline site creation, experiment safely, and maintain consistent configurations across multiple web properties with our powerful duplication feature."
image:
type: "page"
url: "/site-factory/duplicating-site"
id: "c1a0640c-171d-426b-b56c-caed5b8a349d"
---

Site Factory enables you to create duplicate websites from an existing website. Duplicate websites can either contain only the structure of the original website (_clean copy_), or can be complete and exact copies of the original website (_full website clone_).

Duplicating your website can be useful in the following situations:

*   You want to create several websites with the same or similar configurations.
*   You have a production website you’d like to experiment with, but you want to make changes that external website visitors should not encounter.

Note

If you duplicate a website with a custom domain, Site Factory removes any custom domain redirection settings from the duplicated website.

What gets duplicated
--------------------

When you duplicate a website, depending on the option you select, the new website will contain the following:

### Comparison of duplication methods

Description

Clean copy

Full website clone

**Configurations**

All website configurations are duplicated.

All website configurations are duplicated.

**Content: General**

Content created by both anonymous users and user accounts with the _administrator_ or _website maintainer_ roles are duplicated.

All content is duplicated.

**Content: Comments**

Content is not copied.

All content is duplicated.

**Database tables**

All tables are copied, except for the following tables: `cache`, `cache_*`, `history`, `sessions`, `search_*`, and `watchdog`. Tables with ephemeral data (such as the `accesslog`, `semaphore`, `batch`, and `queue` tables) are truncated.

All tables are copied, except for the following tables: `cache`, `cache_*`, `history`, `sessions`, `search_*`, and `watchdog`.

**Files**

Files uploaded to the website’s Media Library or attached to content using the File field are copied. Files owned by removed users are reassigned to the Anonymous user.

Files uploaded to the website’s Media Library or attached to content using the File field are copied.

**Modules**

All modules are copied. Some disabled modules may be re-enabled if needed during the user scrubbing process.

All modules are copied.

**Scheduled Jobs**

All [scheduled jobs](/site-factory/manage/preferences/jobs) are copied.

All [scheduled jobs](/site-factory/manage/preferences/jobs) are copied.

**Structure**

All structural elements, including blocks and taxonomies, are duplicated.

All structural elements, including blocks and taxonomies, are duplicated.

**Themes**

All themes are duplicated.

All themes are duplicated.

**Users**

The following user accounts are duplicated: User 1, all user accounts with the _administrator_ or _website maintainer_ roles, all OpenID administrator users, and any user accounts listed in a [hook that preserves accounts from scrubbing](/site-factory/workflow/scrub).

All user accounts are duplicated.

**All other items**

Any other items not previously described are _not_ copied to the new website.

All other items not previously described are copied to the new website.

Duplicating a website
---------------------

To duplicate an Site Factory website, use one of the following methods:

*   Using the `/sites/[siteID]/duplicate` [endpoint](https://docs.acquia.com/site-factory/site-factory-api#operation/post_Sites_duplicateSite) in the [Site Factory API](/site-factory/extend/api)
*   Using the Site Factory Management Console

To duplicate a website through the Site Factory Management Console user interface:

1.  [Sign in](/site-factory/login) to the Site Factory Management Console, find the website you want to duplicate, and open its actions menu.
    
    ![Duplicating sites](https://acquia.widen.net/content/bi5llxds94/jpeg/site-factory_duplicating-sites.jpeg?position=c&color=ffffffff&quality=80&u=u1mnox)
    
2.  Click **Duplicate Site**.
3.  In the text field, enter the new Site Factory name for your website.
4.  Select the [duplication option](#acsf-duplication-comparison) you want to use for your website:
    *   **Create a clean copy**
    *   **Full site clone**
5.  Click **Duplicate site**.

The duplication process begins and can take several minutes to complete. After the duplication process completes, Site Factory sends a completion email to users with the _platform admin_ and _site builder_ roles.

Duplicate websites and groups

Websites duplicated from the **All my sites** page will not be part of any group or subgroup.

If you duplicate a website from within a group, the new website will be part of that group. The new website will not inherit assigned groups and subgroups—the duplicate website is assigned only the group or subgroup in which you started the duplication process.

The website duplication process copies the existing user account information, so members of the original website can sign in on the duplicate website using their same username and password.