[Bacula-users] Resetting vchanger

2011-04-21 Thread Koenraad Lelong
Hi,

I have been messing around with vchanger. Now I would like to start from
zero. How do I do this ? Vchanger seems to remember how many removable
drive it already initialized. Where does it store this information ?

Or do I have to make a new config-file ?

Regards,

Koenraad Lelong.

--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] autofs for vchanger

2011-04-21 Thread Koenraad Lelong
Op 19-04-11 14:17, Michael Hauptfeld schreef:
 Hi!
 
 My setup works OK for root, but I don't have rw-access to the USB
 RDX-drive with the bacula user which vchanger uses.
 Try
 chown -R bacula:disk /mnt/vchanger/ccefd56c-1537-48bf-b0e4-03dd58a7c4f9
 chown -R bacula:disk /mnt/vchanger/
 for every disk/partition used by vchanger
 
 Michael

Hi Michael,

That seems to be working. I'm going to try more devices.

Many thanks,

Koenraad Lelong

--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] prevent windows shutdown when backup run

2011-04-21 Thread John Doe
From: ruslan usifov ruslan.usi...@gmail.com

 We back up client computers throw bacula-fd, but have some issue  throw
 shutdown process (when user press power off button or throw  start
 menu). We want prevent shutdown process while fd work, does exists  any
 solutions for this  task?

Maybe look at:
http://www.windows-help-central.com/windows-shutdown-script.html
You'd have to write a script/program that waits until bacula-fd is done.
But I never tried it myself...

JD

--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Fileset Difficulties -- help please

2011-04-21 Thread Hugo Letemplier
Hi

I am having a Mac OSX File server where users home are stored.
Before having a powerfull mail server that stores all the content of
my emails, I store all the Microsoft Entourage Mailbox on this file
server.
Theses mailbox must be backed up separately from the rest of my
server. Indeed, mailboxes size can reach some Gigabytes and it's an
archive format (not a maildir) so at every backup a new big file need
to be saved.

the path to my mailboxes is :

/FileServer/Username/Documents/*/Office 2004//My Database

I have to create 2 filessets. One that includes only the Mail database
One that contains the rests of the user home directory.
Also, I have an option section that select some files that must no be
compressed but it doesn't work:

FileSet {
Name = FileServer
Include {
 Options {

regexfile='^.*\.(mp3|mp2|m4a|wma|flac|ogg|cda|aac|zip|lzh|rar|7z|gz|jar|bz|bz2|arj|deb|msi|pkg|tgz|ico|tif|gif|jpg|jpeg|png|gif|rpm|avi|vob|mkv|flv|mpg|mpeg|divx|wmv|avi|mp4|mov|qt)'
exclude = no
HFSPlus Support = yes
Signature = MD5
ACL Support = yes
 }
Options {
   compression = GZIP3
   HFSPlus Support = yes
   Signature = MD5
   ACL Support = yes
}
File = /FileServer
}
Exclude {
File = /FileServer/*/Office 2004
File = /FileServer/*/Identit*s Office 2008/*My Database
File = */.DS_Store
File = */.Spotlight-V100
File = */.TemporaryItems
}
}

FileSet {
Name = FileServer-Mailbox
Include {
Options {
compression = GZIP6
HFSPlus Support = yes
Signature = MD5
ACL Support = yes
wild = /FileServer/*/Office 2004/*My Database
wild = /FileServer/*/Identit*s Office 2008/*My Database
}

File = /FileServer
}
Exclude {
File = */.DS_Store
File = */.Spotlight-V100
File = */.TemporaryItems
}
}

I have tried many times with regexp and wild but it never did that as I wish.

Have you got an idea ?

Thanks

Hugo

--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula FD on HP-UX

2011-04-21 Thread Edgars Mazurs
Hi everyone.

I have several HP-UX machines which need to be backed up. On web site 
http://www.bacula.org/en/dev-manual/main/main/Supported_Operating_Systems.html 
it is said that HP-UX is not fully supported. Unfortunately I don’t have test 
machine, so I cannot test myself Bacula FD on HP-UX. Has anyone done this 
before? Can someone confirm that Bacula FD can be installed on HP-UX?

PS. HP-UX B.11.11 U 9000/800

Thanks in advance.

_
Edgars Mazurs
Vadības sistēmu eksperts
TDVD VSSPN Vadības sistēmu sektors

--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula FD on HP-UX

2011-04-21 Thread Bart Schelstraete
Hello,

Bacula works fine on HP-UX 11.11  11.31. (Itanium)



Bart
--
Schelstraete Bart
http://www.schelstraete.org
b...@schelstraete.org


2011/4/21 Edgars Mazurs edgars.maz...@lattelecom.lv

  Hi everyone.



 I have several HP-UX machines which need to be backed up. On web site
 http://www.bacula.org/en/dev-manual/main/main/Supported_Operating_Systems.htmlit
  is said that HP-UX is not fully supported. Unfortunately I don’t have
 test machine, so I cannot test myself Bacula FD on HP-UX. Has anyone done
 this before? Can someone confirm that Bacula FD can be installed on HP-UX?



 PS. HP-UX B.11.11 U 9000/800



 Thanks in advance.



 *_*

 *Edgars Mazurs*

 *Vadības sistēmu eksperts*

 TDVD VSSPN Vadības sistēmu sektors




 --
 Benefiting from Server Virtualization: Beyond Initial Workload
 Consolidation -- Increasing the use of server virtualization is a top
 priority.Virtualization can reduce costs, simplify management, and improve
 application availability and disaster protection. Learn more about boosting
 the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users


--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula FD on HP-UX

2011-04-21 Thread Gary R. Schmidt
On 21/04/2011 11:04 PM, Edgars Mazurs wrote:
 Hi everyone.

 I have several HP-UX machines which need to be backed up. On web site
 http://www.bacula.org/en/dev-manual/main/main/Supported_Operating_Systems.html
 it is said that HP-UX is not fully supported. Unfortunately I don’t have
 test machine, so I cannot test myself Bacula FD on HP-UX. Has anyone
 done this before? Can someone confirm that Bacula FD can be installed on
 HP-UX?

 PS. HP-UX B.11.11 U 9000/800

I started trying to get it up on an Itanic 11.3 box, but was stopped by 
problems with g++/aCC not playing nice - it's a shame that Bacula is not 
written in a portable language - and haven't had a chance to get back to it.

Cheers,
GaryB-)

--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Resetting vchanger

2011-04-21 Thread Josh Fisher
On 4/21/2011 3:16 AM, Koenraad Lelong wrote:
 Hi,

 I have been messing around with vchanger. Now I would like to start from
 zero. How do I do this ? Vchanger seems to remember how many removable
 drive it already initialized. Where does it store this information ?

 Or do I have to make a new config-file ?

No, you don't need a new config file. Delete everything in vchanger's 
work directory (determined by the work_dir setting in the vchanger 
config). Vchanger also examines the removable drive contents, so you 
also have to delete everything on the removable drive. Finally, Bacula 
has volume metadata in its database, so you have to delete those volumes 
that were on the removable drive from the Bacula database using the 
'delete volume=' command from within bconsole.


--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Resetting vchanger

2011-04-21 Thread Koenraad Lelong
Op 21-04-11 16:38, Josh Fisher schreef:
 On 4/21/2011 3:16 AM, Koenraad Lelong wrote:
 Hi,

 I have been messing around with vchanger. Now I would like to start from
 zero. How do I do this ? Vchanger seems to remember how many removable
 drive it already initialized. Where does it store this information ?

 Or do I have to make a new config-file ?
 
 No, you don't need a new config file. Delete everything in vchanger's
 work directory (determined by the work_dir setting in the vchanger
 config). Vchanger also examines the removable drive contents, so you
 also have to delete everything on the removable drive. Finally, Bacula
 has volume metadata in its database, so you have to delete those volumes
 that were on the removable drive from the Bacula database using the
 'delete volume=' command from within bconsole.
 

Thanks,

Found it now. I needed only to delete vchanger's data. No bacula data
yet. I'm studying further to get it working.

Regards,

Koenraad Lelong.

--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula FD on HP-UX

2011-04-21 Thread Mehma Sarja
You could send him the fd executable and control file. Perhaps the sd 
and dir are on a different os?



Mehma
===
On 4/21/11 6:14 AM, Bart Schelstraete wrote:


Bacula works fine on HP-UX 11.11  11.31. (Itanium)

2011/4/21 Edgars Mazurs edgars.maz...@lattelecom.lv 
mailto:edgars.maz...@lattelecom.lv



I have several HP-UX machines which need to be backed up.

PS. HP-UX B.11.11 U 9000/800




--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] prevent windows shutdown when backup run

2011-04-21 Thread Stefan Muenkner
On 21.04.2011 10:58, John Doe wrote:
 From: ruslan usifov ruslan.usi...@gmail.com
 
 We back up client computers throw bacula-fd, but have some issue  throw
 shutdown process (when user press power off button or throw  start
 menu). We want prevent shutdown process while fd work, does exists  any
 solutions for this  task?
 
 Maybe look at:
 http://www.windows-help-central.com/windows-shutdown-script.html
 You'd have to write a script/program that waits until bacula-fd is done.
 But I never tried it myself...
 
 JD
 
 --
 Benefiting from Server Virtualization: Beyond Initial Workload 
 Consolidation -- Increasing the use of server virtualization is a top
 priority.Virtualization can reduce costs, simplify management, and improve 
 application availability and disaster protection. Learn more about boosting 
 the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users

It might work that way, by going into a loop querying whether a backup
task is currently being run and leave the loop only if no task is run
(with a message to the user). But it would still leave the problem,
how to detect that a backup task is being run..does bacula-fd provide
anything like that.under windows...

 Cheers,
Stefan


-- 
 Stefan Münkner
 FR 2.5 Biophysik
 Universität des Saarlandes
 Campus Homburg
 Gebäude 76
 D-66421 Homburg/Saar
..
phone +49 6841 16-26222fax   +49 6841 16-26211
http://www.uniklinikum-saarland.de/biophysik/

--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] What's a Virtual Full Spposed to Look Like?

2011-04-21 Thread Mehma Sarja
A few weeks ago - sorry I'm slow - there was a shower of VF messages and 
the subject intrigued me enough to change my bacula-dir.conf file and 
run a VF on a couple of backup clients. Well, lo and behold, something 
happened and w/o any errors.

*list media pool=Default

|   714 | backup_seema | 2011-01-10 23:50:00 | B| F |   
49,283 | 17,585,775,645 | T |
|   907 | backup_medigrail | 2011-04-01 22:55:02 | B| F |  
185,103 |  4,016,456,888 | T |

Can someone tell me what is supposed to happen? Like maybe a bconsole 
command which shows Whoa! we took a bunch of diffs and last full and 
now we have a new full!

Mehma

--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] bconsole history

2011-04-21 Thread Steve Thompson
I'm using bacula 5.0.2 on CentOS 5.5. Is there any way (or any other 
version of bacula) that allows one to disable generation of the 
.bconsole_history file?

-steve

--
Fulfilling the Lean Software Promise
Lean software platforms are now widely adopted and the benefits have been 
demonstrated beyond question. Learn why your peers are replacing JEE 
containers with lightweight application servers - and what you can gain 
from the move. http://p.sf.net/sfu/vmware-sfemails
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users