Skip to content

Commit

Permalink
cli: commit-archive with git does not make use of source-address CLI …
Browse files Browse the repository at this point in the history
…optionarchive
  • Loading branch information
c-po committed May 22, 2024
1 parent 93ea049 commit d9fef26
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ to :cfgcmd:`commit`. You will have to set the commit-archive location.
TFTP, FTP, SCP and SFTP servers are supported. Every time a
:cfgcmd:`commit` is successful the ``config.boot`` file will be copied
to the defined destination(s). The filename used on the remote host will
be ``config.boot-hostname.YYYYMMDD_HHMMSS``.
be ``config.boot-hostname.YYYYMMDD_HHMMSS``.

.. cfgcmd:: set system config-management commit-archive location <URI>

Expand All @@ -877,6 +877,9 @@ be ``config.boot-hostname.YYYYMMDD_HHMMSS``.

.. note:: The number of revisions don't affect the commit-archive.

.. note:: When using Git as destination for the commit archive the
``source-address`` CLI option has no effect.

.. note:: You may find VyOS not allowing the secure connection because
it cannot verify the legitimacy of the remote server. You can use
the workaround below to quickly add the remote host's SSH
Expand Down

0 comments on commit d9fef26

Please sign in to comment.