Backup And Restore A Site Collection In SharePoint 2013
Backup And Restore A Site Collection In SharePoint 2013 ====================================================== In this blog post, I will show you how to backup and restore a site collection in SharePoint 2013 using PowerShell and Central Administration. A site collection is a group of sites that share common features, such as content types, permissions, and navigation. Backing up a site collection allows you to save the site collection data and configuration to a file that can be restored later. Restoring a site collection allows you to recover a site collection from a backup file in case of data loss or corruption. Backup a site collection using PowerShell ---------------------------------------- You can use PowerShell to backup a site collection manually or as part of a script that can be run at scheduled intervals. To backup a site collection using PowerShell, you need to have the following memberships: - securityadmin fixed server role on the SQL Server instance - db_owner fixed da...