constants

package
v0.8.1 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2020 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CommandBackup    = "backup"
	CommandCheck     = "check"
	CommandForget    = "forget"
	CommandInit      = "init"
	CommandPrune     = "prune"
	CommandSnapshots = "snapshots"
)

Restic commands

View Source
const (
	DefaultConfigurationFile = "profiles"
	DefaultProfileName       = "default"
	DefaultCommand           = "snapshots"
	DefaultResticBinary      = "restic"
	DefaultTheme             = "light"
	DefaultIONiceFlag        = false
	DefaultNiceFlag          = 0
	DefaultVerboseFlag       = false
	DefaultQuietFlag         = false
	DefaultMinMemory         = 100
)

Configuration defaults

View Source
const (
	ParameterIONice         = "ionice"
	ParamaterIONiceClass    = "ionice-class"
	ParameterIONiceLevel    = "ionice-level"
	ParamaterNice           = "nice"
	ParameterPriority       = "priority"
	ParameterDefaultCommand = "default-command"
	ParameterInitialize     = "initialize"
	ParameterResticBinary   = "restic-binary"
	ParameterInherit        = "inherit"
	ParameterHost           = "host"
	ParameterPath           = "path"
)

Parameter

View Source
const (
	SectionConfigurationGlobal      = "global"
	SectionConfigurationRetention   = "retention"
	SectionConfigurationEnvironment = "env"
	SectionConfigurationGroups      = "groups"

	SectionDefinitionCommon = "common"
	SectionDefinitionForget = "forget"
)

Section

Variables

View Source
var (
	// PriorityValues is the map between the name and the value
	PriorityValues = map[string]int{
		"idle":       priority.Idle,
		"background": priority.Background,
		"low":        priority.Low,
		"normal":     priority.Normal,
		"high":       priority.High,
		"highest":    priority.Highest,
	}
)

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