mirror of
				https://github.com/mr-vercetti/homeserver.git
				synced 2025-11-04 07:05:46 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			43 lines
		
	
	
		
			952 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			952 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
[snapraid]
 | 
						|
; path to the snapraid executable (e.g. /bin/snapraid)
 | 
						|
executable = /usr/local/bin/snapraid
 | 
						|
; path to the snapraid config to be used
 | 
						|
config = /etc/snapraid.conf
 | 
						|
; abort operation if there are more deletes than this, set to -1 to disable
 | 
						|
deletethreshold = 40
 | 
						|
; if you want touch to be ran each time
 | 
						|
touch = false
 | 
						|
 
 | 
						|
[logging]
 | 
						|
; logfile to write to, leave empty to disable
 | 
						|
file = /var/log/snapraid.log
 | 
						|
; maximum logfile size in KiB, leave empty for infinite
 | 
						|
maxsize = 5000
 | 
						|
 | 
						|
[email]
 | 
						|
; when to send an email, comma-separated list of [success, error]
 | 
						|
sendon = success,error
 | 
						|
; set to false to get full programm output via email
 | 
						|
short = true
 | 
						|
subject = [SnapRAID] Status Report:
 | 
						|
from =
 | 
						|
to =
 | 
						|
; maximum email size in KiB
 | 
						|
maxsize = 500
 | 
						|
 | 
						|
[smtp]
 | 
						|
host =
 | 
						|
; leave empty for default port
 | 
						|
port =
 | 
						|
; set to "true" to activate
 | 
						|
ssl = false
 | 
						|
tls = false
 | 
						|
user =
 | 
						|
password =
 | 
						|
 | 
						|
[scrub]
 | 
						|
; set to true to run scrub after sync
 | 
						|
enabled = true
 | 
						|
percentage = 12
 | 
						|
older-than = 10
 |