From 643432e59f5e02264d06fac38bc4a616180f7a8e Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sun, 19 Nov 2023 22:16:48 +0100 Subject: T2405: add Git support to commit-archive --- docs/cli.rst | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) (limited to 'docs/cli.rst') diff --git a/docs/cli.rst b/docs/cli.rst index 2e5d55fc..ee9c49ed 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -858,24 +858,27 @@ be ``config.boot-hostname.YYYYMMDD_HHMMSS``. .. cfgcmd:: set system config-management commit-archive location - Specify remote location of commit archive as any of the below - :abbr:`URI (Uniform Resource Identifier)` + Specify remote location of commit archive as any of the below + :abbr:`URI (Uniform Resource Identifier)` - * ``scp://:@:/`` - * ``sftp://:@/`` - * ``ftp://:@/`` - * ``tftp:///`` + * ``http://:@:/`` + * ``https://:@:/`` + * ``ftp://:@/`` + * ``sftp://:@/`` + * ``scp://:@:/`` + * ``tftp:///`` + * ``git+https://:@/`` -.. note:: The number of revisions don't affect the commit-archive. + .. note:: The number of revisions don't affect the commit-archive. -.. 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 - fingerprint to your ``~/.ssh/known_hosts`` file: + .. 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 + fingerprint to your ``~/.ssh/known_hosts`` file: - .. code-block:: none + .. code-block:: none - vyos@vyos# ssh-keyscan >> ~/.ssh/known_hosts + vyos@vyos# ssh-keyscan >> ~/.ssh/known_hosts Saving and loading manually --------------------------- -- cgit v1.2.3