Index: /trunk/DataStore/Changes
===================================================================
--- /trunk/DataStore/Changes	(revision 17769)
+++ /trunk/DataStore/Changes	(revision 17770)
@@ -2,4 +2,5 @@
 
 0.08
+    - have dsget set "user.copies" xattr on files downloaded into Nebulous
     - change dsget to flush() & sync() downloaded files
     - change ds*ls utilties to always return the HTTP status code - 300 as the
Index: /trunk/DataStore/scripts/dsget
===================================================================
--- /trunk/DataStore/scripts/dsget	(revision 17769)
+++ /trunk/DataStore/scripts/dsget	(revision 17770)
@@ -3,5 +3,5 @@
 # Copyright (C) 2006-2008  Joshua Hoblitt
 #
-# $Id: dsget,v 1.28 2008-05-19 21:24:15 jhoblitt Exp $
+# $Id: dsget,v 1.29 2008-05-22 03:39:28 jhoblitt Exp $
 
 use strict;
@@ -163,4 +163,6 @@
             or die "Nebulous can't delete key $filename";
     }
+    $neb->setxattr($filename, "user.copies", 2, "create")
+        or die "Nebulous can't set xattr on key $filename";
 
     my $fh = $neb->open_create( $filename, $volume )
