跳到主要内容

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