Documentation ¶
Overview ¶
Package mirror provides the `mirror` command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = cobra.Command{ Use: "mirror", Short: "Daemon to periodically upload snapshots to S3", Long: "Periodically mirrors snapshots from nodes to an S3-compatible data store.\n" + "Specify credentials via env $AWS_ACCESS_KEY_ID and $AWS_SECRET_ACCESS_KEY", Run: func(cmd *cobra.Command, _ []string) { run(cmd) }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.