'\" t .\" Title: pegasus-cleanup .\" Author: [see the "Authors" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: 11/09/2018 .\" Manual: Pegasus Manual .\" Source: Pegasus 4.4.0 .\" Language: English .\" .TH "PEGASUS\-CLEANUP" "1" "11/09/2018" "Pegasus 4\&.4\&.0" "Pegasus Manual" .\" ----------------------------------------------------------------- .\" * 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-cleanup \- Removes files during Pegasus workflows enactment\&. .SH "SYNOPSIS" .sp .nf \fBpegasus\-cleanup\fR [\fB\-h\fR][\fB\-d\fR][\fB\-f\fR \fIurls\fR] .fi .SH "DESCRIPTION" .sp \fBpegasus\-cleanup\fR removes the files associated with the given URL\&. Some of the protocols it can handle are GridFTP, SRM, Amazon S3, HTTP, and file://\&. .sp Note that pegasus\-cleanup is a tool mostly used internally in Pegasus workflows, but the tool can be used stand alone as well\&. .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\-f\fR \fIurls\fR, \fB\-\-file\fR \fIurls\fR .RS 4 Specifies the file with URLs to clean up (one per line)\&. If this option is not given the list of URLs will be read from stdin\&. .RE .PP \fB\-d\fR, \fB\-\-debug\fR .RS 4 Enables debugging output\&. .RE .SH "EXAMPLE" .sp .if n \{\ .RS 4 .\} .nf # 1 some_site_name echo gsiftp://somehost/some/path | pegasus\-cleanup .fi .if n \{\ .RE .\} .SH "CREDENTIAL HANDLING" .sp Credentials used for cleanup can be specified with a combination of comments in the input file format and environment variables\&. For example, give the input file above, pegasus\-cleanup will expect either one environment variable specifying one generic credential (X509_USER_PROXY), or a specific one for the site named in the input file comment (X509_USER_PROXY_some_site_name)\&. .SH "AUTHORS" .sp Pegasus Team \m[blue]\fBhttp://pegasus\&.isi\&.edu\fR\m[]