View Single Post
  #151 (permalink)  
Old 09-18-2009, 03:26 PM
heinzg heinzg is offline
Loyal Member
 
Posts: 83
Default

Quote:
Originally Posted by jetorres View Post
Please refere to post from member "vdd" stamped 08-05-2009, 02:02 AM, permalink #136.

When a system is big enough the ARCHIVESIZE produces multiple DAR files. In the section code for line 996 the DAR files are verified.
Got down to: "# Create MD5 Checksums to verify archives after writing to media or network transfers"
The code used is [-e $FILENAME] but the $FILENAME variable has a list of file names as $FILENAME='ls -A ...*'

This causes the Not Found error "This should not happen", but the files indeed exist.

To solve the error a 'for loop' may be used but I think the error is propagated on later code sections so the changes required should be made by an experience bash programmer.


Cordially

Jose
Hi,

I think I see the problem you are pointing out. I will build in the loop tomorrow and send you the fixed version for testing.

Cheers
Heinzg
__________________
Motions of a day at work -
Reply With Quote