Skip to content
Snippets Groups Projects
Commit 65b7d48b authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Move now optional elements in example config accordingly.

parent cc12e0d5
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,6 @@
<HostAlias>Confocal Microscope 2</HostAlias>
<!-- DestinationAlias: friendly name for the target to be used in mails -->
<DestinationAlias>Core Facility Storage</DestinationAlias>
<!-- EmailPrefix: prefix label for email subjects -->
<EmailPrefix>[Core Facility] </EmailPrefix>
<!-- enable or disable debug log messages -->
<Debug>true</Debug>
......@@ -39,8 +37,6 @@
<MaxCpuUsage>25</MaxCpuUsage>
<!-- MinAvailableMemory: pause transfer if free RAM is below (in MB) -->
<MinAvailableMemory>512</MinAvailableMemory>
<!-- InterPacketGap: RoboCopy parameter to limit the bandwidth -->
<InterPacketGap>0</InterPacketGap>
<SpaceMonitoring>
<DriveToCheck>
......@@ -71,10 +67,6 @@
<!-- AdminNotificationDelta: how long to wait (in minutes) after sending an
admin notification before sending the next one -->
<AdminNotificationDelta>60</AdminNotificationDelta>
<AdminEmailAdress>admin@mydomain.xy</AdminEmailAdress>
<!-- AdminDebugEmailAdress: an email address where to send certain debug
messages to, e.g. on completed transfers. Can be empty. -->
<AdminDebugEmailAdress>admin@mydomain.xy</AdminDebugEmailAdress>
<!-- OPTIONAL CONFIGURATION SETTINGS -->
......@@ -88,6 +80,16 @@
<!-- SmtpPasswortCredential: SMTP password if authentication required -->
<SmtpPasswortCredential />
<!-- EmailPrefix: prefix label for email subjects -->
<EmailPrefix>[Core Facility] </EmailPrefix>
<AdminEmailAdress>admin@mydomain.xy</AdminEmailAdress>
<!-- AdminDebugEmailAdress: an email address where to send certain debug
messages to, e.g. on completed transfers. Can be empty. -->
<AdminDebugEmailAdress>admin@mydomain.xy</AdminDebugEmailAdress>
<!-- InterPacketGap: RoboCopy parameter to limit the bandwidth -->
<InterPacketGap>0</InterPacketGap>
<!-- EnforceInheritedACLs: whether to enforce ACL inheritance when moving
files and directories, see this page for details (DEFAULT: true)
https://support.microsoft.com/en-us/help/320246 -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment