Re: [Bacula-users] fileset which only compresses files which are not already compressed like gzip, jpeg, mpeg

2015-08-25 Thread Luc Van der Veken
Hi Ana, Won’t your solution exclude compressed files, instead of including them without a second round of compression? I think if it can be done, what the OP asked, the right approach would be closer to his own, just using ‘RegexFile’ instead of ‘RegexDir’. I would have tried something like thi

Re: [Bacula-users] Labeling when using native virtual autochanger

2015-08-25 Thread Ana Emília M . Arruda
Hello Dan, Heitor is right :) I run tests with exactly your configuration and had the same issue. The drive index 0 must exist and belongs to the autochanger resource. You have an Index 0 drive in your configuration: vRestore. But it is not in the Autochanger definition. If you put it there, it w

Re: [Bacula-users] Labeling when using native virtual autochanger

2015-08-25 Thread Dan Langille
> On Aug 25, 2015, at 5:13 PM, Heitor Faria wrote: > >>> Dan, >>> >>> At a glance I think you must have a "Drive Index=0" at the universe of >>> drives of >>> your autochanger. >>> >>> "Device = vDrive-1, vDrive-2, vDrive-3, vDrive-4, vDrive-5" >> >> I never considered that I needed to start

Re: [Bacula-users] Labeling when using native virtual autochanger

2015-08-25 Thread Heitor Faria
>> Dan, >> >> At a glance I think you must have a "Drive Index=0" at the universe of >> drives of >> your autochanger. >> >> "Device = vDrive-1, vDrive-2, vDrive-3, vDrive-4, vDrive-5" > > I never considered that I needed to start indexing my drives from zero. Hmm. > Thank you. I will look in

Re: [Bacula-users] Labeling when using native virtual autochanger

2015-08-25 Thread Dan Langille
On Aug 25, 2015, at 4:54 PM, Heitor Faria wrote: > > Dan, > > At a glance I think you must have a "Drive Index=0" at the universe of drives > of your autochanger. > > "Device = vDrive-1, vDrive-2, vDrive-3, vDrive-4, vDrive-5" I never considered that I needed to start indexing my drives from

Re: [Bacula-users] Labeling when using native virtual autochanger

2015-08-25 Thread Dan Langille
> On Aug 25, 2015, at 4:56 PM, Dimitri Maziuk wrote: > > On 08/25/2015 03:47 PM, Dan Langille wrote: > >> Lots of space on there: >> >> $ zfs list system/usr/local/bacula >> NAME USED AVAIL REFER MOUNTPOINT >> system/usr/local/bacula 11.1T 4.42T 10.4T >> /usr/jail

Re: [Bacula-users] Labeling when using native virtual autochanger

2015-08-25 Thread Dan Langille
> On Aug 25, 2015, at 7:03 AM, Ana Emília M. Arruda > wrote: > > Hello again, > > Have you noticed a device not found error in your bconsole messages"? > > *mount > The defined Storage resources are: > 1: CreyFile > 2: CompaqStorageWorksTapeLibrary > Select Storage resource (1-2): 1

Re: [Bacula-users] Labeling when using native virtual autochanger

2015-08-25 Thread Dimitri Maziuk
On 08/25/2015 03:47 PM, Dan Langille wrote: > Lots of space on there: > > $ zfs list system/usr/local/bacula > NAME USED AVAIL REFER MOUNTPOINT > system/usr/local/bacula 11.1T 4.42T 10.4T /usr/jails/crey/usr/local/bacula Are you sure it's supposed to work? I was unde

Re: [Bacula-users] Labeling when using native virtual autochanger

2015-08-25 Thread Heitor Faria
Dan, At a glance I think you must have a "Drive Index=0" at the universe of drives of your autochanger. "Device = vDrive-1, vDrive-2, vDrive-3, vDrive-4, vDrive-5" Abraços, === Heitor Medrado de Faria - LPIC-III | ITIL-F

Re: [Bacula-users] Out of virtual tapes

2015-08-25 Thread Dimitri Maziuk
On 08/25/2015 03:21 PM, Radosław Korzeniewski wrote: > I thought that Ana Emília M. Arruda is she. Probably. Original poster may or may not have been a he. I probably should have used "they" or something. > Most, if not all of the visualization hypervisors support virtual machine > snapshot. Thi

Re: [Bacula-users] Labeling when using native virtual autochanger

