Changeset 41172 for trunk/Nebulous/bin/neb-replicate
- Timestamp:
- Nov 27, 2019, 12:04:14 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/bin/neb-replicate (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/bin/neb-replicate
r29476 r41172 42 42 ); 43 43 44 # Nebulous::Client programs can use this to set the log level: 45 # $neb->set_log_level ('DEBUG'); 46 44 47 die "can't connected to Nebulous Server: $server" 45 48 unless defined $neb; … … 50 53 for (my $i = 0; $i < $copies; $i++) { 51 54 if (defined $volume) { 55 # this is coded so that all copies end up on the specified volume which seems wrong 52 56 $neb->replicate($key, $volume) 53 57 or die "failed to replicate Nebulous key: $key";
Note:
See TracChangeset
for help on using the changeset viewer.
