mirror

package
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 11, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL