Re: [Bacula-users] Bacula-Web 6.0.0 released

2013-11-13 Thread Mauro Colorio
uh? I feel annoying when a packages untars everything in the current folder and doens't creates a new folder :) it's better to use a sym link to manage variuos versions.. my 2 cent ciao Mauro -- DreamFactory - Open Source

[Bacula-users] anybody out there?

2013-10-03 Thread Mauro Colorio
I can't see any commit on git from 5 months, no other develops for bacula open source? Mauro -- October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for M

[Bacula-users] GSOC

2013-02-18 Thread Mauro Colorio
http://www.google-melange.com/gsoc/homepage/google/gsoc2013 why don't take the opportunity of training a new young developer to bacula? :) Mauro -- The Go Parallel Website, sponsored by Intel - in partnership with Geekne

Re: [Bacula-users] discover if a storage device is an autochanger from bconsole

2013-02-12 Thread Mauro Colorio
with "show all" command I can see: Device: name=HP-AUTOLDR ok=0 num_writers=0 max_writers=0 reserved=0 open=0 append=0 read=0 labeled=0 offline=0 autochgr=0 poolid=0 volname= MediaType= it seems data retrieved with this commands are wrong and everything is set to zero it's a bug? Ma

Re: [Bacula-users] discover if a storage device is an autochanger from bconsole

2013-02-11 Thread Mauro Colorio
> Console command: show storage= > Check for Autochanger=1 on which version? on bacula 5.0.2 or in 5.2.6 doesn't works for me (I've an autochanger, AutoChanger = yes in bacula-sd configuration file) but that value is not showed, the only way is to use uptade slots but isn't so clean tanx ciao

[Bacula-users] discover if a storage device is an autochanger from bconsole

2013-02-11 Thread Mauro Colorio
as in the topic, there is a way to get that? I found that the command 'update slots' checks that but maybe I don't want to send that command before to discover if is an autochanger or not, any hint? thank you Mauro -- Fre

[Bacula-users] From 5.0.2 to 5.2.6

2013-01-30 Thread Mauro Colorio
Hi folks, I'm migrating from bacula 5.0.2 to 5.2.6, this due the migration from debian squeeze to debian wheezy, for the 5.0.2 i got a separated mysql server now I want to install on the same server, so my wonted migrating steps are: install a fresh debian with 5.2.6 and configure to work with a my

[Bacula-users] erasing a tape from bconsole

2013-01-28 Thread Mauro Colorio
from my notes I know that for erase a tape you need to launch the command: /bin/mt -f /dev/nst0 rewind && mt -f /dev/nst0 weof there is a way to do the same from bconsole? suppose I've to do that remotely , is ssh the only way to achieve this? tank you Mauro

Re: [Bacula-users] Bacula Django Admin?

2013-01-24 Thread Mauro Colorio
> I think it would be a mistake to make another attempt to web interface with > different framework, but it's your choice :) There is plenty of stuff to be > done with Almir, I'm happy to help with that :) in fact, I was proporing myself for almir not other projects :) ciao Mauro ---

Re: [Bacula-users] Bacula Django Admin?

2013-01-24 Thread Mauro Colorio
I would like to do some contribute too, I'm a python programmer and I'm using bacula but don't have any experience in django :) 2013/1/24 Domen Kožar : >> this looks very cool, thanks for pointing out the project. I'm >> currently installing it as per documentation and I get lots of errors >> li

[Bacula-users] Volume has been set to "FULL" and not "USED"

2012-11-07 Thread Mauro Colorio
I need some help, I 've 5 volumes in a Daily pool Pool { Name = Daily Pool Type = Backup Recycle = yes AutoPrune = yes Volume Retention = 5 days Maximum Volume Bytes = 800G Volume Use Duration = 23h Maximum Volumes = 5 } so I can do everyday for 5 days a backup and this has worke

Re: [Bacula-users] permanent backup

2011-12-14 Thread Mauro Colorio
> I want to know what the best way is for creating a permanent backup to > tape.  I need to create a backup on tape of certain files(a HP 1/8 G2 Tape > Autoloader) and I should keep them at least 2-3 years..  I also need to > have a  failover in case my DB is gone.  Currently I’m still using bacula

[Bacula-users] Preventing linux to change the device name

2011-12-07 Thread Mauro Colorio
I got a problem rebooting bacula system, when the machine restart I got errors like: /etc/bacula/scripts/mtx-changer /dev/sg3 load 3 /dev/nst0 0 mtx: Request Sense: Long Report=yes mtx: Request Sense: Valid Residual=no mtx: Request Sense: Error Code=70 (Current) mtx: Request Sense: Sense Key=Ille

Re: [Bacula-users] Bacula Version 5.2.1 released

2011-11-03 Thread Mauro Colorio
please update download page on website http://www.bacula.org/en/?page=downloads still points to 5.0.3 tank you Mauro -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1

