Re: [zfs-discuss] missing files on copy

2008-01-29 Thread cgorski
On Tue, 29 Jan 2008 14:25:18 +0200
  Marcus Sundman [EMAIL PROTECTED] wrote:
 Mark Ashley [EMAIL PROTECTED] wrote:
 It's simply a shell grokking issue, when you allow your 
(l)users to
 self name your files then you will have spaces etc in 
the filename
 (breaks shell arguments). In this case the '[E]' is 
breaking your
 command line argument grokking.
 
 Can't be, because the '[E]' wasn't part of the command 
line arguments
 (it was in a subdirectory).
 


Also, if the '[E]' were causing a problem, I would think 
it would affect all files in the dir, not some seemingly 
random subset of similarly named files.

Hopefully I'll be able to put in some time investigating 
this again soon.

-Chris


___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


Re: [zfs-discuss] missing files on copy

2008-01-25 Thread cgorski
On Fri, 25 Jan 2008 15:18:36 -0500
  Tiernan, Daniel [EMAIL PROTECTED] 
wrote:
 
 You may have hit a cp and or shell bug due to the 
directory naming
 topology. Rather then depend on cp -r I prefer the cpio 
method:
 
 find * print|cpio -pdumv dest_path
 
 I'd try the find by itself to see if it yields the 
correct file list
 before piping into cpio...
 

I will look into this and Jörg's suggestion when I return 
to the machine on Monday.

-Chris
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss