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
6594a3ba
Commit
6594a3ba
authored
7 years ago
by
Niko Ehrenfeuchter
Browse files
Options
Downloads
Patches
Plain Diff
Add minimal configuration example without optional settings.
Refers to
#29
,
#18
,
#28
parent
be3fed54
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Resources/conf-minimal/config.common.xml
+35
-0
35 additions, 0 deletions
Resources/conf-minimal/config.common.xml
Resources/conf-minimal/host-specific.template.xml
+16
-0
16 additions, 0 deletions
Resources/conf-minimal/host-specific.template.xml
with
51 additions
and
0 deletions
Resources/conf-minimal/config.common.xml
0 → 100644
+
35
−
0
View file @
6594a3ba
<?xml version="1.0" encoding="utf-8"?>
<ServiceConfig
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd=
"http://www.w3.org/2001/XMLSchema"
>
<!-- IncomingDirectory: directory on SourceDrive to watch for new files -->
<IncomingDirectory>
ProgramData\AUTOTRANSFER\INCOMING
</IncomingDirectory>
<!-- ManagedDirectory: directory on SourceDrive where files and folders are
moved while queueing for their transfer (sub-directory "PROCESSING")
and to store them for deferred delection after a grace period after
the transfer (sub-directory "DONE"). -->
<ManagedDirectory>
ProgramData\AUTOTRANSFER
</ManagedDirectory>
<!-- DestinationAlias: friendly name for the target to be used in mails -->
<DestinationAlias>
Core Facility Storage
</DestinationAlias>
<!-- DestinationDirectory: where files should be transferred to -->
<DestinationDirectory>
\\fileserver.mydomain.xy\share\
</DestinationDirectory>
<!-- TmpTransferDir: temporary directory relative to DestinationDirectory
to be used for running transfers -->
<TmpTransferDir>
AUTOTRANSFER-TMP
</TmpTransferDir>
<!-- MaxCpuUsage: pause transfer if CPU usage is above this value (in %)-->
<MaxCpuUsage>
25
</MaxCpuUsage>
<!-- MinAvailableMemory: pause transfer if free RAM is below (in MB) -->
<MinAvailableMemory>
512
</MinAvailableMemory>
<!-- OPTIONAL CONFIGURATION SETTINGS -->
<!-- OPTIONAL CONFIGURATION SETTINGS -->
</ServiceConfig>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Resources/conf-minimal/host-specific.template.xml
0 → 100644
+
16
−
0
View file @
6594a3ba
<?xml version="1.0" encoding="utf-8"?>
<ServiceConfig
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd=
"http://www.w3.org/2001/XMLSchema"
>
<!-- HostAlias: friendly name to be used for this machine in mails -->
<HostAlias>
Confocal Microscope (Room 123)
</HostAlias>
<!-- SourceDrive: local drive to operate on (include the backslash!) -->
<SourceDrive>
D:\
</SourceDrive>
<!-- OPTIONAL CONFIGURATION SETTINGS -->
<!-- OPTIONAL CONFIGURATION SETTINGS -->
</ServiceConfig>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Niko Ehrenfeuchter
@ehrenfeu
mentioned in issue
#29 (closed)
·
7 years ago
mentioned in issue
#29 (closed)
mentioned in issue #29
Toggle commit list
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