change backup schedule to daily
This commit is contained in:
@@ -12,7 +12,7 @@ metadata:
|
||||
spec:
|
||||
sourcePVC: audiobookshelf-config
|
||||
trigger:
|
||||
schedule: 0 */6 * * *
|
||||
schedule: 0 0 * * *
|
||||
restic:
|
||||
pruneIntervalDays: 7
|
||||
repository: audiobookshelf-config-backup-secret
|
||||
@@ -41,7 +41,7 @@ metadata:
|
||||
spec:
|
||||
sourcePVC: audiobookshelf-metadata
|
||||
trigger:
|
||||
schedule: 0 */6 * * *
|
||||
schedule: 0 0 * * *
|
||||
restic:
|
||||
pruneIntervalDays: 7
|
||||
repository: audiobookshelf-metadata-backup-secret
|
||||
|
Reference in New Issue
Block a user