On Thu, May 29, 2014 at 10:31 AM, Colin Faber <[email protected]> wrote:
> The FID does exist, interesting I had a thought. This might have to do with
> the way I'm generating the files. In this case it's an rsync use case, in
> which rsync copies the file to a temporary file, then moves it into it's
> permanent location.

Mmh, that's weird because as you said, rsync *moves* the temporary
file to its final location. So it's just a rename, and the FID doesn't
change:

$ rsync -avP /scratch/users/kilian/dd/sh-2-31_6 /scratch/users/kilian/test
sending incremental file list
sh-2-31_6
^Z     32768   0%    0.00kB/s    0:00:00
[1]+  Stopped                 rsync -avP
/scratch/users/kilian/dd/sh-2-31_6 /scratch/users/kilian/test

$ lfs path2fid /scratch/users/kilian/.test.ftZgg2
[0x2000023d9:0x12102:0x0]

$ fg
rsync -avP /scratch/users/kilian/dd/sh-2-31_6 /scratch/users/kilian/test
 10737418240 100%  142.61MB/s    0:01:11 (xfer#1, to-check=0/1)

$ lfs path2fid /scratch/users/kilian/test
[0x2000023d9:0x12102:0x0]


> Running a copy with standard copy tools (cp) I don't see this issue.

That's interesting.

Cheers,
-- 
Kilian

------------------------------------------------------------------------------
Time is money. Stop wasting it! Get your web API in 5 minutes.
www.restlet.com/download
http://p.sf.net/sfu/restlet
_______________________________________________
robinhood-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/robinhood-support

Reply via email to