Befehl „syncrep“
Mit diesem Befehl können Sie die Firmwaresynchronisierung aus dem fernen Repository starten.
In der folgenden Tabelle sind die Argumente für die Optionen aufgelistet.
Option | Beschreibung | Werte |
---|---|---|
-t | Protokoll zum Verbinden des Repository | samba, nfs |
-l | Position des fernen Repository | Im URL-Format |
-u | Benutzer | |
-p | Kennwort | |
-o | Option | Zusätzliche Optionszeichenfolge für Samba‑ und NFS-Mounts |
-d | Domain | Domäne für Samba-Mount |
-q | Aktuellen Aktualisierungsstatus abfragen | |
-c | Synchronisierungsprozess abbrechen |
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
Beispiel
(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
Feedback geben