Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackupConfig ¶
type BackupConfig struct { Destinations []Destination `yaml:"destinations"` SourceFolder string `yaml:"source_folder"` SourceExecutable string `yaml:"source_executable"` CronSchedule string `yaml:"cron_schedule"` CleanupExecutable string `yaml:"cleanup_executable"` MissingPropertiesMessage string `yaml:"missing_properties_message"` ExitIfInProgress bool `yaml:"exit_if_in_progress"` ServiceIdentifierExecutable string `yaml:"service_identifier_executable"` DeploymentName string `yaml:"deployment_name"` AddDeploymentName bool `yaml:"add_deployment_name_to_backup_path"` AwsCliPath string `yaml:"aws_cli_path"` AzureCliPath string `yaml:"azure_cli_path"` Alerts *Alerts `yaml:"alerts,omitempty"` }
func (BackupConfig) NoDestinations ¶
func (b BackupConfig) NoDestinations() bool
type Destination ¶
type RealFileSystem ¶
type RealFileSystem struct{}
Click to show internal directories.
Click to hide internal directories.