From: arakeis <ar...@fr...> - 2003-02-21 09:45:02
|
Edwin Huffstutler wrote: > [ arakeis wrote: ] > >>Ok, I tried the list argument on my backup file, it failed like before >>with a file not found (but the file is there as you can see on my >>previous mail) >>BUT >>if I tried the list arg on a smaller file, it works OK... >> >>??? > > > Strange. Perhaps your perl is compiled strangely / is not happy with > large files is the only thing I can think of? > > Try: > > perl -e 'print "found" if ( -f "/path/to/file")'; > > for both archives. > > That's basically all its doing. Don't at all understand why you'd get a > problem... > > > That was it ! My perl 5.06 didn't see large files, a small upgrade and it works ... well sort of, I still have pb to restaure files with spaces in their names but I'm digging ! -- Arnaud |