Re: [Bacula-users] Problem with bscan: bscan JobId 0: Invalid slot=0

2011-11-03 Thread Mauro Colorio
I solved in this way.. run bscan with the params, then it asks me for the manual mount of the volume, I stopped all bacula services,and then I run: /etc/bacula/scripts/mtx-changer /dev/sg3 load 1 /dev/nst0 0 where 1 is the number of the slot where the tape is located, I dunno why the mount comma

[Bacula-users] Problem with bscan: bscan JobId 0: Invalid slot=0

2011-11-03 Thread Mauro Colorio
I'm trying to bscan an old volume: bscan -n bacula -c /etc/bacula/bacula-sd.conf -v -V MNT002L4 -s -m /dev/nst0 03-nov 09:47 bscan JobId 0: Invalid slot=0 defined in catalog for Volume "MNT002L4" on "HP-ULTRIUM" (/dev/nst0). Manual load may be required. Mount Volume "MNT002L4" on device "HP-UL

[Bacula-users] File retention, Job Retention and Volume retention

2011-11-02 Thread Mauro Colorio
Suppose I've this bacula-dir.conf snapshot: Client { Name = foo-fd Catalog = MyCatalog File Retention = 12 months Job Retention = 12 months AutoPrune = yes # Prune expired Jobs/Files } Pool { Name = Daily Pool Type = Backup Recycle = yes AutoPrune = yes Volume Retention = 5 d

Re: [Bacula-users] Bacula Status + Bacula 5.2.0 release

2011-10-28 Thread Mauro Colorio
tank you for the usefull info :) I know that the project is not dead, but when someone have to choose the backup solution and goes on the website, there are very few news and it seems stopped, I think it will be nice to get some developing news from the website too ciao Mauro

Re: [Bacula-users] Bacula Status + Bacula 5.2.0 release

2011-10-27 Thread Mauro Colorio
> 1. Bacula Systems Support Job great! > 2. Bacula Training course wow! > 3. Bacula Release version 5.2.0 no annunciation on bacula.org website? (5.1.0 too..) it seems a dead project from 2010.. > 4. No rpms for version 5.2.0 what a pity > 5. New Bacula Systems CEO > Congrats :) ciao Mau

Re: [Bacula-users] Restoring on NT server

2011-09-15 Thread Mauro Colorio
> Search for open handles using Process Explorer: > > http://technet.microsoft.com/en-us/sysinternals/bb896653 > maybe the antivirus? I've nod32 on that server, anyone knows if there are issues? ciao Mauro -- Doing More

[Bacula-users] Restoring on NT server

2011-09-15 Thread Mauro Colorio
I restored a folder with subdirectories and files from bacula to a NT server (window a windows fd), the restore job worked perfectly (it restores files) but at the end of the job I got this error: 15-set 11:34 srv_com1-fd JobId 784: Error: /home/kern/bacula/k/bacula/src/findlib/create_file.c:387 C

Re: [Bacula-users] bacula + qnap (SAN)

2011-09-08 Thread Mauro Colorio
> Next item to my wishlist is config a physical bacula with volumes in a QNAP. > My question is, by NFS or iSCSI? Some partners told me to do in NFS, but I > think that in iSCSI is the best way... I used debian squeeze with iscsi and everything goes well, I didn't tried the nfs option btw.. ciao

Re: [Bacula-users] Re-Apply again a label

2011-07-18 Thread Mauro Colorio
solved with delete volume=VOLUMENAME and then label barcodes :) ciao Mauro -- AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on "Lean Startup Secret

[Bacula-users] Re-Apply again a label

2011-07-18 Thread Mauro Colorio
Suppose I assigned a label to a volume with label barcodes, now for some test I deleted the header of the volume, if I run again label barcodes it says that that label already exists: Media record for Slot 1 Volume "MNT008L4" already exists. but the volume now is formatted with "/bin/mt -f /dev

Re: [Bacula-users] How do I restore to a different disk?

2011-07-14 Thread Mauro Colorio
> The restore operation will always happen through a bacula-fd (which > communicates with the bacula-sd), so to restore to a different machine > it'll need a bacula-fd running on it. > > If you add it as a client to your bacula setup you'll be able to choose > it in bconsole when you mod the restor

Re: [Bacula-users] How do I restore to a different disk?

2011-07-14 Thread Mauro Colorio
: > The default is to restore to /tmp/bacula-restores on the client...but the > client is down, and I just need the files on a different disk. How do I > restore the files to a different server? Can I just do like this: > > Where = linux-server-host-name(or IP address)/restores > mount it somewh

[Bacula-users] Automatic unload the drive after a job

2011-07-08 Thread Mauro Colorio
Hi all, there is a way to automatically unload a drive when a specific job is finished? I didn't find how ciao Mauro -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a defini

Re: [Bacula-users] Web interface

2011-07-06 Thread Mauro Colorio
> I would like to say exactly "webmin bacula module" > what's wrong with webmin module? for non sysadmin user is enough, I think non admin needs just to restore a file if something goes wrong :) ciao Mauro -- All of the

