Previous Topic: ca_restore - 來源引數Next Topic: ca_restore - Database Options


ca_restore - 目標引數

ca_restore 指令行公用程式支援下列目標引數:

ca_restore -dest
[<hostname> <hosttype>] <path> [-username <username> -password <password>]
[<hostname>]<-orglocation>
[<hostname> <hosttype>] [-username <username> -password <password>] -database <dbase type> [dbase name] [dbase options]

附註:The ca_restore database options are described in a separate topic titled "Database Options" and can be viewed from the actual CLI by entering the following command: ca_restore allusage.


-dest [<hostname> <hosttype>] <path> [-username <username> -password <password>]

指定要將檔案還原到的目標機器和目錄路徑。主機名稱為自由選用,如果沒有提供,則預設為本機電腦。

如果有提供主機名稱,那麼主機類型是必要的。可用的主機類型有 unix、nt、nwagent、ntagent、w95agent 和 mac。

您必須提供連接目標代理程式的使用者名稱和密碼,而且只有在遠端電腦上有執行「Arcserve Backup 代理程式」時,您才能還原到遠端位置。

範例:

要將磁帶 MYTAPE 上工作階段 2 的檔案還原到本機電腦上的「/restoreDir」目錄下時,則使用以下指令:

ca_restore -tape MYTAPE -session 2 -dest "/restoreDir"

要將磁帶 MYTAPE 上工作階段 2 的檔案還原到遠端電腦 RMACHINE 上的「/restoreDir」目錄下,請使用以下指令:

ca_restore -tape MYTAPE -session 2 -dest RMACHINE "/restoreDir"
-username <user name>

指定所還原目標機器的使用者名稱。這是用來登入所需電腦的使用者。

附註:You must specify a -username if you use the ca_restore -source option or if you use ca_restore on a 64-bit machine.

-password <password>

指定使用者登入目標電腦時使用的密碼。

附註:You must specify a -username if you use the ca_restore -source option or if you use ca_restore on a 64-bit machine.

-orglocation

指定您要將檔案還原至它們的備份原始位置 (電腦和路徑)。

更多資訊:

ca_restore - 還原管理員指令

ca_restore - Database Options

ca_restore - Examples