summaryrefslogtreecommitdiff
path: root/docs/configuration-overview.rst
diff options
context:
space:
mode:
authorkroy <kroy@kroy.io>2019-10-07 21:50:50 -0500
committerkroy <kroy@kroy.io>2019-10-07 21:50:50 -0500
commit4f573017bca591158e98121492e22f8d16417168 (patch)
treebaa7ea7a224314d36ed9faec2ccf8dc038dd5988 /docs/configuration-overview.rst
parent876cc35b343bf05997dcd65f511c715faa971d1b (diff)
downloadvyos-documentation-4f573017bca591158e98121492e22f8d16417168.tar.gz
vyos-documentation-4f573017bca591158e98121492e22f8d16417168.zip
Spelling fix, navigation fixes
Diffstat (limited to 'docs/configuration-overview.rst')
-rw-r--r--docs/configuration-overview.rst9
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/configuration-overview.rst b/docs/configuration-overview.rst
index cb5bf716..7d0e8767 100644
--- a/docs/configuration-overview.rst
+++ b/docs/configuration-overview.rst
@@ -221,7 +221,7 @@ These commands are also relative to the level where they are executed and all re
These two commands above are essentially the same, just executed from different levels in the hierarchy.
To delete a configuration entry use the `delete` command, this also deletes all sub-levels under the current level you've specified in the `delete` command.
-Deleting an entry would also result in the element reverting back to its default value if one exist.
+Deleting an entry will also result in the element reverting back to its default value if one exists.
.. code-block:: sh
@@ -351,6 +351,9 @@ To compare configuration revisions in configuration mode, use the compare comman
[edit]
vyos@vyos#
+Comparing Revisions
+"""""""""""""""""""
+
You can compare revisions with `compare X Y` command, where X and Y are revision numbers. The output will describe how the configuration X is when compared to Y, indicating with a plus sign (**+**) the additional parts X has when compared to y, and indicating with a minus sign (**-**) the lacking parts x misses when compared to y.
.. code-block:: sh
@@ -368,6 +371,8 @@ You can compare revisions with `compare X Y` command, where X and Y are revision
- address 192.0.2.4/24
-}
+Rolling Back Changes
+""""""""""""""""""""
You can rollback configuration using the rollback command. This
command will apply the selected revision and trigger a system reboot.
@@ -386,7 +391,7 @@ command will apply the selected revision and trigger a system reboot.
vyos@vyos#
Configuring the archive size
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+""""""""""""""""""""""""""""
You can specify the number of revisions stored on disk with `set system config-management commit-revisions X`, where X is a number between 0 and 65535. When the number of revisions exceeds that number, the oldest revision is removed.