10 lines
		
	
	
		
			227 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			227 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
[Unit]
 | 
						|
Description=daily snapshot
 | 
						|
[Timer]
 | 
						|
# see systemd.time(7) manual page for other scheduling options
 | 
						|
OnCalendar=01:00
 | 
						|
# run immediately if we missed a backup for some reason
 | 
						|
Persistent=true
 | 
						|
[Install]
 | 
						|
WantedBy=timers.target
 |