From: Simon M. <sim...@ch...> - 2004-02-05 06:10:24
|
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 default= s 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 .=3D "$::path{afio} -o "; $cmd .=3D "$no_compress "; $cmd .=3D "-z "; - $cmd .=3D "-1 m "; $cmd .=3D "$::afio_z_flag "; $cmd .=3D "$::afio_verb_flag "; $cmd .=3D "$::afio_sparse_flag "; |