命令: export archive、export backup、recover file、replicate backupexport archive, export backup, recover file, replicate backup
--target=<路徑>
在 recover file 命令中,此參數可指定要復原資料夾/檔案的本機或網路資料夾 (目標資料夾)。此參數的值格式與 --loc 參數的值相同。如果未指定 --target 參數,軟體將會重新建立備份中的原始路徑。
在 export archive、export backup 或 replicate backup 命令中,此參數可指定存檔或備份要匯出或複寫的目標位置。此參數值的格式與 --loc 參數值相同,除了 export archive 和 export backup 命令不支援的 online:// 之外。如果未指定 --target 參數,命令將會失敗。
命令:recover exchange_databaserecover 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_mailboxrecover 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 執行個體>。