mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-11 23:31:03 +00:00
Fix backup to a file
This commit is contained in:
parent
9992cb886a
commit
935edba1db
1 changed files with 1 additions and 0 deletions
|
|
@ -105,6 +105,7 @@ func (cmd *BackupCommand) Run(ctx context.Context) (err error) {
|
|||
return err
|
||||
}
|
||||
defer f.Close()
|
||||
w = f
|
||||
}
|
||||
|
||||
// Open a tar writer to the temporary file.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue