summaryrefslogtreecommitdiff
path: root/docs/configuration-overview.rst
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2019-09-20 03:40:01 +0700
committerGitHub <noreply@github.com>2019-09-20 03:40:01 +0700
commitbff0db0f6027ceb51232bb22582af6c473cacc8a (patch)
tree93dfaf73e487f83e016dc5bea4e795c0ecd26766 /docs/configuration-overview.rst
parentaffe7cc7be80b4ab2ace9924967c8ce9a89c79af (diff)
parentd076bcb40da2107533b1a83cf143ef3b309e8027 (diff)
downloadvyos-documentation-bff0db0f6027ceb51232bb22582af6c473cacc8a.tar.gz
vyos-documentation-bff0db0f6027ceb51232bb22582af6c473cacc8a.zip
Merge branch 'master' into config-overview-fixes
Diffstat (limited to 'docs/configuration-overview.rst')
-rw-r--r--docs/configuration-overview.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/configuration-overview.rst b/docs/configuration-overview.rst
index dfd42e85..5bd80028 100644
--- a/docs/configuration-overview.rst
+++ b/docs/configuration-overview.rst
@@ -400,8 +400,22 @@ 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`
For example, `set system config-management commit-archive location tftp://10.0.0.1/vyos`.
+
+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`.
+
+Wipe config and restore default
+-------------------------------
+
+In the case you want to completely delete your configuration and restore the default one, you can enter the following command in configuration mode:
+
+.. code-block:: sh
+
+ load /opt/vyatta/etc/config.boot.default
+
+.. note:: If you are remotely connected, you will lose your connection. You may want to copy first the config, edit it to ensure connectivity, and load the edited config.