Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://deep.mpi-inf.mpg.de/DAC/files/style/deep_process_style.css"?>
<process>
<name>DCC</name>
<version>1</version>
<author>
<name>Peter Ebert</name>
<email>pebert@mpi-inf.mpg.de</email>
</author>
<description>
This is a mock-up document that merely exists to facilitate data management via the
DAC-internal tracking database (i.e., all files on DAC file system are output of
the DCCdl process/analysis).
</description>
<inputs>
<filetype>
<identifier>ex_nihilo</identifier>
<format>bytes</format>
<quantity>collection</quantity>
<comment>Nightly sync from DCC</comment>
</filetype>
</inputs>
<references>
<filetype>
<identifier>no_ref</identifier>
<format>none</format>
<quantity>single</quantity>
<comment>No key file necessary for sync; auth via user/pw</comment>
</filetype>
</references>
<outputs>
<filetype>
<identifier>TARGETFOLDER</identifier>
<format>bytes</format>
<quantity>collection</quantity>
<comment>Dump to DEEP cluster - FhGFS - data/incoming/mirror</comment>
</filetype>
</outputs>
<software>
<tool>
<name>ascp</name>
<version>3.1.0.64761</version>
<command_line>
<![CDATA[
ASPERA_SCP_PASS=${PASSWORD} ascp -q -T -k1 -Q -P 33001 -l800M --overwrite=diff -L ${LOGFOLDER}
${USERNAME}@dkfzaspera.dkfz-heidelberg.de:${SRCFOLDER} ${TARGETFOLDER}
]]>
</command_line>
<loop>no looping</loop>
<comment>Sync happens via cron job running on deep01 (user: oracle11)</comment>
</tool>
</software>
</process>