|
Hi! I found a solution to my problem below... I'm posting the solution to the list so it might help others. Since the problem I had was that the block size settings were different on my new and my old machine I checked the settings on the old machine and used the same settings on the new one. Simple? Yes, when one knows how to do it... :-) Using "mt -f /dev/nst0 status" on the old machine, I got the setting for the tape-station (512 in my case) The command "bls -c /etc/bacula/bacula-sd.conf -k -V \* /dev/nst0" shows me the blocksize used on the tape (64512 for me). I could run this check on the new machine too. By using Minimum and Maximum block size in bacula-sd.conf I'm forcing bacula to use a fixed block size. I also set my tape drive on the new machine using "mt -f /dev/nst0 defblksize 512" I could now use bscan to recreate the database records for my tapes, and then restore them. Don't forget to change the settings back to variable blocksize when done! Run "mt -f /dev/nst0 defblksize 0" And remove the block size directives from bacula-sd.conf Thank you Kern for a great program and wonderful support! Best regards, Jonas Mixter On 2005-11-28 23:31, Kern Sibbald wrote: On Monday 28 November 2005 17:25, Jonas Mixter wrote:Hi again... Thanks for your quick answer! I understand the details of my problem better now... I do have some more questions though. |
- Re: [Bacula-users] bscan-problems Jonas Mixter
- Re: [Bacula-users] bscan-problems Kern Sibbald
