forked from droolio/snapraid-helper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
snapraid-helper.ini
109 lines (96 loc) · 3.51 KB
/
snapraid-helper.ini
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
; This file uses semicolon for comment lines. Blank lines are okay.
; Everything else will be taken as a config option.
; The equal sign is not valid in variables.
; Do not quote strings.
; Version: 3.3 (2016/06/16)
; UTF8 Console
UTF8Console=1
; **** E-Mail Variables ****
EmailEnable=1
; What to put at the start of your email subject line
SubjectPrefix=[SERVER] SnapRAID -
; Default body if no content is collected into $EMAIL_BODY
Body=Nothing to report here.
; **** SMTP Setting Examples ****
; ** Local SMTP server **
;SMTPHost=127.0.0.1
;SMTPPort=25
;SMTPSSLEnable=0
;If you want to disable auth set SMTPAuthEnable to 0
;SMTPAuthEnable=0
;SMTPPass=YourPass
; ** Gmail as SMTP server **
;SMTPHost=smtp.gmail.com
;SMTPPort=587
;SMTPSSLEnable=1
;If your email address is [email protected], this should your username
;SMTPAuthEnable=1
;SMTPPass=password
SMTPHost=
SMTPPort=587
SMTPSSLEnable=1
SMTPAuthEnable=1
SMTPUID=username
SMTPPass=Passw0rd
; **** IF you get the following error: Exception calling "Send" with "4" argument(s): "The SMTP server requires a secure connection or the client waauthenticated. The server response was: 5.5.1 Authentication Required. Learn more at" -> You have your userid/password incorrect. ****
;where to develop the body of the email prior to sending i.e. C:\SnapRAID\E-MailBody\
;If a full path is not specified, it will use %TEMP%\<filename>
EmailBodyPath=
EmailBodyFile=snapraid-email.out
EmailBodyFileZip=snapraid-email.zip
EmailOnSuccess=1
EmailOnError=1
IncludeExtendedInfo=0
; Including the Logfile as ZIP
; If set to 1 this Switch overrides the IncludeExtendedInfo to 0
IncludeExtendedInfoZip=1
LogFileMaxSizeZIP=512kb
; Max Attachment Size in MB (if the Attachment is too large sending Email may fail)
MaxAttachSize=5mb
; Cut the logfile to contain just 1 entry per percent
ShortenLogFile=1
;where to collect temporary output i.e. C:\SnapRAID\Temp\
;If a full path is not specified, it will use %TEMP%\<filename>
TmpOutputPath=
TmpOutputFile=snapraid.out
SnapRAIDStatusAfterScrub=1
; **** Service Start/Stop ****
; 1 = start and stop services listed in $ProcessNames, 0 = do not start and stop services
ServiceEnable=0
ServiceName="CrashPlan Backup Service"
;,"VBoxVmService"
; **** Pre/Post Schedule ****
; 1 = start process before and after snapraid processing
ProcessEnable=0
ProcessPre=C:\path\Power_On.exe
ProcessPost=C:\path\Power_Off.exe
; **** SnapRAID and Script Variables *****
; Number of Deletes before script will error out to be safe and require manual update.
SnapRAIDDelThreshold=300
SnapRAIDPath=c:\SnapRAID\
SnapRAIDExe=Snapraid.exe
SnapRAIDConfig=snapraid.conf
SnapRAIDContentFiles=C:\SnapRAID.content,D:\SnapRAID.content,X:\SnapRAID.content,Y:\SnapRAID.content
SnapRAIDParityFiles=U:\SnapRAID.parity,V:\SnapRAID.Q.parity
SkipParityFilesAtStart=0
; **** Log file Management ****
; dont forget the trailing \ on $LogPath
LogPath=c:\SnapRAID\
LogFileName=SnapRAID.log
; Maximum log file size in MB.
LogFileMaxSize=25mb
LogFileZipCount=10
; **** EventLog Check Variables ****
EventLogEnable=1
EventLogSources="DISK","FTDISK","NTFS"
EventLogEntryType="Error","Warning"
; Number of days to check into the past (must be negative number to make sense)
EventLogDays=-1
; 1 aborts update, 0 reports but continues update
EventLogHaltOnDiskError=0
; **** Debug Variables ****
EnableDebugOutput=0