gtar-wrapper returned 2 - backup FAILED

2000-12-11 Thread Chris Karakas
Hello, I'm almost finished with solving my "incrementals on vfat" problem. Almost, because now I get an error and I need your advice ;-) The situation is the following: I have hacked a little (it took just as much as, practically, commenting a preprocessor "#else" :-) ) AMANDA's sendsize.c and

Re: gtar-wrapper returned 2 - backup FAILED

2000-12-11 Thread Alexandre Oliva
On Dec 11, 2000, Chris Karakas [EMAIL PROTECTED] wrote: The situation is the following: I have hacked a little (it took just as much as, practically, commenting a preprocessor "#else" :-) ) AMANDA's sendsize.c and sendbackup.c, so that they pass all parameters to tar now. By "all" I mean

Re: gtar-wrapper returned 2 - backup FAILED

2000-12-11 Thread Chris Karakas
Paul Bijnens wrote: Chris Karakas wrote: ? /bin/gtar: : Cannot stat: No such file or directory ? /bin/gtar: : Warning: Cannot stat: No such file or directory | Total bytes written: 53729280 (51MB, 20kB/s) ? /bin/gtar: Error exit delayed from previous errors sendbackup: error

Re: gtar-wrapper returned 2 - backup FAILED

2000-12-11 Thread John R. Jackson
$DEBUG $GTAR "$1" "$2" "$3" "$6" "$7" "$8" "$9" "${10}" "${11}" "${12}" "${13}" "${14}" "${15}" "${16}" Don't do that :-). Now, the problem is that parameter nr. 16 may, or may not be filled, depending on ... What you need to do is build up an argument list of your own based on the input, then