Hello,

I have configured Bacula (2.0.1) to write to File Volumes. I plan to use
bcopy to copy several of these volumes to tape weekly.
In attempting this I have been dealing with two problems. 
First, When specifying multiple source volumes to be written, bcopy
seems to have trouble parsing all the names that I'm passing.
For instance I have run the following command:
./bcopy -v -c ./bacula-sd.conf -i
"Weekly-0001|Weekly-0002|Weekly-0003|Weekly-0004|Weekly-0005|Weekly-0006
|Weekly-0007|Weekly-0008|Weekly-0009|Weekly-0010|Weekly-0011|Weekly-0012
|Weekly-0013|Weekly-0014|Weekly-0015|Weekly-0016|Weekly-0017|Weekly-0018
|Weekly-0019|Weekly-0020|Weekly-0021|Weekly-0022|Weekly-0023|Weekly-0024
|Weekly-0025|Weekly-0026|Weekly-0027|Weekly-0028|Weekly-0029|Weekly-0030
|Weekly-0031|Weekly-0032|Weekly-0033|Weekly-0034|Weekly-0035|Weekly-0036
|Weekly-0037|Weekly-0038|Weekly-0039|Weekly-0040|Weekly-0041|Weekly-0042
" -o A00001 FileStorage 224-Drive

Bcopy will write the first 10 volumes (Weekly-0001 to Weekly-0010) to
tape without a problem but then it will stop and ask me to mount a
volume named "Weekly-" when I expect it to just continue with
"Weekly-0011". I have no idea why this might be happening.

Second, when I try to run another bcopy job to write more file volumes
the same tape volume I'm getting the "file number mismatch" which I
understand is because the catalogue does not know about the previously
written files. My question is how to either inform bacula of the proper
file count or to force bcopy to continue despite the mismatch.

Thanks,
-Jake

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to