View Single Post
  #150 (permalink)  
Old 09-18-2009, 12:30 PM
jetorres jetorres is offline
Intermediate Member
 
Posts: 22
Default Multiple DAR files error

Quote:
Originally Posted by heinzg View Post
can you be a bit more specific about the problem and usage of the script... maybe post the config section so i try it on my side.
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

Last edited by jetorres; 09-18-2009 at 12:36 PM..
Reply With Quote