config

package
v0.0.0-...-f220289 Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// VersionNumber represents the current version of zfsbackup
	VersionNumber = .3
	// ProgramName is the name for zfsbackup
	ProgramName = "zfsbackup"
)

Variables

View Source
var (
	// Stdout is where to output standard messaging to
	Stdout io.Writer = os.Stdout
	// JSONOutput will signal if we should dump the results to Stdout JSON formatted
	JSONOutput = false
	// BackupUploadBucket is the bandwidth rate-limit bucket if we need one.
	BackupUploadBucket *ratelimit.Bucket
	// BackupTempdir is the scratch space for our output
	BackupTempdir string
	// WorkingDir is the directory that all the cache/scratch work is done for this program
	WorkingDir string
)

Functions

func Version

func Version() string

Version will return the current version of zfsbackup

Types

This section is empty.

Jump to

Keyboard shortcuts

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