mirror of
				https://github.com/borgbase/ansible-role-borgbackup.git
				synced 2025-10-25 11:24:41 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			600 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			600 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
# Managed by Ansible, please don't edit manually
 | 
						|
 | 
						|
[Unit]
 | 
						|
Description=Start creating of Backups - see: https://www.freedesktop.org/software/systemd/man/systemd.time.html#
 | 
						|
 | 
						|
[Timer]
 | 
						|
# Day-of-the-Week Year-Month-Day Hour:Minutes:Seconds
 | 
						|
# Persistent -> resume backup after shutdown
 | 
						|
OnCalendar= {% if borgmatic_timer_day_of_the_week is defined and borgmatic_timer_day_of_the_week | length > 0 %} {{ borgmatic_timer_day_of_the_week }} {% endif %} *-*-{{ borgmatic_timer_checks_day }} {{ borgmatic_timer_checks_hour }}:{{ borgmatic_timer_checks_minute }}:00
 | 
						|
Persistent=true
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=timers.target |