跳至主要内容

syncrep 指令

使用此指令可從遠端儲存庫啟動韌體同步。

下表顯示各選項的引數。

表 1. syncrep 指令.

下表是由多個橫列與三個直欄組成的表格,其中包括各選項、選項描述和選項的相關值。

選項說明

-t

連接儲存庫的通訊協定

samba、nfs

-l

遠端儲存庫的位置

使用 URL 格式

-u

使用者

 

-p

密碼

 

-o

選項

samba 和 nfs 裝載的額外選項字串

-d

網域

samba 裝載的網域

-q

查詢目前更新狀態

 

-c

取消同步程序

 

語法

  syncrep [options]  Launch firmware sync from remote repository
options:
-t <samba|nfs> protocol to connect repository
-l location of remote repository (URL format)
-u User
-p Password
-o option (extra option string for samba and nfs mounts)
-d domain (domain for samba mount)
-q query current update status
-c cancel the sync process

範例

(1) start sync with repository
system> syncrep -t samba -l url -u user -p password
(2) query current update status
system> syncrep -q
(3)cancel the sync process
system> syncrep -c