Add dump command #592

Merged
konrad merged 11 commits from feature/dump into master 2020-06-19 21:29:05 +00:00
Showing only changes of commit f7191e3cac - Show all commits

View File

@ -82,3 +82,13 @@ Usage:
{{< highlight bash >}}
$ vikunja web
{{< /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 >}}