View Single Post
  #134 (permalink)  
Old 07-08-2009, 09:19 AM
jetorres jetorres is offline
Intermediate Member
 
Posts: 22
Default

The Fold - About post #80, 07-28-2008, 04:48 AM. Did you find a solution to this problem. I experience the same thing. A work around is to set the size larger to fit all the data in one dar file.

The solution would be to fix the code for the "if [ -e $FILENAME ]" line. The previous line FILENAME='ls -A ...F"*' returns multiple filenames as there are more than one dar file. Then the if statement fails, it does not have anything to do with the OS version (Fedora/Ubuntu/RedHat). Maybe add a 'For' statement, but I think this problem is propagated in latter sections of the code, so I think requires an expert in bash to fix it.

Maybe there is an updated version with the fix, but the author seems that is no longer supporting it.
Reply With Quote