copy data from one sharepoint site to another

Glenn Maxwell 10,046 Reputation points
2020-11-25T17:29:06.917+00:00

Hi All

I am new to SharePoint, how to copy data from one SharePoint site to another or from one team site to another team site.

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,202 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,542 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,153 questions
SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,567 questions
{count} vote

Accepted answer
  1. Emily Du-MSFT 41,536 Reputation points Microsoft Vendor
    2020-11-26T07:45:30.763+00:00

    @Glenn Maxwell
    Which version of SharePoint are you using? What types of data do you want to copy from a site to another site?

    Here’re some methods for you to copy data:
    1.Save list/library as template.
    Manage list templates

    2.Save site as template.
    Save, download, and upload a SharePoint site as a template

    3.PowerShell.
    SharePoint Online: Copy files between site collections using PowerShell
    SharePoint Online: Copy list or document library to another site using PnP PowerShell
    Copy list items from one site to another with versions using PowerShell

    4.ShareGate.

    5.Move to/Copy to action in the SharePoint Online.
    42869-1.png


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. sadomovalex 3,626 Reputation points
    2020-11-26T18:41:46.303+00:00

    if you use Sharepoint on-prem and want to copy whole site collection you may use Backup-SPSite/Restore-SPSite cmdlets. If you want to copy only specific sub site see Export-SPWeb/Import-SPWeb. Note that source and target Sharepoint farms should have the same patch level - otherwise import won't work. There are hacks which allow to do that (see e.g. How to restore site collection from higher Sharepoint version) - but there is no guarantee that it will work in all scenarios.

    0 comments No comments