2015-08-25 Thread Dan Langille
> On Aug 25, 2015, at 8:43 AM, Josh Fisher wrote: > > > > On 8/24/2015 5:24 PM, Dan Langille wrote: >> I recently started using the Virtual Autochanger as described in 'Best >> Practices for Disk Based Backup' [1] >> >> It is working for me, but I encountered a problem with the audo-label >

Re: [Bacula-users] Out of virtual tapes

2015-08-25 Thread Radosław Korzeniewski
Hello, 2015-08-24 23:31 GMT+02:00 Ana Emília M. Arruda : > Hello Radoslaw, > > On Mon, Aug 24, 2015 at 12:12 PM, Radosław Korzeniewski < > rados...@korzeniewski.net> wrote: > >> Hello, >> >> 2015-08-14 15:03 GMT+02:00 Ana Emília M. Arruda : >> >>> Hello Radoslow, >>> >>> I was talking about the c

Re: [Bacula-users] Out of virtual tapes

2015-08-25 Thread Radosław Korzeniewski
Hello, I'm not a native English speaker, so please forgive me that I do not understand all your conversation. I do my best. 2015-08-24 18:44 GMT+02:00 Dimitri Maziuk : > On 08/24/2015 10:12 AM, Radosław Korzeniewski wrote: > > >> Also, the most cases I had seen that needs a > >> Virtual machine

Re: [Bacula-users] fileset which only compresses files which are not already compressed like gzip, jpeg, mpeg

2015-08-25 Thread Ana Emília M . Arruda
Hello Martin, FileSet { Name = "Full Set" Include { Options { compression = gzip } Options { RegexFile = "\.[gG]?[zZ][iI][pP]" RegexFile = "\.[jJ][pP][eE]?[gG]" exclude = yes } File = / } } This should work. Best regards, A

[Bacula-users] fileset which only compresses files which are not already compressed like gzip, jpeg, mpeg

2015-08-25 Thread Martin Feldbacher
Hello, I'm searching help with a fileset which only compresses files which are not already compressed (like gzip,jpeg,mpeg and so on) in my whole root directory.. my first idea was the following: FileSet { Name = "Full Set" Include { Options { RegexDir = regex for all files with ending .

Re: [Bacula-users] Labeling when using native virtual autochanger

2015-08-25 Thread Josh Fisher
On 8/24/2015 5:24 PM, Dan Langille wrote: > I recently started using the Virtual Autochanger as described in 'Best > Practices for Disk Based Backup' [1] > > It is working for me, but I encountered a problem with the audo-label process. > > My bacula-sd.conf and the full transcript of the loggin

Re: [Bacula-users] Labeling when using native virtual autochanger

2015-08-25 Thread Ana Emília M . Arruda
Hello again, Have you noticed a device not found error in your bconsole messages"? *mountThe defined Storage resources are: 1: CreyFile 2: CompaqStorageWorksTapeLibrarySelect Storage resource (1-2): 1Connecting to Storage daemon CreyFile at crey.int.unixathome.org:9103 ...Enter autochanger drive[

Re: [Bacula-users] Labeling when using native virtual autochanger

2015-08-25 Thread Ana Emília M . Arruda
Hello Dan, I was unable to reproduce this. The only situation where I got the error: 24-Aug 01:45 bacula-dir JobId 215534: Created new Volume="DiffAuto-4861", Pool="DiffFile", MediaType="File" in catalog. 24-Aug 01:45 crey-sd JobId 215534: Warning: mount.c:212 Open of file device "vDrive-1" (/usr

Re: [Bacula-users] Problem with SystemD in Debian 8: permission denied in bacula-sd.service

2015-08-25 Thread Francisco Javier Funes Nieto
*status dir backup.canonigos.es-dir Version: 7.2.0 (14 August 2015) x86_64-unknown-linux-gnu debian 8.1 Daemon started 25-ago-15 12:34, conf reloaded 25-ago-2015 12:34:09 Jobs: run=0, running=0 mode=0 Heap: heap=270,336 smbytes=49,192 max_bytes=50,339 bufs=211 max_bufs=220 2015-08-25 12:36 GMT+0

Re: [Bacula-users] Problem with SystemD in Debian 8: permission denied in bacula-sd.service

2015-08-25 Thread Francisco Javier Funes Nieto
Ok, found the problem. Binaries down /usr/sbin/bacula-(sd/dir) where owned by root, not bacula. They don't start because this. J. 2015-08-25 0:43 GMT+02:00 Francisco Javier Funes Nieto : > Hi again, > > I'm trying to start the Bacula SD/DIR daemon through the systemd scripts > created under $SR