From: Edwin H. <ed...@co...> - 2003-02-20 20:29:09
|
[ 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... -- Edwin Huffstutler Linux - because reboots are for hardware changes ed...@co... GnuPG Key ID: AE782DC9 |