Index: trunk/ippScripts/scripts/summit_copy.pl
===================================================================
--- trunk/ippScripts/scripts/summit_copy.pl	(revision 17662)
+++ trunk/ippScripts/scripts/summit_copy.pl	(revision 19788)
@@ -23,5 +23,5 @@
 # Parse the command-line arguments
 my ( $uri, $filename, $compress, $bytes, $md5, $nebulous, $exp_name, $inst, $telescope, $class, $class_id, $end_stage, $workdir,
-     $dbname, $verbose, $no_update, $no_op, $timeout );
+     $dbname, $verbose, $no_update, $no_op, $timeout, $copies );
 GetOptions(
        'uri=s'          => \$uri,       # source location of file on data store
@@ -43,4 +43,5 @@
        'no-op'          => \$no_op,     # Don't do any operations?
        'timeout=s'      => \$timeout,   # passed through to dsget
+       'copies=i'       => \$copies,    # passed through to dsget
 ) or pod2usage( 2 );
 
@@ -76,4 +77,5 @@
 $command .= " --md5 $md5"           if defined $md5;
 $command .= " --timeout $timeout"   if defined $timeout;
+$command .= " --copies $copies"     if defined $copies;
 
 # run command
