FileTransferService: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
==Introduction== | ==Introduction== | ||
The FTS is a Computing Division product that watches a drop box for new files, then | |||
* declares the files to SAM | |||
* copies the file to tape-backed dCache | |||
* when the file is on tape, add that tape location to the SAM record | |||
The code has many options controlled by a config file. | |||
Mu2e uploaded all files by the FTS for a while around 2016, but currently (2022) we only use it for uploading DAQ files by the [[RDM]] | |||
==References== | ==References== | ||
[https://cdcvs.fnal.gov/redmine/projects/filetransferservice/files install/update] | |||
[[Category:Computing]] | [[Category:Computing]] | ||
[[Category:Workflows]] | [[Category:Workflows]] | ||
[[Category:DataHandling]] | [[Category:DataHandling]] |
Revision as of 03:35, 27 January 2022
Introduction
The FTS is a Computing Division product that watches a drop box for new files, then
- declares the files to SAM
- copies the file to tape-backed dCache
- when the file is on tape, add that tape location to the SAM record
The code has many options controlled by a config file.
Mu2e uploaded all files by the FTS for a while around 2016, but currently (2022) we only use it for uploading DAQ files by the RDM