[Bacula-users] copy and then migrate job

2009-10-27 Thread Nicolae Mihalache
Hello, I'm trying to automatically copy some jobs from one tape to another (to be taken offline) and because I don't have two tape drives, I have to use a temporary pool. However I have noticed that all the jobs that are copied to the temporary pool are marked with type 'M' and then the migration

Re: [Bacula-users] Restore isnt working.

2009-10-19 Thread Nicolae Mihalache
This job seem to have restored exactly one file of 2KB. Just to make sure, the directory /restores is on the client computer, in this case ip19-flavio. nicolae Pedro Bordin Hoffmann wrote: Hello! Im trying to restore some jobs... and cant find the files... already changed the restore path

Re: [Bacula-users] [Bacula-devel] VirtualFull backup: bacula selects the wrong read device

2009-10-11 Thread Nicolae Mihalache
October 2009 15:06:36 Nicolae Mihalache wrote: Sorry, I'm not quite sure I grasp your message. When you refer to Storage in Changing Storage for restore and migration, you talk about Storage Daemon or the Storage resource in the director? I was not very precise. I meant that changing

Re: [Bacula-users] [Bacula-devel] VirtualFull backup: bacula selects the wrong read device

2009-10-11 Thread Nicolae Mihalache
it and get it out in 3.0.3 Best regards, Kern On Sunday 11 October 2009 12:56:05 Nicolae Mihalache wrote: I investigated a little more and found that if I replace the line rctx.jcr-dcr = dcr = new_dcr(rctx.jcr, rctx.jcr-dcr, rctx.device-dev); with if (rctx.store-append

Re: [Bacula-users] [Bacula-devel] VirtualFull backup: bacula selects the wrong read device

2009-10-11 Thread Nicolae Mihalache
I tried your change but VirtualFull with multiple read devices is not working. Restore is working but it was working even without your change. I think I know why: 1. the code from reserve.c:637 dcr = new_dcr(rctx.jcr, rctx.jcr-dcr, rctx.device-dev); always changes the write device, never the

[Bacula-users] VirtualFull backup: bacula selects the wrong read device

2009-10-09 Thread Nicolae Mihalache
Hello, I run Full backups on MediaType=LOT-4 and Incremental backups on MediaType=File. When running a VirtualFull into a tmp pool (MediaType=TmpFile), bacula starts correctly reading the full backup from LTO-4. However, when the Incremental starts, it still wants to use the LTO-4 device instead

Re: [Bacula-users] [Bacula-devel] VirtualFull backup: bacula selects the wrong read device

2009-10-09 Thread Nicolae Mihalache
of any kind, but we do not guarantee that it works -- in your email, you did not specify much information so I cannot be more specific. Regards, Kern On Friday 09 October 2009 12:37:50 Nicolae Mihalache wrote: Hello, I run Full backups on MediaType=LOT-4 and Incremental backups

Re: [Bacula-users] [Bacula-devel] VirtualFull backup: bacula selects the wrong read device

2009-10-09 Thread Nicolae Mihalache
Kern Sibbald wrote: If indeed the code in reserve.c is setting an entirely new dcr pointer, then it is unlikely the code will work. So that may be the problem you are running into. However, in all our tests, it does seem to work providing you have different MediaTypes for each device.

Re: [Bacula-users] Copy Jobs.

2009-10-07 Thread Nicolae Mihalache
bacula.belgamatrizes.com.br-d JobId 484: End auto prune. I changed things just like you said.. what can be wrong? Thanks. Regards Pedro. 2009/10/6 Nicolae Mihalache ma...@abcpages.com mailto:ma...@abcpages.com Maybe something like this. JobDefs { Name = CopyDiskToTape

Re: [Bacula-users] Copy Jobs.

2009-10-06 Thread Nicolae Mihalache
Show us your job definition to see why bacula hasn't selected any job to copy. Pedro Bordin Hoffmann wrote: Im using the new function of Bacula Copy jobs... but Im getting this when I run the job: What can be that ? How to fix? thanks 05-Out 11:34 bacula.belgamatrizes.com.br-d JobId 429:

Re: [Bacula-users] Copy Jobs.

2009-10-06 Thread Nicolae Mihalache
all of one pool ? Thanks for the help! Regards Pedro 2009/10/6 Nicolae Mihalache ma...@abcpages.com mailto:ma...@abcpages.com Show us your job definition to see why bacula hasn't selected any job to copy. Pedro Bordin Hoffmann wrote: Im using the new function

Re: [Bacula-users] Copy Jobs.

2009-10-06 Thread Nicolae Mihalache
Sorry, I made a mistake, please first list the Volumes in the Pool using list media Pool=FullBackupsVirtualPool and then use the query to see the jobs written on those Volumes. nicolae Pedro Bordin Hoffmann wrote: I got this: Choose a query (1-16): 14 Enter Volume name:

Re: [Bacula-users] Copy Jobs.

2009-10-06 Thread Nicolae Mihalache
Pedro Bordin Hoffmann wrote: There is no Volumes in the Pool: FullBackupsVirtualPool *list media Pool=FullBackupsVirtualPool No results to list. Should I try to list the Default pool ? Your Copy Job is copying files from this Pool, that's why it doesn't copy anything. If you want it

Re: [Bacula-users] Copy Jobs.

2009-10-06 Thread Nicolae Mihalache
function. How does the Copy Job should look like? Do I have to make changes on my Default pool? In my File Backup? Thanks so much for your help!! 2009/10/6 Nicolae Mihalache ma...@abcpages.com mailto:ma...@abcpages.com Pedro Bordin Hoffmann wrote: There is no Volumes in the Pool

Re: [Bacula-users] Full Backup Pool and Pool in scheduler

2009-10-05 Thread Nicolae Mihalache
You can also use Full Pool in the schedule which should override the Full Backup Pool in the Job definition. nicolae Peter Allgeyer wrote: Hi, the Full Backup Pool in the job resource overrides any Pool definition in the schedule resource. I want to make daily incremental backup with

Re: [Bacula-users] duplicate job control

2009-10-05 Thread Nicolae Mihalache
Well, the manual reads like this: Allow Higher Duplicates = yes|no If this directive is set to *yes* (default) the job with a higher priority (lower priority number) will be permitted to run. If the priorities of the two jobs are the same, the outcome is determined by other directives (see

[Bacula-users] VirtualFull backup on the same file based pool/device

2009-09-24 Thread Nicolae Mihalache
Hello, I read in the bacula manual and in the bacula-devel mailing list that it should work to perform a VirtualFull backup on the same pool (and on the same device I presume). http://www.bacula.org/manuals/en/concepts/concepts/New_Features.html#SECTION0037

[Bacula-users] concurrency issues: The number of files mismatch! Volume=4 Catalog=3

2009-09-17 Thread Nicolae Mihalache
Hello, I have inherited a bacula 3.0.2 installation, and after a few days I noticed I have problems when running concurrent jobs, as described in this bug report: http://bugs.bacula.org/view.php?id=1288 I'm trying to understand how the problem appears. 1. it would be great if the time messages in

Re: [Bacula-users] concurrency issues: The number of files mismatch! Volume=4 Catalog=3

2009-09-17 Thread Nicolae Mihalache
config (but did not really need it because the cycle was many years anyway). After changing to yes concurrent jobs works now. I have even increased the max jobs from 2 to 4 and it works with 3.0.2. Greetings, user100 Am 17.09.2009 12:54, schrieb Nicolae Mihalache: Hello, I have inherited