From e17f32e74345742d9920b055a351bea9005db49d Mon Sep 17 00:00:00 2001 From: currite Date: Wed, 16 Sep 2020 12:40:22 +0200 Subject: configuration overview: create subsection for compare configurations --- docs/configuration-overview.rst | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) (limited to 'docs/configuration-overview.rst') diff --git a/docs/configuration-overview.rst b/docs/configuration-overview.rst index 653c1b6e..f8593c95 100644 --- a/docs/configuration-overview.rst +++ b/docs/configuration-overview.rst @@ -529,9 +529,24 @@ any previous revisions if something goes wrong. 6 2015-03-25 00:16:47 by vyos via cli 7 2015-03-24 23:43:45 by root via boot-config-loader + +.. cfgcmd:: set system config-management commit-revisions + + You can specify the number of revisions stored on disk. N can be in + the range of 0 - 65535. When the number of revisions exceeds the + configured value, the oldest revision is removed. The default setting + for this value is to store 20 revisions locally. + + +Compare configurations +---------------------- + +VyOS lets you compare different configurations. + .. cfgcmd:: compare - Compare difference in configuration revisions. + Use this command to spot what the differences are between different + configurations. .. code-block:: none @@ -597,12 +612,8 @@ By default the difference with the running config is shown. This means four commits ago we did ``set system ipv6 disable-forwarding``. -.. cfgcmd:: set system config-management commit-revisions - You can specify the number of revisions stored on disk. N can be in - the range of 0 - 65535. When the number of revisions exceeds the - configured value, the oldest revision is removed. The default setting - for this value is to store 20 revisions locally. + Rollback Changes ---------------- -- cgit v1.2.3 From 64a4ac7b7935b9fa3dbd0bb54269be8f346b0a76 Mon Sep 17 00:00:00 2001 From: currite <53279076+currite@users.noreply.github.com> Date: Wed, 16 Sep 2020 13:36:13 +0200 Subject: Update configuration-overview.rst --- docs/configuration-overview.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/configuration-overview.rst') diff --git a/docs/configuration-overview.rst b/docs/configuration-overview.rst index f8593c95..06c86e9d 100644 --- a/docs/configuration-overview.rst +++ b/docs/configuration-overview.rst @@ -535,7 +535,7 @@ any previous revisions if something goes wrong. You can specify the number of revisions stored on disk. N can be in the range of 0 - 65535. When the number of revisions exceeds the configured value, the oldest revision is removed. The default setting - for this value is to store 20 revisions locally. + for this value is to store 100 revisions locally. Compare configurations -- cgit v1.2.3