1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-11 05:55:29 +00:00

Add flag to skip repository dumping (#5695)

This commit is contained in:
Zsombor
2019-01-13 22:52:26 +01:00
committed by techknowlogick
parent 5c44f751a3
commit 656456441c
2 changed files with 24 additions and 14 deletions

View File

@ -149,6 +149,8 @@ in the current directory.
- Options:
- `--config path`, `-c path`: Gitea configuration file path. Optional. (default: custom/conf/app.ini).
- `--tempdir path`, `-t path`: Path to the temporary directory used. Optional. (default: /tmp).
- `--skip-repository`, `-R`: Skip the repository dumping. Optional.
- `--database`, `-d`: Specify the database SQL syntax. Optional.
- `--verbose`, `-v`: If provided, shows additional details. Optional.
- Examples:
- `gitea dump`