mirror of
				https://github.com/borgbase/ansible-role-borgbackup.git
				synced 2025-11-04 01:19:32 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			379 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			379 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
# {{ ansible_managed }}
 | 
						|
 | 
						|
[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= *-*-* {{ borgmatic_timer_hour }}:{{ borgmatic_timer_minute }}:00
 | 
						|
Persistent=true
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=timers.target |