Changeset 19655 for trunk/DataStore/scripts/dsget
- Timestamp:
- Sep 22, 2008, 4:27:29 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/DataStore/scripts/dsget (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataStore/scripts/dsget
r19625 r19655 3 3 # Copyright (C) 2006-2008 Joshua Hoblitt 4 4 # 5 # $Id: dsget,v 1.3 3 2008-09-20 03:12:48 billsExp $5 # $Id: dsget,v 1.34 2008-09-23 02:27:29 jhoblitt Exp $ 6 6 7 7 use strict; … … 199 199 if (defined $copies and $copies > 1) { 200 200 foreach (1 .. ($copies - 1)) { 201 $neb->replicate($filename )201 $neb->replicate($filename, undef) 202 202 or die "failed to replicate $filename failed: $!"; 203 203 }
Note:
See TracChangeset
for help on using the changeset viewer.
