Hello, and thanks for the reply :)

Checked "man afio" and the -1 parameter is there (Version 2.4.7) but -1 m
means:

-1 "Defined letters are a for ignoring all possible warnings on exit, and m
for ignoring the warning about missing files, which will occur when, on
creating an archive, a file whose name was read  from  the standard  input
is  not found.  The default is -1 m."

So if the file is missing it shouldn't return an error, right, so my
assumption is that the error here should be something different. Anyway when
I tried to change to "-1 a" checking /etc/flexbackup.conf ,the -1 m switch
wasn't there. I'll need to read and learn more about flexbackup I guess :)


I will check the flexbackup -ignore-errors if that switch can help me. But
is that "good behavior", to tell flexbackup to ignore errors?



Thanks again...



Best Regards

Goran


----- Original Message ----- 
From: "Scott Coburn" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, November 04, 2004 11:37 PM
Subject: Re: [flexbackup-help] Flexbackup error: offending command
afio -o -E <non existent file>?!?


On Thursday 04 November 2004 16:42, Göran Törnqvist wrote:
>
> afio -o -E /tmp/nocompress.60176 -z -1 m -P gzip -Q -4 -Z -M 2m -T
3k -v -b 10k
>

Goran,

The problem is that 'afio' is returning to the flexbackup script
with an error (some file missing or some such?).

The command parameters passed by flexbackup to afio have changed
in the recent versions.  See the afio man page, specifically the '-1'
parameter.  You can edit the flexbackup script to fix this.  Search
for '-1 m ' and change it to '-1 a ' (note the trailing space character).
(You can see the '-l m' in the afio command line above.)

See also the flexbackup '-ignore-errors' parameter to help solve
your problem.

Scott

-- 
* Scott Coburn
* Brookhaven National Laboratory
* [EMAIL PROTECTED] 631.344.7110
* This message brought to you by Debian Linux.


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_idU88&alloc_id065&op=ick
_______________________________________________
flexbackup-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/flexbackup-help



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
flexbackup-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/flexbackup-help

Reply via email to