mirror of
https://gitea.com/gitea/docs.git
synced 2026-07-21 10:17:42 +00:00
Add flag to skip repository dumping (#5695)
This commit is contained in:
@@ -149,6 +149,8 @@ in the current directory.
|
|||||||
- Options:
|
- Options:
|
||||||
- `--config path`, `-c path`: Gitea configuration file path. Optional. (default: custom/conf/app.ini).
|
- `--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).
|
- `--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.
|
- `--verbose`, `-v`: If provided, shows additional details. Optional.
|
||||||
- Examples:
|
- Examples:
|
||||||
- `gitea dump`
|
- `gitea dump`
|
||||||
|
|||||||
Reference in New Issue
Block a user