SharePoint 2019 Central Administration” console backup

Andy King 61 Reputation points
2022-02-04T23:55:13.483+00:00

Hi, if I backup my share sites (farm full backup), the “SharePoint 2019 Central Administration” console needs more space (~247 GB) to backup than I just backup using from “PowerShell ISE”.

But using “PowerShell ISE”, it only needs 300 MB. Here it’s the command.
Backup-SPSite xxxxxxcd490-06c7xxxxx -Path C:\Backup\SharePoint\sp-home-20200914.bak

171488-sp-backup.png

Do you know why? Could you please help me to fix it? We use SharePoint 2019 server with SQL server 2019. Thanks.

Andy

SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,947 questions
{count} votes

Accepted answer
  1. Yi Lu_MSFT 17,481 Reputation points
    2022-02-09T08:14:40.117+00:00

    Hi @Andy King
    The Backup-SPSite cmd is used to back up a single site collection instead of a whole farm, so it only needs 300 MB.

    If you need to start a full back up, you could use a cmd Backup-SPFarm. The Backup-SPFarm cmdlet creates a backup for the entire farm or individual components within the farm. It can also be used to back up just the configuration settings of a farm to be used as a farm template for other SharePoint farms.

    For more information about back up farms in sharepoint server, you could refer to:
    https://learn.microsoft.com/en-us/sharepoint/administration/back-up-a-farm#use-powershell-to-back-up-a-farm-in-sharepoint-server


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    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.


1 additional answer

Sort by: Most helpful
  1. Andy King 61 Reputation points
    2022-03-06T04:29:24.49+00:00

    I will try this cmd "Backup-SPFarm" to see if the backup works. Thanks.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.