summaryrefslogtreecommitdiff
path: root/docs/system
diff options
context:
space:
mode:
authorcurrite <sll@disroot.org>2020-03-13 20:41:03 +0100
committercurrite <sll@disroot.org>2020-03-13 20:41:03 +0100
commit8c2b323506930fc9a412783a14111391aa4880c3 (patch)
tree72fb6f7424a9f785aa4c4d12e80b0c333ed0a982 /docs/system
parent5333fb2ed54144a03ea09fbb7be373b7c12c0099 (diff)
downloadvyos-documentation-8c2b323506930fc9a412783a14111391aa4880c3.tar.gz
vyos-documentation-8c2b323506930fc9a412783a14111391aa4880c3.zip
index reorganisation to clarify concepts related to config, manage, advanced, basic
Diffstat (limited to 'docs/system')
-rw-r--r--docs/system/advanced-index.rst9
-rw-r--r--docs/system/basic-index.rst8
-rw-r--r--docs/system/config-management.rst32
3 files changed, 8 insertions, 41 deletions
diff --git a/docs/system/advanced-index.rst b/docs/system/advanced-index.rst
index 1ce1b405..9241821b 100644
--- a/docs/system/advanced-index.rst
+++ b/docs/system/advanced-index.rst
@@ -1,13 +1,12 @@
-.. _system_config:
+.. _advanced_system_tweaks:
-####################
-System Configuration
-####################
+######################
+Advanced System Tweaks
+######################
.. toctree::
:maxdepth: 2
- config-management
eventhandler
flow-accounting
ntp
diff --git a/docs/system/basic-index.rst b/docs/system/basic-index.rst
index ab23478f..cb030089 100644
--- a/docs/system/basic-index.rst
+++ b/docs/system/basic-index.rst
@@ -1,8 +1,8 @@
-.. _basic_system_config:
+.. _basic_system_tweaks:
-##########################
-Basic System Configuration
-##########################
+###################
+Basic System Tweaks
+###################
.. toctree::
:maxdepth: 2
diff --git a/docs/system/config-management.rst b/docs/system/config-management.rst
deleted file mode 100644
index 9d65adb3..00000000
--- a/docs/system/config-management.rst
+++ /dev/null
@@ -1,32 +0,0 @@
-.. _config-management:
-
-########################
-Configuration Management
-########################
-
-VyOS comes with an integrated versioning system for the system configuration.
-The configurations are versioned locally for rollback but they can also be
-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.
-
-.. 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``
-
- 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>``
-
-.. note:: The number of revisions don't effect the commit-archive. \ No newline at end of file