mirror of
				https://github.com/GayPizzaSpecifications/foundation.git
				synced 2025-11-04 11:39:39 +00:00 
			
		
		
		
	Adjust cron expression and config comments.
This commit is contained in:
		@ -1,10 +1,13 @@
 | 
				
			|||||||
# Configuration of backup scheduling, expressed by cron expressions.
 | 
					# Configuration of backup scheduling, expressed by cron expressions.
 | 
				
			||||||
schedule:
 | 
					schedule:
 | 
				
			||||||
  # Cron expression to use for the backup schedule. This is not standard cron, but rather a subset
 | 
					  # Cron expression to use for the backup schedule. This is not standard cron, but rather a subset
 | 
				
			||||||
  # that is given to us by the Quartz Scheduler.
 | 
					  # that is given to us by the Quartz Scheduler. You may use http://www.cronmaker.com/ as a
 | 
				
			||||||
 | 
					  # reference to build out custom cron expressions that are compatible. It should be noted that
 | 
				
			||||||
 | 
					  # the second field is automatically added to the cron expression, as most typical cron expressions
 | 
				
			||||||
 | 
					  # do not include it.
 | 
				
			||||||
  # Examples:
 | 
					  # Examples:
 | 
				
			||||||
  # "0 3 * * ?"   -> every day at 3 AM
 | 
					  # "0 3 * * ?"   -> every day at 3 AM
 | 
				
			||||||
  # "0 3 * * SUN" -> every Sunday at 3 AM
 | 
					  # "0 3 ? * SUN" -> every Sunday at 3 AM
 | 
				
			||||||
  cron: ""
 | 
					  cron: ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Configuration of S3 service to upload back-ups to.
 | 
					# Configuration of S3 service to upload back-ups to.
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user