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 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.