From: Scott C. <sc...@bn...> - 2004-11-04 22:37:21
|
On Thursday 04 November 2004 16:42, G=F6ran T=F6rnqvist wrote: > > afio -o -E /tmp/nocompress.60176 -z -1 m -P gzip -Q -4 -Z -M 2m -T 3k -v = =2Db 10k=20 > =20 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 =2D-=20 * Scott Coburn * Brookhaven National Laboratory * sc...@bn... 631.344.7110 * This message brought to you by Debian Linux. |