Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &cobra.Command{ Use: "restore", Short: "Restore data and metadata from a backup", Long: ` This command restores data and metadata from a backup fileset. Any existing metadata and data will be temporarily moved while restore runs and deleted after restore completes. Rebuilding the index and series file uses default options as in "influxd inspect build-tsi" with the given target engine path. For additional performance options, run restore with "-rebuild-index false" and build-tsi afterwards. NOTES: * The influxd server should not be running when using the restore tool as it replaces all data and metadata. `, Args: cobra.ExactArgs(0), RunE: restoreE, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.