From 4f32ade19b4d93db096beb3a47bb8b931894ac77 Mon Sep 17 00:00:00 2001 From: JonRB <4564448+eeyrjmr@users.noreply.github.com> Date: Sun, 3 Sep 2023 19:44:01 +0100 Subject: [PATCH] clarify aspects of the dump command (#26887) clarify aspects of the dump command Possibly closes #26862 --------- Co-authored-by: delvh --- administration/command-line.en-us.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/administration/command-line.en-us.md b/administration/command-line.en-us.md index 05caff90..a52b93d3 100644 --- a/administration/command-line.en-us.md +++ b/administration/command-line.en-us.md @@ -334,9 +334,9 @@ in the current directory. - `--skip-attachment-data`: Skip dumping of attachment data. Optional. - `--skip-package-data`: Skip dumping of package data. Optional. - `--skip-log`: Skip dumping of log data. Optional. - - `--database`, `-d`: Specify the database SQL syntax. Optional. + - `--database`, `-d`: Specify the database SQL syntax. Optional (supported arguments: sqlite3, mysql, mssql, postgres). - `--verbose`, `-V`: If provided, shows additional details. Optional. - - `--type`: Set the dump output format. Optional. (default: zip) + - `--type`: Set the dump output format. Optional. (formats: zip, tar, tar.sz, tar.gz, tar.xz, tar.bz2, tar.br, tar.lz4, tar.zst default: zip). - Examples: - `gitea dump` - `gitea dump --verbose`