syncrep command
Use this command to launch firmware sync from remote repository.
The following table shows the arguments for the options.
| Option | Description | Values | 
|---|---|---|
-t  | Protocol to connect repository  | samba, nfs  | 
-l  | Location of remote repository  | In 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  | 
Syntax
  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
Example
(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
Give documentation feedback