Note that tincctl import is only meant to work with data from tincctl export.
This commit is contained in:
parent
bb228e2f05
commit
5b88f5ba74
2 changed files with 4 additions and 2 deletions
|
@ -2194,7 +2194,7 @@ Export the host configuration file of the local node to standard output.
|
|||
Export all host configuration files to standard output.
|
||||
|
||||
@item import [--force]
|
||||
Import host configuration file(s) from standard input.
|
||||
Import host configuration file(s) generated by the tincctl export command from standard input.
|
||||
Already existing host configuration files are not overwritten unless the option --force is used.
|
||||
|
||||
@item start [tincd options]
|
||||
|
|
|
@ -80,7 +80,9 @@ Export the host configuration file of the local node to standard output.
|
|||
.It export-all
|
||||
Export all host configuration files to standard output.
|
||||
.It import Op Fl -force
|
||||
Import host configuration file(s) from standard input.
|
||||
Import host configuration data generated by the
|
||||
.Nm
|
||||
export command from standard input.
|
||||
Already existing host configuration files are not overwritten unless the option
|
||||
.Fl -force
|
||||
is used.
|
||||
|
|
Loading…
Reference in a new issue