1
0
mirror of https://github.com/rancher/types.git synced 2025-08-02 05:11:59 +00:00

Add flag to use safe snapshot timestamps

This commit is contained in:
moelsayed 2019-08-23 22:43:22 +02:00 committed by Alena Prokharchyk
parent 6adafad92a
commit d415e5bb3a

View File

@ -22,6 +22,8 @@ type BackupConfig struct {
Retention int `yaml:"retention" json:"retention,omitempty" norman:"default=6"`
// s3 target
S3BackupConfig *S3BackupConfig `yaml:",omitempty" json:"s3BackupConfig"`
// replace special characters in snapshot names
SafeTimestamp bool `yaml:"safe_timestamp" json:"safeTimestamp,omitempty"`
}
type S3BackupConfig struct {