Skip to content

Commit

Permalink
docs: Clarify how manage.py backup --output works.
Browse files Browse the repository at this point in the history
  • Loading branch information
timabbott committed Aug 10, 2020
1 parent e12225a commit d63cf04
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/production/export-and-import.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ su zulip -c '/home/zulip/deployments/current/manage.py backup'
```

The backup tool provides the following options:
- `--output`: Path where the output file should be stored. If no path is
provided, the output file is saved to a temporary directory.
- `--output=/tmp/backup.tar.gz`: Filename to write the backup tarball
to (default: write to a file in `/tmp`). On success, the
console output will show the path to the output tarball.
- `--skip-db`: Skip backup of the database. Useful if you're using a
remote postgres host with its own backup system and just need to
backup non-database state.
Expand Down

0 comments on commit d63cf04

Please sign in to comment.