From f156d4cf39c4747dfc551c8af9d65e57cec76316 Mon Sep 17 00:00:00 2001 From: ty Date: Fri, 9 Jun 2017 08:19:54 +0900 Subject: [PATCH] Describe how to set the temporary directory path for the backup command. --- content/doc/usage/backup-and-restore.en-us.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/doc/usage/backup-and-restore.en-us.md b/content/doc/usage/backup-and-restore.en-us.md index 01ea282..4346c6d 100644 --- a/content/doc/usage/backup-and-restore.en-us.md +++ b/content/doc/usage/backup-and-restore.en-us.md @@ -39,6 +39,8 @@ Inside the `gitea-dump-1482906742.zip` file, you will find the following: * `log/` - this will contain various logs. You don't need these if you are doing a migration. +Intermediate backup files are created in a temporary directory specified either with the `--tempdir` command-line parameter or the `TMPDIR` environment variable. + ## Restore Command (`restore`) WIP: Does not exist yet.