syncrep command
Use this command to launch firmware sync from remote repository.
Syntax:
syncrep [-options]
Option | Description | Values |
---|---|---|
-t | Protocol to connect repository Note System might reboot for a variable duration depending on the amount and type of updates to be applied. | samba, nfs |
-l | Location of remote repository | URL format |
-u | User | |
-p | Password | |
-o | Option Note To use a lower version of SMB protocol, 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 | |
-r [repo_index] | Firmware rollback | |
-gl | Get repository list |
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
(4) rollback
system> syncrep -gl
index BundleID Timestamp
------------------------------------------------------------------
0 current 2021-08-15 10:26:48
1 N-1
Feedback geben