Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackupCommand ¶
BackupCommand for running backups
func (*BackupCommand) Run ¶
func (c *BackupCommand) Run(args []string) int
Run the backup via backup.Runner
type RestoreCommand ¶
RestoreCommand for running restores
func (*RestoreCommand) Run ¶
func (c *RestoreCommand) Run(args []string) int
Run the restore through restore.Runner
func (*RestoreCommand) Synopsis ¶
func (c *RestoreCommand) Synopsis() string
Synopsis of the command
type VersionCommand ¶
VersionCommand for getting the version
func (*VersionCommand) Run ¶
func (c *VersionCommand) Run(args []string) int
Run is the runner for the command
func (*VersionCommand) Synopsis ¶
func (c *VersionCommand) Synopsis() string
Synopsis for the command
Click to show internal directories.
Click to hide internal directories.