diff options
author | hagbard <vyosdev@derith.de> | 2019-07-31 14:16:29 -0700 |
---|---|---|
committer | hagbard <vyosdev@derith.de> | 2019-07-31 14:16:29 -0700 |
commit | 99e35bc31f748f9f260e54f6f9d612b42af57fad (patch) | |
tree | 57883753f62496cc4cad9e7e093744497475ec88 | |
parent | 4f6cf99e2457e70a4dc22c266c2e733e398e1cb3 (diff) | |
download | vyos-documentation-99e35bc31f748f9f260e54f6f9d612b42af57fad.tar.gz vyos-documentation-99e35bc31f748f9f260e54f6f9d612b42af57fad.zip |
Fix: inconsistent title levels, duplicate label and included upstream-packages.rst to toc tree
-rw-r--r-- | docs/configuration-overview.rst | 8 | ||||
-rw-r--r-- | docs/contributing/index.rst | 1 | ||||
-rw-r--r-- | docs/contributing/upstream-packages.rst | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/docs/configuration-overview.rst b/docs/configuration-overview.rst index 9031609f..ada7ab64 100644 --- a/docs/configuration-overview.rst +++ b/docs/configuration-overview.rst @@ -352,7 +352,7 @@ VyOS has built-in config archiving and versioning that renders tools like rancid This feature was available in Vyatta Core since 6.3 Local archive and revisions -~~~~~~~~~~~~~~~~~~~~~~~~~~~ +--------------------------- Revisions are stored on disk, you can view them, compare them, and rollback to previous revisions if anything goes wrong. To view existing revisions, use `show system commit` operational mode command. @@ -390,11 +390,13 @@ You can compare revisions with `compare X Y` command, where X and Y are revision You can rollback to a previous revision with `rollback X`, where X is a revision number. Your system will reboot and load the config from the archive. 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. Remote archive -~~~~~~~~~~~~~~ +-------------- + VyOS can copy the config to a remote location after each commit. TFTP, FTP, and SFTP servers are supported. You can specify the location with `set system config-management commit-archive location URL` command, e.g. `set system config-management commit-archive location tftp://10.0.0.1/vyos`. diff --git a/docs/contributing/index.rst b/docs/contributing/index.rst index 82d1b588..a7dd55ce 100644 --- a/docs/contributing/index.rst +++ b/docs/contributing/index.rst @@ -8,3 +8,4 @@ development vyos_cli coding_guidelines + upstream-packages diff --git a/docs/contributing/upstream-packages.rst b/docs/contributing/upstream-packages.rst index 55c7e5e2..4e602866 100644 --- a/docs/contributing/upstream-packages.rst +++ b/docs/contributing/upstream-packages.rst @@ -1,4 +1,4 @@ -.. _development: +.. _development_pkgs: Upstream packages ================= |