Add docs for restore
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2020-06-21 17:34:34 +02:00
parent cd812b4232
commit bfc4dd05ed
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 9 additions and 0 deletions

View File

@ -92,3 +92,12 @@ Usage:
{{< highlight bash >}}
$ vikunja dump
{{< /highlight >}}
### `restore`
Restores a previously created dump from a zip file, see `dump`.
Usage:
{{< highlight bash >}}
$ vikunja restore <path to dump zip file>
{{< /highlight >}}