Documentation ¶
Index ¶
Constants ¶
View Source
const Suffix = ".pending"
Suffix is a suffix added to the backup while it's in-process.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct { // The logger passed to the ticker during execution. Logger *log.Logger // Standard input/output, overridden for testing. Stderr io.Writer }
Command represents the program execution for "influxd backup".
func NewCommand ¶
func NewCommand() *Command
NewCommand returns a new instance of Command with default settings.
Click to show internal directories.
Click to hide internal directories.