From: Niall B. <ni...@la...> - 2005-06-07 12:02:14
|
Hi Erwan, Could you include your configuration again? " grep -v -e ^\# -v -e ^$ /etc/flexbackup.conf " will give us just your active configuration. What output do you get from: " mt status " ? Are you using version 1.2.1 of flexbackup? OK - take compression and the tape out of your next test. Make a directory /tmp/FlexTest, set these options and run flexbackup again. $compress =3D 'false'; $device =3D '/tmp/FlexTest/'; Now " flexbackup -test-tape-drive " will say, 'No use trying tape drive tests on directories!', but it will tell you if the rest of your syntax is correct. If you get no errors, run it again without compression but with the tape: $compress =3D 'false'; $device =3D '/dev/nst0'; Please answer the list rather than me personally, so that others may benefit and offer further advice. Good luck, Niall On Mon, 6 Jun 2005 Erw...@sy... wrote: > Hi Niall. > Yes, I've already tried all this feature. > For the compression to I've already tried bzip, gzip, hardware and so on= =2E > My impression is the next one. > After each=20 > flexbackup-test-tape-drive > It send me >=20 > Comparing... > directory /etc/flexbackup.conf and /tmp/test2.10734 are diff=C3=A9rents >=20 > FAILURE! Problem with tape driver or parameters. Please see the FAQ > or try changing the $blksize, $pad_blocks, or $mt_blksize settings. >=20 > SO I've tried to see what is talking about this /tmp/test. > I modified the script and I copy them into a directory > and when i open it it was just the /usr/bin/flexbackup. > SO no idea but I continue. > Thanks a lot for your help >=20 > -----Message d'origine----- > De : Niall Brosnan [mailto:ni...@la...]=20 > Envoy=E9 : lundi 6 juin 2005 11:46 > =C0 : CHEVALIER, Erwan -Syntegra FR > Objet : Re: [flexbackup-help] blksize parameters (fwd) >=20 > Hi Erwan, > here is the message as sent to the list on Thursday. > Do you usually receive list mail? >=20 > Hope it helps, > Niall >=20 > ---------- Forwarded message ---------- > Date: Thu, 2 Jun 2005 11:29:06 +0100 (IST) > From: Niall Brosnan <ni...@cs...> > To: fle...@li... > Subject: Re: [flexbackup-help] blksize parameters >=20 > Dear Erwan, >=20 > > From: Erw...@sy... > > Dear Flexbackup users, > > I've tried all blksize between 0 and 512 which my max, and none of=20 > > this values is correct, so anyone can explain to me, where i'm wrong. > > Here is my Flexbackup.conf >=20 > I assume you are using linux, and you should first change this setting: > > $device =3D '/dev/st0'; > to > $device =3D '/dev/nst0'; > This is very important! >=20 > > Dell Powervault 100T DAT 72 with magnetic tape of 36-72 GB. > If your tape drive has compression turned on, you should not use software > compression. > I would recommend using software compression where possible as you will g= et > better predictions on size, and you will get better portability of your > backups. > It's far easier to recompile bzip2 for a new platform than it is to rever= se > engineer a compression algorithm on a chip when your Dell tape drive dies= =2E >=20 > What errors are you seeing in /var/log/flexbackup ? > Why do you feel that the blksize is your problem? >=20 > Niall >=20 >=20 >=20 >=20 >=20 > ******************************************************************** >=20 > This email may contain information which is privileged or confidential. I= f you are not the intended recipient of this email, please notify the sende= r immediately and delete it without reading, copying, storing, forwarding o= r disclosing its contents to any other person > Thank you >=20 > Check us out at http://www.bt.com/consulting >=20 > ******************************************************************** >=20 --=20 # The information transmitted in this Notice is intended only for = # # the person or entity to which it is addressed and may contain = # # confidential and/or privileged material. = # # Any review, reproduction, retransmission, dissemination or other use = # # of, or taking of any action in reliance upon, this information by = # # persons or entities other than the intended recipient is prohibited. = # # Niall Brosnan # Tel: +353-87-2337386 = # # Communication Systems Consultants # Fax: +353-1-4926806 = # # Athronan, Dunsany, Co. Meath, Ireland # mail: ni...@cs...= # # GPG key fingerprint =3D 597C 0514 95B9 48DD 216F B892 5B51 D257 0D44 5B01= # Un*x: Because cat is faster than a mouse. |