reduce backup times
This commit is contained in:
		@@ -12,14 +12,14 @@ metadata:
 | 
			
		||||
spec:
 | 
			
		||||
  sourcePVC: tautulli-config
 | 
			
		||||
  trigger:
 | 
			
		||||
    schedule: 0 0 * * *
 | 
			
		||||
    schedule: 0 0 */3 * *
 | 
			
		||||
  restic:
 | 
			
		||||
    pruneIntervalDays: 7
 | 
			
		||||
    pruneIntervalDays: 30
 | 
			
		||||
    repository: tautulli-config-backup-secret
 | 
			
		||||
    retain:
 | 
			
		||||
      hourly: 1
 | 
			
		||||
      daily: 1
 | 
			
		||||
      weekly: 3
 | 
			
		||||
      weekly: 1
 | 
			
		||||
      monthly: 2
 | 
			
		||||
      yearly: 4
 | 
			
		||||
    copyMethod: Snapshot
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user