summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-12-20 18:28:57 +0100
committerChristian Poessinger <christian@poessinger.com>2019-12-20 18:28:57 +0100
commit3a428e3a2ce484c71f9419c1fcef3eea9c6dd565 (patch)
tree7a6d907d87e288b6d639454989005d60034d86ac /docs
parent9a1126a3cba8c689528492b8516650b1dac9c3d1 (diff)
downloadvyos-documentation-3a428e3a2ce484c71f9419c1fcef3eea9c6dd565.tar.gz
vyos-documentation-3a428e3a2ce484c71f9419c1fcef3eea9c6dd565.zip
config-management: opcmd/clicmd explanations should be indented by 3
Diffstat (limited to 'docs')
-rw-r--r--docs/system/config-management.rst26
1 files changed, 13 insertions, 13 deletions
diff --git a/docs/system/config-management.rst b/docs/system/config-management.rst
index b8c1d309..df2a80aa 100644
--- a/docs/system/config-management.rst
+++ b/docs/system/config-management.rst
@@ -10,23 +10,23 @@ stored on a remote host for archiving/backup reasons.
.. cfgcmd:: set system config-management commit-revisions <number>
-Change the number of commit revisions to `<number>`, the default setting for
-this value is to store 20 revisions locally.
-
+ Change the number of commit revisions to `<number>`, the default setting for
+ this value is to store 20 revisions locally.
.. cfgcmd:: set system config-management commit-archive location '<url>'
-If you want to save all config changes to a remote destination. Set the
-commit-archive location. Every time a commit is successfully the ``config.boot``
-file will be copied to the defined destination(s). The filename used on the
-remote host used will be: ``config.boot-hostname.YYYYMMDD_HHMMSS``
+ If you want to save all config changes to a remote destination. Set the
+ commit-archive location. Every time a commit is successfully the
+ ``config.boot`` file will be copied to the defined destination(s). The
+ filename used on the remote host used will be:
+ ``config.boot-hostname.YYYYMMDD_HHMMSS``
-Destinations will be configured as any of the below :abbr:`URI (Uniform
-Resource Identifier)`
+ Destinations will be configured as any of the below :abbr:`URI (Uniform
+ Resource Identifier)`
-* ``scp://<user>:<passwd>@<host>/<dir>``
-* ``sftp://<user>:<passwd>@<host>/<dir>``
-* ``ftp://<user>:<passwd>@<host>/<dir>``
-* ``tftp://<host>/<dir>``
+ * ``scp://<user>:<passwd>@<host>/<dir>``
+ * ``sftp://<user>:<passwd>@<host>/<dir>``
+ * ``ftp://<user>:<passwd>@<host>/<dir>``
+ * ``tftp://<host>/<dir>``
.. note:: The number of revisions don't effect the commit-archive. \ No newline at end of file