Hi everyone,
I am trying to copy files from a HSM archive. They appear as stub files but give name and size correctly.
When i then try and copy it fails with 'no such file or directory'. This only happens on files that are not cached, for instance if i try and copy it fails, then i try on the same file and it works (as it is cached), then an archive file-fail, etc
I have tried 'File::Copy', 'File::Copy::syscopy', system(copy ..)
Yet none of them seem to be able to deal with the delay in copying from blue ray disk back to spinning disk.
Has anyone got any ideas?
Jez
I am trying to copy files from a HSM archive. They appear as stub files but give name and size correctly.
When i then try and copy it fails with 'no such file or directory'. This only happens on files that are not cached, for instance if i try and copy it fails, then i try on the same file and it works (as it is cached), then an archive file-fail, etc
I have tried 'File::Copy', 'File::Copy::syscopy', system(copy ..)
Yet none of them seem to be able to deal with the delay in copying from blue ray disk back to spinning disk.
Has anyone got any ideas?
Jez