X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=doc%2Ftinc.texi;h=891011564fe9ebb351ea9a5899dab9346f7d6f6c;hb=cc3c69c892b0dad9a6ece0a0f4ccd429a22fcbff;hp=1959ea3bde519674780646fa78bdcffc78be89f6;hpb=c90c431bc93c1478836149a8724fdc68d1ec455c;p=tinc diff --git a/doc/tinc.texi b/doc/tinc.texi index 1959ea3b..89101156 100644 --- a/doc/tinc.texi +++ b/doc/tinc.texi @@ -15,7 +15,7 @@ This is the info manual for @value{PACKAGE} version @value{VERSION}, a Virtual Private Network daemon. -Copyright @copyright{} 1998-2012 Ivo Timmermans, +Copyright @copyright{} 1998-2013 Ivo Timmermans, Guus Sliepen and Wessel Dankers . @@ -39,7 +39,7 @@ permission notice identical to this one. @vskip 0pt plus 1filll This is the info manual for @value{PACKAGE} version @value{VERSION}, a Virtual Private Network daemon. -Copyright @copyright{} 1998-2012 Ivo Timmermans, +Copyright @copyright{} 1998-2013 Ivo Timmermans, Guus Sliepen and Wessel Dankers . @@ -1513,11 +1513,12 @@ tincctl -n @var{netname} import @end example If you are the owner of bar yourself, and you have SSH access to that computer, -you can also swap the host configuration files using the following commands: +you can also swap the host configuration files using the following command: @example -tincctl -n @var{netname} export | ssh bar.example.org tincctl -n @var{netname} import -ssh bar.example.org tincctl -n @var{netname} export | tincctl -n @var{netname} import +tincctl -n @var{netname} export \ + | ssh bar.example.org tincctl -n @var{netname} exchange \ + | tincctl -n @var{netname} import @end example You should repeat this for all nodes you ConnectTo, or which ConnectTo you. @@ -2202,6 +2203,12 @@ Export all host configuration files to standard output. 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 exchange [--force] +The same as export followed by import. + +@item exchange-all [--force] +The same as export-all followed by import. + @item start [tincd options] Start @samp{tincd}, optionally with the given extra options.