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:
parent
6adafad92a
commit
d415e5bb3a
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user