'\" t .\" Title: pegasus-transfer .\" Author: [see the "Author" section] .\" Generator: DocBook XSL Stylesheets v1.76.1 .\" Date: 05/24/2012 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" .TH "PEGASUS\-TRANSFER" "1" "05/24/2012" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" pegasus-transfer \- Handles data transfers in Pegasus workflows\&. .SH "SYNOPSIS" .sp .nf \fBpegasus\-transfer\fR [\fB\-h\fR] [\fB\-l\fR \fIlevel\fR] [\-f \fIinputfile\fR] [\fB\-\-max\-attempts\fR \fIattempts\fR] .fi .SH "DESCRIPTION" .sp \fBpegasus\-transfer\fR takes a list of url pairs, either on stdin or with an input file, determines the correct tool to use for the transfer and executes the transfer\&. Some of the protocols pegasus\-transfer can handle are GridFTP, SRM, Amazon S3, HTTP, and local cp/symlinking\&. Failed transfers are retried\&. .SH "OPTIONS" .PP \fB\-h\fR, \fB\-\-help\fR .RS 4 Prints a usage summary with all the available command\-line options\&. .RE .PP \fB\-l\fR \fIlevel\fR, \fB\-\-loglevel\fR \fIlevel\fR .RS 4 The debugging output level\&. Valid values are: \fBdebug\fR, \fBinfo\fR, \fBwarning\fR, \fBerror\fR\&. Default value is \fBinfo\fR\&. .RE .PP \fB\-f\fR \fIinputfile\fR, \fB\-\-file\fR \fIinputfile\fR .RS 4 File with input pairs\&. If not given, stdin will be used\&. .RE .PP \fB\-\-max\-attempts\fR \fIattempts\fR .RS 4 Maximum number of attempts for retrying failed transfers\&. .RE .SH "EXAMPLE" .sp .if n \{\ .RS 4 .\} .nf $ pegasus\-transfer file:///etc/hosts file:///tmp/foo CTRL+D .fi .if n \{\ .RE .\} .SH "AUTHOR" .sp Pegasus Team \m[blue]\fBhttp://pegasus\&.isi\&.edu\fR\m[]