命令:export archive、export backup、recover file、recover ad_database、replicate backup
--target=<路徑>
在 recover file 命令中,參數會指定要復原資料夾/檔案的本機或網路資料夾 (目標資料夾)。此參數值的格式與 --loc 參數相同。若未指定 --target 參數,系統將從備份檔案中重新建立原始路徑。
在 recover ad_database 命令中,參數會指定要擷取 Microsoft Active Directory 資料庫與 SYSVOL 資料夾的本機或網路資料夾 (目標資料夾)。此參數值的格式與 --loc 參數相同。如果沒有指定 --target 參數,將無法成功執行命令。
在 export archive、export backup 或 replicate backup 命令中,此參數可指定存檔或備份要匯出或複寫的目標位置。此參數值的格式與 --loc 參數相同,只有 export archive 和 export backup 命令不支援的 online:// 除外。如果沒有指定 --target 參數,將無法成功執行命令。
命令:recover exchange_database
--target={original|disk|another_database|recovery_database}
在 recover exchange_database 命令中,可用的參數值如下:
軟體會將選取的資料庫或儲存群組復原到原始路徑。路徑參照備份檔案。
軟體會將選取的資料庫或儲存群組 (連同交易記錄檔) 儲存至本機或網路資料夾。如果已套用此值,您必須指定 --disk_location 參數。若有需要,請新增 --credentials 參數。
軟體會將選取的資料庫或儲存群組復原至新的或現有的資料庫或儲存群組。一次只能復原一個資料庫或儲存群組。
如果已套用此值,您必須指定 --destination_database 參數。如果目的地資料庫不存在,請另外指定 --database_location 參數與 --log_location 參數。如果目的地儲存群組不存在,請為要復原之儲存群組的每個資料庫指定 --log_location 參數,以及成對的 --database 與 --database_location 參數。
軟體會將選取的資料庫或儲存群組復原至復原資料庫或儲存群組。一次只能復原一個資料庫或儲存群組。
復原資料庫時,您必須指定 --database_location 和 --log_location 參數。
復原儲存群組時,您必須為此儲存群組的每個資料庫指定 --database 及成對的 --database_location 參數。如果目的地復原儲存群組不存在,請另外指定 --log_location 參數。
如果未指定此參數,命令將無法成功執行。
命令:recover exchange_mailbox
--target={original|pst}
在 recover exchange_mailbox 命令中,可用的參數值如下:
軟體會將選取的信箱、公用資料夾及其內容復原至將要執行命令的 Exchange 伺服器。
進行復原時,系統會略過沒有相符使用者帳戶、且在 Active Directory 啟用的信箱。
如果原始信箱不存在,系統將不會自動建立信箱。如果您要復原不存在的信箱,請先以相同的帳戶建立新的信箱。
如果系統略過所有選取的信箱,此命令將無法成功執行。
軟體會將選取的信箱、公用資料夾或信箱資料夾儲存到 Personal Storage Table (.pst) 檔案中。如果已套用此值,您必須指定 --disk_location 參數。若有需要,請新增 --credentials 和 --outlookmachine 參數。
如果未指定此參數,命令將無法成功執行。
命令:recover mssql_database
--target={original|disk|another_instance}
在 recover mssql_database 命令中,可用的參數值如下:
軟體會將選取的資料庫復原至其原始路徑。路徑參照備份檔案。
在此情況下,您無法指定資料庫復原目標 SQL Server 執行個體的存取認證。因此,軟體將會使用 Windows 驗證來連線至執行個體。如果您需要使用 SQL Server 驗證,請指定 another_instance 值、原始執行個體名稱、原始資料庫檔案路徑以及 --credentials 參數。
軟體會將選取的資料庫與交易記錄檔一同儲存至本機或網路資料夾。如果已套用此值,您必須指定 --disk_location 參數。若有需要,請新增 --credentials 參數。
軟體會將選取的資料庫復原到指定的執行個體。
如果已套用此值,您必須指定 destination_instance 與 database_location 參數。 如需指定 Microsoft SQL Server 存取認證的相關資訊,請參閱<存取 SQL Server 執行個體>。