Re: [Bacula-users] Web interface

2011-07-05 Thread Mauro Colorio
> I tried phpmyadmin, and webacula but I need something more powerfull... phpmyadmin isn't a bacula web interface.. webacula works great but fails on restore, I suggest to use webmin bacula module ciao Mauro -- All of t

Re: [Bacula-users] Volume Rotation Simulation?

2011-06-29 Thread Mauro Colorio
if you are in a test environment you can change the date of the server , for example to a minute prior the scheduled time I done this for my testing to check if everything gone well. ciao Mauro -- All of the data generate

Re: [Bacula-users] Exclude = yes, or not?

2011-06-01 Thread Mauro Colorio
solved in this way FileSet { Name = "my Set" Include { Options { Ignore Case = yes; } Options { Ignore Case = yes; Exclude = yes Wild = "E:/Shared/foo/*" Wild = "E:/Shared/bar/*" } File = "E:/Shared/" } } hope this helps someone else :) Mauro

Re: [Bacula-users] Exclude = yes, or not?

2011-06-01 Thread Mauro Colorio
> Should the stanza it's in not be an "Exclude" not an "Include"? > >   Exclude { >     Options { >       Ignore Case = yes; >     } >     File = "E:/Shared/foo" >     File = "E:/Shared/bar" >   } > I read that the Exclude stanza it's the old way to exclude file and is preferred to use the Exclud

[Bacula-users] Exclude = yes, or not?

2011-06-01 Thread Mauro Colorio
what's wrong? FileSet { Name = "my Set" Include { Options { Ignore Case = yes; } File = "E:/Shared/" } Include { Options { Exclude = yes; Ignore Case = yes; } File = "E:/Shared/foo" File = "E:/Shared/bar" } } the job using this fileset s

[Bacula-users] Moving a volume to a pool doens't inherit the correct Volume Use Duration

2011-05-31 Thread Mauro Colorio
> I actually don't think it's a BUG, when you put your tapes on the Scratch > Pool using  "label barcodes", the volumes will inherit any configuration on > that pool, and only if that volume gets cycled to the Daily Pool > automatically by Bacula using the "Scratch Pool = Scratch" parameter I told

Re: [Bacula-users] update slots scan

2011-05-27 Thread Mauro Colorio
> lsscsi -g > ... > [1:0:0:0]    mediumx NEC      LL0101H-0A       0002  /dev/sch0  /dev/sg2 > [1:0:1:0]    tape    IBM      ULTRIUM-TD2      38D0  /dev/st0  /dev/sg3 > > [2:0:0:0]    tape    IBM      ULTRIUM-TD4      7A31  /dev/st1 > /dev/sg4      <- Drive 1 > [2:0:0:1]    mediumx NEC      T4

[Bacula-users] Moving a volume to a pool doens't inherit the correct Volume Use Duration

2011-05-27 Thread Mauro Colorio
I've a scratch pool defined as Pool { Name = Scratch Pool Type = Backup } and daily one Pool { Name = Daily Pool Type = Backup Recycle = yes AutoPrune = yes Volume Retention = 5 days Maximum Volume Bytes = 800G Volume Use Duration = 23h Maximum Volumes = 5 } so noticed that

Re: [Bacula-users] Recycling a volume.

2011-05-26 Thread Mauro Colorio
have you update your volume? isn't enough to make changes in the config file, use update volume command from bconsole ciao Mauro -- vRanger cuts backup time in half-while increasing security. With the market-leading solut

Re: [Bacula-users] Rough start with Bacula on Ubuntu

2011-05-26 Thread Mauro Colorio
the scripts are contained into the bacula-director-mysql package at least on debian squeeze, ubuntu I think uses the same debian basis for this kind of packages, for this reason I suggest to use debian instead of ubuntu at least on server side. good luck Mauro

Re: [Bacula-users] update slots scan

2011-05-25 Thread Mauro Colorio
try this dmesg | grep 2:0:1:1 it will tell you the name of the device where the loaders is attached (sg3 in my case) then mtx -f /dev/sg3 status if it works check ur config files Mauro -- vRanger cuts backup time in h

[Bacula-users] Making a pool to add volumes by label

2011-05-05 Thread Mauro Colorio
I wonder if it's possible that a pool adds automatically from the scratch pool volumes that contains some pattern, suppose you fill the Scratch pool with a 'label barcode' command, and the labels are in the form of DAYnnn WEEKnnn MONTHnnn suppose then to have a pool called DAILY that and you want

[Bacula-users] Enhance bacula logging

2011-04-26 Thread Mauro Colorio
I'm trying to use bacula in an environment with an authochanger, 'cause I'm not so good with bacula machinery I want to keep an eye on what the deamons are doing, I know I can run them manually with -d option and this is good, there is a way to launch them with the scripts places in init.d with som