forked from Chronial/snapraid-runner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnapraid-runner.conf
48 lines (38 loc) · 985 Bytes
/
snapraid-runner.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[snapraid]
# path to the snapraid executable (e.g. /bin/snapraid)
# Will use PATH if not fully qualified.
executable = 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 = 10
# if you want touch to be ran each time
touch = false
[logging]
# logfile to write to, leave empty to disable
file = /var/log/snapraid/snapraid-runner.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 program 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
user =
password =
[scrub]
# set to true to run scrub after sync
enabled = true
percentage = 12
older-than = 10