Update prune settings for backups
This commit is contained in:
parent
54d479ee9f
commit
66db9fbd58
@ -28,6 +28,11 @@ job "consul" {
|
|||||||
|
|
||||||
forget {
|
forget {
|
||||||
KeepLast = 2
|
KeepLast = 2
|
||||||
|
KeepHourly = 24
|
||||||
|
KeepDaily = 30
|
||||||
|
KeepWeekly = 8
|
||||||
|
KeepMonthly = 6
|
||||||
|
KeepYearly = 2
|
||||||
Prune = true
|
Prune = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -34,6 +34,11 @@ job "grafana" {
|
|||||||
|
|
||||||
forget {
|
forget {
|
||||||
KeepLast = 2
|
KeepLast = 2
|
||||||
|
KeepHourly = 24
|
||||||
|
KeepDaily = 30
|
||||||
|
KeepWeekly = 8
|
||||||
|
KeepMonthly = 6
|
||||||
|
KeepYearly = 2
|
||||||
Prune = true
|
Prune = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -21,6 +21,10 @@ job "lldap" {
|
|||||||
|
|
||||||
forget {
|
forget {
|
||||||
KeepLast = 2
|
KeepLast = 2
|
||||||
|
KeepDaily = 30
|
||||||
|
KeepWeekly = 8
|
||||||
|
KeepMonthly = 6
|
||||||
|
KeepYearly = 2
|
||||||
Prune = true
|
Prune = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -25,7 +25,11 @@ job "nextcloud" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
forget {
|
forget {
|
||||||
KeepLast = 2
|
KeepHourly = 24
|
||||||
|
KeepDaily = 30
|
||||||
|
KeepWeekly = 8
|
||||||
|
KeepMonthly = 6
|
||||||
|
KeepYearly = 2
|
||||||
Prune = true
|
Prune = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -16,6 +16,11 @@ job "nzbget" {
|
|||||||
|
|
||||||
forget {
|
forget {
|
||||||
KeepLast = 2
|
KeepLast = 2
|
||||||
|
KeepHourly = 24
|
||||||
|
KeepDaily = 30
|
||||||
|
KeepWeekly = 8
|
||||||
|
KeepMonthly = 6
|
||||||
|
KeepYearly = 2
|
||||||
Prune = true
|
Prune = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -42,6 +42,11 @@ job "photoprism" {
|
|||||||
|
|
||||||
forget {
|
forget {
|
||||||
KeepLast = 2
|
KeepLast = 2
|
||||||
|
KeepHourly = 24
|
||||||
|
KeepDaily = 30
|
||||||
|
KeepWeekly = 8
|
||||||
|
KeepMonthly = 6
|
||||||
|
KeepYearly = 2
|
||||||
Prune = true
|
Prune = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,6 +17,10 @@ job "sonarr" {
|
|||||||
|
|
||||||
forget {
|
forget {
|
||||||
KeepLast = 2
|
KeepLast = 2
|
||||||
|
KeepDaily = 30
|
||||||
|
KeepWeekly = 8
|
||||||
|
KeepMonthly = 6
|
||||||
|
KeepYearly = 2
|
||||||
Prune = true
|
Prune = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user