Hi,

I'm using afio 2.4.8beta1 on one of my servers and flexbackup ends with a
non zero error because of warning from afio. The problem is the '-1 m'
option in flexbackup. This was the default in afio 2.4.7 but has changed
in 2.4.8. and was different in older versions too. Since the afio defaults
seem to be sane I suggest removing the option from flexbackup to ensure
the afio builtin default is used. I added the following patch to my
flexbackup.

Simon

--- flexbackup-1.2.1.orig/flexbackup    Fri Oct 10 16:12:09 2003
+++ flexbackup-1.2.1/flexbackup Thu Feb  5 08:04:36 2004
@@ -1140,7 +1140,6 @@
     $cmd .= "$::path{afio} -o ";
     $cmd .= "$no_compress ";
     $cmd .= "-z ";
-    $cmd .= "-1 m ";
     $cmd .= "$::afio_z_flag ";
     $cmd .= "$::afio_verb_flag ";
     $cmd .= "$::afio_sparse_flag ";


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
flexbackup-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/flexbackup-help

Reply via email to