Share via


在 SharePoint Server 中備份服務應用程式

適用于:yes-img-132013 yes-img-16 2016yes-img-192019 yes-img-se訂閱版本 no-img-sopMicrosoft 365 中的 SharePoint

您可以使用 SharePoint 管理中心網站或 Microsoft PowerShell 備份服務應用程式。 選擇使用哪款備份工具取決於所要部屬的環境、所需的排程備份以及與組織達成的服務等級協定。

開始之前

建議您定期在伺服器陣列層級進行備份。 但是,商務或 IT 需求可能需要您備份服務應用程式。 定期備份服務應用程式可降低可能因硬體故障、電力中斷或其他問題而遺失資料的可能性。 此程序非常簡單,而且可協助確保在需要時,所有與服務應用程式相關的資料與設定均可用於復原。 您一次只能備份一個服務應用程式,或者您可以同時備份所有服務應用程式。 如需備份內容以及使用工具的詳細資訊,請參閱在 SharePoint Server 中規劃備份和修復。 如需詳細資訊,請參閱在 SharePoint Server 中備份伺服器陣列

備份服務應用程式不會影響伺服器陣列的狀態。 不過,它確實需要資源。 因此,執行備份時,備份該服務應用程式可能會影響伺服器陣列效能。 您可以在伺服器陣列使用量最低的期間備份該服務應用程式,以避免發生效能問題。

注意事項

[!附註] SharePoint Server 備份會備份遠端二進位大型物件 (BLOB) 存放區,但只有在您使用 FILESTREAM 遠端 BLOB 存放區提供者將資料放於遠端 BLOB 存放區時。 如果您使用其他提供者,則必須手動備份遠端 BLOB 存放區。

開始這項作業之前,請參閱下列有關先決條件的資訊:

  • 您必須在本機電腦或網路上建立儲存備份的資料夾。 若要取得較佳的效能,建議您備份至本機電腦,然後再將備份檔案移至網路資料夾。 如需如何建立備份資料夾的詳細資訊,請參閱在 SharePoint Server 中準備備份及還原伺服器陣列

  • SharePoint Server 備份會備份 SQL Server 2008 R2 Feature Pack 中的 SQL Server 遠端 BLOB 存放區安裝套件 外部內容類型定義,但不會備份資料來源本身。 若要保護資料,則應該在備份 SQL Server 2008 R2 Feature Pack 中的 SQL Server 遠端 BLOB 存放區安裝套件 或伺服器陣列時備份資料來源。

  • 如果您備份 SQL Server 2008 R2 Feature Pack 中的 SQL Server 遠端 BLOB 存放區安裝套件 或伺服器陣列,然後將資料來源還原至不同位置,則必須在外部內容類型定義中變更位置資訊。 否則,SQL Server 2008 R2 Feature Pack 中的 SQL Server 遠端 BLOB 存放區安裝套件 可能會找不到資料來源。

使用 PowerShell 在 SharePoint 中備份服務應用程式

您可以使用 PowerShell 手動備份一或多個服務應用程式,或透過可以依排程間隔執行的指令碼加以備份。

使用 PowerShell 備份服務應用程式

  1. 確認您具備下列成員身分:

    • SQL Server 執行個體上的 securityadmin 固定伺服器角色。

    • 所有要更新之資料庫上的 db_owner 固定資料庫角色。

    • 正在執行 PowerShell Cmdlet 之所在伺服器上的系統管理員群組。

    系統管理員可以使用 Add-SPShellAdmin Cmdlet 授與使用 SharePoint Server 2016 Cmdlet 的權限。

    注意事項

    [!附註] 如果您不具備上述權限,請連絡安裝程式系統管理員或 SQL Server 系統管理員要求權限。 如需 PowerShell 權限的其他資訊,請參閱 Add-SPShellAdmin

  2. 啟動 SharePoint 管理命令介面。

  3. 在 PowerShell 命令提示字元中,輸入下列命令:

    Backup-SPFarm -Directory <BackupFolder> -BackupMethod {Full | Differential} -Item <ServiceApplicationName> [-Verbose]
    

    其中:

    • <BackupFolder> 是您要用以儲存備份之本機電腦或網路上的資料夾路徑。

    • <服務應用程式名稱> 是您想備份的服務應用程式的名稱。 若要顯示服務應用程式的名稱,請在 PowerShell 命令提示字元中輸入下列命令: Backup-SPFarm -ShowTree

    若要備份所有服務應用程式,請在 PowerShell 命令提示字元處輸入下列命令:

    Backup-SPFarm -Directory <BackupFolder> -BackupMethod {Full | Differential} -Item "Farm\Shared Services" [-Verbose]
    

    注意事項

    If you are backing up the service application for the first time, you must use the Full option. You must perform a full backup before you can perform a differential backup. Some service applications always require a full backup. For these service applications, even if you select the Differential option, the system performs a full backup.

如需詳細資訊,請參閱<Backup-SPFarm>。

注意事項

[!附註] 建議您在執行命令列管理工作時使用 Windows PowerShell。 Stsadm 命令列工具已過時,但為與舊版產品相容,仍會隨附提供。

使用管理中心在 SharePoint 中備份服務應用程式

您可以使用管理中心備份服務應用程式。

使用 管理中心 備份服務應用程式

  1. 確認執行此程序的使用者帳戶為 SharePoint 伺服器陣列管理員群組的成員。

  2. 啟動管理中心。

  3. 在管理中心首頁上,按一下 [備份與還原] 區段中的 [執行備份]

  4. On the Perform a Backup — Step 1 of 2: Select Component to Back Up page, select the service application from the list of components, and then click Next. To back up all the service applications, select the Shared Service Applications node.

    注意事項

    [!附註] 服務應用程式可能包含數個元件。 您必須選取頂層元件。

  5. 在 [開始備份 - 步驟 2 之 2: 選取備份選項] 頁面的 [備份類型] 區段中,選取 [完整] 或 [差異]

    注意事項

    If you are backing up the service application for the first time, you must use the Full option. You must perform a full backup before you can perform a differential backup. Some service applications always require a full backup. For these service applications, the system performs a full backup even if you select the Differential option.

  6. 在 [備份檔案位置] 區段的 [備份位置] 方塊中,輸入備份資料夾的路徑,然後按一下 [開始備份]

  7. You can view the general status of all backup jobs at the top of the Backup and Restore Job Status page in the Readiness section. You can view the status for the current backup job in the lower part of the page in the Backup section. The status page updates every 30 seconds automatically. You can manually update the status details by clicking Refresh. Backup and recovery are Timer service jobs. Therefore, it may take several seconds for the backup to start.

    If you receive any errors, you can review them in the Failure Message column of the Backup and Restore Job Status page. You can also find more details in the Spbackup.log file at the UNC path that you specified in step 5.

另請參閱

概念

在 SharePoint Server 中還原服務應用程式