Add docs
continuous-integration/drone/pr Build was killed Details

This commit is contained in:
kolaente 2020-06-19 22:45:50 +02:00
parent 51a5efe9b1
commit f7191e3cac
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 11 additions and 1 deletions

View File

@ -81,4 +81,14 @@ Starts Vikunja's REST api server.
Usage:
{{< highlight bash >}}
$ vikunja web
{{< /highlight >}}
{{< /highlight >}}
### `dump`
Creates a zip file with all vikunja-related files.
This includes config, version, all files and the full database.
Usage:
{{< highlight bash >}}
$ vikunja dump
{{< /highlight >}}