IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 21, 2008, 5:39:28 PM (18 years ago)
Author:
jhoblitt
Message:

have dsget set "user.copies" xattr on files downloaded into Nebulous

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/scripts/dsget

    r17739 r17770  
    33# Copyright (C) 2006-2008  Joshua Hoblitt
    44#
    5 # $Id: dsget,v 1.28 2008-05-19 21:24:15 jhoblitt Exp $
     5# $Id: dsget,v 1.29 2008-05-22 03:39:28 jhoblitt Exp $
    66
    77use strict;
     
    163163            or die "Nebulous can't delete key $filename";
    164164    }
     165    $neb->setxattr($filename, "user.copies", 2, "create")
     166        or die "Nebulous can't set xattr on key $filename";
    165167
    166168    my $fh = $neb->open_create( $filename, $volume )
Note: See TracChangeset for help on using the changeset viewer.