From 4d99b4044d0f1de7b04e93d6fa435347c2cf4ec1 Mon Sep 17 00:00:00 2001 From: Todd Gruben Date: Sat, 18 Feb 2023 11:32:11 -0600 Subject: [PATCH] . --- cmd/backup_tar.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/backup_tar.go b/cmd/backup_tar.go index 6c9612d77..ffb14ba60 100644 --- a/cmd/backup_tar.go +++ b/cmd/backup_tar.go @@ -28,6 +28,7 @@ Backs up a FeatureBase server to a local, tar-formatted snapshot file. ctl.SetTLSConfig(flags, "", &cmd.TLS.CertificatePath, &cmd.TLS.CertificateKeyPath, &cmd.TLS.CACertPath, &cmd.TLS.SkipVerify, &cmd.TLS.EnableClientVerification) flags.StringVar(&cmd.AuthToken, "auth-token", "", "Authentication token") flags.StringVar(&cmd.HeaderTimeoutStr, "header-timeout", cmd.HeaderTimeoutStr, "Length of time to wait for initial HTTP response before giving up.") + flags.StringVar(&cmd.TempDir, "temp-dir", cmd.TempDir, "Location of tempory spillover files the default is the system's default(usually /tmp)") return ccmd }