Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
auto-tx
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vamp
auto-tx
Commits
65b7d48b
Commit
65b7d48b
authored
7 years ago
by
Niko Ehrenfeuchter
Browse files
Options
Downloads
Patches
Plain Diff
Move now optional elements in example config accordingly.
parent
cc12e0d5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
AutoTx/Resources/configuration-example.xml
+10
-8
10 additions, 8 deletions
AutoTx/Resources/configuration-example.xml
with
10 additions
and
8 deletions
AutoTx/Resources/configuration-example.xml
+
10
−
8
View file @
65b7d48b
...
...
@@ -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 -->
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment