Re: [Bacula-users] Using bcopy

2007-05-02 Thread Mike Seda
I tried Arno's suggestions, but to no avail. I ended up doing the following: - bcopy the hosed tape (MSR133L3) to another file (FILE0003) - rewind, weof, and relabel MSR133L3 - compared file indeces of FILE0003 and FILE0002 by using bls ... There were duplicate file indeces... Hence the errors - w

Re: [Bacula-users] Using bcopy

2007-05-02 Thread Martin Simmons
> On Wed, 02 May 2007 12:01:08 -0400, Mike Seda said: > > Hi All, > Basically, the error that I received during a bcopy from disk to tape > was the following: > > 01-May 22:48 bcopy: Volume "MSR133L3" previously written, moving to end > of data. > 01-May 22:48 bcopy: bcopy Error: I cannot w

Re: [Bacula-users] Using bcopy

2007-05-02 Thread Arno Lehmann
Hello, On 5/2/2007 6:01 PM, Mike Seda wrote: > Hi All, > Basically, the error that I received during a bcopy from disk to tape > was the following: > > 01-May 22:48 bcopy: Volume "MSR133L3" previously written, moving to end > of data. > 01-May 22:48 bcopy: bcopy Error: I cannot write on Volume

Re: [Bacula-users] Using bcopy

2007-05-02 Thread Mike Seda
Hi All, Basically, the error that I received during a bcopy from disk to tape was the following: 01-May 22:48 bcopy: Volume "MSR133L3" previously written, moving to end of data. 01-May 22:48 bcopy: bcopy Error: I cannot write on Volume "MSR133L3" because: The number of files mismatch! Volume=4

Re: [Bacula-users] Using bcopy

2007-05-01 Thread Mike Seda
Hi All, I just have one more question... I executed the following command, but (stupidly) hit shortly thereafter: bcopy -c /etc/bacula/bacula-sd.conf -i FILE0002 -o MSR133L3 -v -w /var/bacula/spool VG1-LV0 Drive-1 Now, when I try to execute the aforementioned command again, I get the following

Re: [Bacula-users] Using bcopy

2007-05-01 Thread Martin Simmons
> On Mon, 30 Apr 2007 17:54:48 -0400, Mike Seda said: > > Hi All, > I successfully bcopied a tape to disk. Then, during a subsequent bcopy > from disk to tape, I got the following output: > > [EMAIL PROTECTED] ~]# bcopy -c /etc/bacula/bacula-sd.conf -i FILE0002 -o > MSR131L3 -v -w /var/bacu

Re: [Bacula-users] Using bcopy

2007-04-30 Thread Mike Seda
Hi All, I successfully bcopied a tape to disk. Then, during a subsequent bcopy from disk to tape, I got the following output: [EMAIL PROTECTED] ~]# bcopy -c /etc/bacula/bacula-sd.conf -i FILE0002 -o MSR131L3 -v -w /var/bacula/spool VG1-LV0 Drive-1 bcopy: butil.c:283 Using device: "VG1-LV0" for r

Re: [Bacula-users] Using bcopy

2007-04-30 Thread Martin Simmons
> On Mon, 30 Apr 2007 10:29:18 -0400, Ryan Novosielski said: > > Deleting a disk volume will not mean that it will then reuse that > number, so you will have a blank spot if that media no longer exists. I > think this answers your question, but I'm not 100% certain what it was > to begin with.

Re: [Bacula-users] Using bcopy

2007-04-30 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Deleting a disk volume will not mean that it will then reuse that number, so you will have a blank spot if that media no longer exists. I think this answers your question, but I'm not 100% certain what it was to begin with. :) Mike Seda wrote: > Thank

Re: [Bacula-users] Using bcopy

2007-04-30 Thread Mike Seda
Thank you very much for the quick/great respsonses. ;-) The disk volume (required due to my lack of a second tape drive) introduces one more question... After I am done bcopying from the disk volume to the final duplicate tape volume, is it better to delete or disable the disk volume? I ask t

Re: [Bacula-users] Using bcopy

2007-04-30 Thread Martin Simmons
> On Sun, 29 Apr 2007 21:22:20 -0400, Mike Seda said: > > All, > I want to duplicate a tape volume to another tape volume. Since I only > have one tape drive, I must copy the tape volume to a disk volume and > then copy the disk volume to a duplicate tape. > > Question # 1 > If I ever need

Re: [Bacula-users] Using bcopy

2007-04-29 Thread Mike Seda
All, I want to duplicate a tape volume to another tape volume. Since I only have one tape drive, I must copy the tape volume to a disk volume and then copy the disk volume to a duplicate tape. Question # 1 If I ever need to bscan in the duplicate tape, I want the volume name to be that of the o

[Bacula-users] Using bcopy

2007-01-11 Thread Flak Magnet
I'm having a hard time figuring out the syntax for using bcopy. I've searched the documentation and the bacula-users archives, not to mention google for something that would give me an "Aha!". No joy. I want to duplicate a tape volume to another tape volume. Since I only have one tape drive