Add per-job backup retention
This commit is contained in:
@@ -74,9 +74,10 @@ type Consistency struct {
|
||||
}
|
||||
|
||||
type Retention struct {
|
||||
Daily int `json:"daily"`
|
||||
Weekly int `json:"weekly"`
|
||||
Monthly int `json:"monthly"`
|
||||
KeepWithinDays int `json:"keepWithinDays,omitempty"`
|
||||
Daily int `json:"daily"`
|
||||
Weekly int `json:"weekly"`
|
||||
Monthly int `json:"monthly"`
|
||||
}
|
||||
|
||||
type Repository struct {
|
||||
|
||||
Reference in New Issue
Block a user