Versions in this module Expand all Collapse all v1 v1.0.2 Jul 10, 2023 v1.0.1 Jul 10, 2023 Changes in this version + const ConfigFile + const SubDirectory + const ZipFile + func Delete(cfg *Config) error + func Download(localFilePath string, cfg *Config) error + func GetSystemBackupURL(name, longhornVersion, backupTarget string) (string, error) + func ParseSystemBackupURL(systemBackupURL string) (backupTarget, version, name string, err error) + func Upload(localFilePath string, cfg *Config) error + type Config struct + BackupTargetURL string + Checksum string + CreatedAt time.Time + EngineImage string + LonghornGitCommit string + LonghornVersion string + ManagerImage string + Name string + func LoadConfig(name, longhornVersion, backupTargetURL string) (*Config, error) + type Name string + type SystemBackups map[Name]URI + func List(destURL string) (SystemBackups, error) + type URI string