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
提供反馈