Re: [Bacula-users] Windows registry restore possible?

2010-04-28 Thread Craig Ringer
On 28/04/10 00:50, j...@mayhem.com wrote:
 I'm primarily a Linux user, and have been quite happy with Bacula on 
 Linux.  I also have some Windows servers which I'm stuck managing as 
 well, and I have Bacula configured on those.  One of those servers, a 
 Windows Server 2003 machine, recently managed to corrupt its SOFTWARE 
 registry to the point that it wouldn't boot. 
 
 Is it possible to restore just the registry without restoring the entire 
 backup?

To restore the hives you'd have to boot a different Windows install with
the Bacula agent running and the disks for the win2k3 server attached.
You can't restore onto the 2k3 machine's registry hivesbecause they're
read-only to applications while the OS is using them. You *may* be able
to restore them to an alternate location on the running server's disks,
then reboot into the recovery console and move them into place, though.

Honestly, you're probably better off restoring your disk-image backup of
the server then updating the user data from your backups. That's usually
by far the easiest way to repair a dead Windows server.

( Please don't say what disk-image backups? You're running Windows
servers, so you must keep some kind of disk image backup of the OS
install... )


Looking at MSDN, it appears that Bacula may have to explicitly support
the VSS registry writer to do registry backups. See:

  http://msdn.microsoft.com/en-us/library/aa384595%28VS.85%29.aspx

OTOH, since the default paths appear to be under
\Windows\System32\config\, then with vss enabled it may be that the
hives can be automatically backed up.

If you've excluded that directory, you're almost certainly out of luck.
Check the registry key mentioned above to see if that's where the hives
are saved by VSS - if it's a different location you could be lucky.

Even if it is, restoring the hives could be ... interesting. See the
MSDN article referenced. Maybe it's easier with the recovery console.



Ugh. Reading this stuff, I'm beginning to feel sorry I recently bought a
Win2k8 server. Still, it was that or an Apple XServe to replace the
destroyed-by-water old XServe, and unlike Apple at least Microsoft fixes
bugs faster than they introduce them.


-- 
Craig Ringer

Tech-related writing: http://soapyfrogs.blogspot.com/

--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] [Bulk] Re: Windows registry restore possible?

2010-04-28 Thread Foo
On Wed, 28 Apr 2010 07:07:43 +0200, Thomas Mueller tho...@chaschperli.ch  
wrote:

 Am Tue, 27 Apr 2010 12:50:30 -0400 schrieb jdb:

 Is it possible to restore just the registry without restoring the entire
 backup?  I have the VSS enabled in the Bacula config, [..]

 VSS does provide a consistent snapshot. IMHO the VSS Writer loglines
 just mean that the Service xyz was informed about a snapshot that will
 happen so that Service xyz can get into a consitent state on disk.

 this does not mean that anything is written an tape/volume.

Right, for W2K3 use ntbackup (heard it was not in W2K8 anymore, anyone  
know the replacement?) to back up the system state, which should include  
registry files. For this I added in my job definitions:

ClientRunBeforeJob = if [%l]==[Full] (ntbackup backup systemstate /F  
c:\\systemstate.bkf)
ClientRunAfterJob = del c:\\systemstate.bkf
ClientRunAfterJob = del \c:\\Documents and Settings\\Default User\\Local  
Settings\\Application Data\\Microsoft\\Windows  
NT\\NTBackup\\data\\backup*.log\

This runs the commands on the server and does a compare, if backup level  
is full then does an ntbackup (so not on 'incremental==full' etc.) and  
deletes the temp files afterward (systemstate is overwritten but it takes  
up space, logs keep piling up otherwise). You need to have a few hundred  
MB free on C: for the systemstate.bkf file and the full backups take a few  
minutes longer.

--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Windows registry restore possible?

2010-04-28 Thread James Harper
  Is it possible to restore just the registry without restoring the
entire
  backup?
 
 To restore the hives you'd have to boot a different Windows install
with
 the Bacula agent running and the disks for the win2k3 server attached.
 You can't restore onto the 2k3 machine's registry hivesbecause they're
 read-only to applications while the OS is using them. You *may* be
able
 to restore them to an alternate location on the running server's
disks,
 then reboot into the recovery console and move them into place,
though.

Actually you'd just need to write a little app that made a call to
RegReplaceKey
(http://msdn.microsoft.com/en-us/library/ms724913%28VS.85%29.aspx).
Interestingly the documentation regarding VSS restore of the registry
says you should use MoveFileEx with a parameter of
MOVEFILE_DELAY_UNTIL_REBOOT to replace the registry hive with the
restored file, but if you do that your system blows up, so don't do that
:)

James

--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Ubuntu Lucid

2010-04-28 Thread Uwe Schuerkamp
On Tue, Apr 27, 2010 at 04:08:21PM +0200, Daniel Kamm wrote:
 Am 4/27/10 12:50 PM, schrieb Matija Nalis:
  So your options are either to downgrade the client on Lucid (maybe
  there can be found a package for 2.4.x version ?
 
 You may try to install the Ubuntu package for Karmic Koala or Hardy 
 Heron, which both are 2.4.4.
 
 Cheerz,
   - Dan
 

Thanks Dan, that did the trick. I installed the following deb's: 

bacula-common_2.4.4-1ubuntu5_i386.deb  
bacula-fd_2.4.4-1ubuntu5_i386.deb

downloaded from here: 

https://launchpad.net/ubuntu/jaunty/i386/bacula-common/2.4.4-1ubuntu5
https://launchpad.net/ubuntu/karmic/i386/bacula-fd/2.4.4-1ubuntu5

Just in case someone searches the archives for a similar problem. 

All the best, 

Uwe 


-- 
uwe.schuerk...@nionex.net fon: [+49] 5242.91 - 4740, fax:-69 72
Hauptsitz: Avenwedder Str. 55, D-33311 Gütersloh, Germany
Registergericht Gütersloh HRB 4196, Geschäftsführer: H. Gosewehr, D. Suda
NIONEX ist ein Unternehmen der DirectGroup Germany www.directgroupgermany.de

--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] show pool command does not display correct Job/File Retention

2010-04-28 Thread Eric Bollengier
Hello Yuji,

 Show pool command does not display correct value for Job and File
 Retention even they are defined in a pool resource. I took a look at a
 source file (dird_conf.c ) of both 5.0.0 and 5.0.1, and it seemed that the
 retention periods referred directives of a client resource.   Or am I
 missing ?

You are right, it's fixed in the current master branch.

Thanks

Bye

-- 
Need professional help and support for Bacula ?
Visit http://www.baculasystems.com

--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] BAT?

2010-04-28 Thread Matija Nalis
On Tue, Apr 27, 2010 at 10:06:38AM -0700, Joseph Spenner wrote:
 This may be so obvious that I can't find it.. but where do I find BAT?

In standard bacula distribution.

when you compile your FD, SD and DIR, if Qt is autodetected (or if
you pass --enable-bat to ./configure) the bat will be built also.


--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] label barcodes on Quantum Scalar i500

2010-04-28 Thread ekke85


 Hi,
 
 I have an IBM TS3310 (rebadged Quantum Scalar i500), however, I don't
 think your problem is specific to the hardware.
 
 First, can you make sure that your drive numbering is correct? Is
 drive 0 in fact /dev/nst0? On my systems, sometimes they get mapped
 differently on reboot because I'm not using permanent labels.
 
 So perhaps it is simply that mtx loads drive 0, but drive 0 is in
 fact /dev/nst4 or something.
 
 The 'label' command does nothing more than write a little bit of data
 to the tape, so you can execute all of the steps manually and see if
 they work, e.g. pick a slot, pick a drive, load a tape from that slot
 into that drive with mtx, then write a small bit of data using dd or
 tar or whatever, then rewind, eject unload with mt and/or mtx.
 
 Regards,
 Alex
 
 On Mon, 26 Apr 2010 12:27:25 -0400
 ekke85 bacula-forum  at  backupcentral.com wrote:
 
 Quote:
 
 
 ekke85 wrote:
 Quote:
 Hi
 
 I hope someone can help me or point me in the right direction. I have a bran 
 new Quantum Scalar i500 with 5 drives and 125 slots. When ever I try to do 
 label barcodes it fails with timeout errors. Bacula is reading the barcodes 
 from the tape drive but is not labeling it.
 
 [snip details]
 
 -- 
 Alex Chekholko chekh  at  genomics.upenn.edu


Hi Alex

Thanks, you were 100% spot on! I have defined udev rules for my drives and now 
it works like it should.

Here is the udev rules in case someone else needs it:
rand-rhbackup3 #93;# cat /etc/udev/rules.d/local.rules 
#Autochanger
BUS==scsi, KERNEL==sg3, ENV#123;ID_SERIAL#125;=1ADICnbsp; nbsp; 
A0C0209217_LLA, NAME=%k, SYMLINK=changer
#Tape Drive 1
BUS==scsi, KERNEL==nst0, ENV#123;ID_SERIAL#125;=3500308c09f692094, 
NAME=%k, SYMLINK=Drive1
#Tape Drive 2
BUS==scsi, KERNEL==nst1, ENV#123;ID_SERIAL#125;=3500308c09f692098, 
NAME=%k, SYMLINK=Drive2
#Tape Drive 3
BUS==scsi, KERNEL==nst2, ENV#123;ID_SERIAL#125;=3500308c09f692000, 
NAME=%k, SYMLINK=Drive3
#Tape Drive 4
BUS==scsi, KERNEL==nst3, ENV#123;ID_SERIAL#125;=3500308c09f692090, 
NAME=%k, SYMLINK=Drive4
#Tape Drive 5
BUS==scsi, KERNEL==nst4, ENV#123;ID_SERIAL#125;=3500308c09f692004, 
NAME=%k, SYMLINK=Drive5
rand-rhbackup3 bacula#93;# 
[/code]

+--
|This was sent by ekk...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Restores when the files are not present in the catalog

2010-04-28 Thread Matias Banchoff
Hello everybody,
  today I had to make a full restore of a client. My backup policy says:
1) Make a full backup monthly.
2) Daily incrementals.
3) Every Sunday, run differential backups.

When I make a full restore, it starts with the last Full, then the 
differential volumes follow and last, the incrementals.

Now the problem: The files corresponding to the full backup used for the 
restoration were purged. And when I write done in the bconsole, it 
does not appear in the list of requiered volumes. My question is: Are 
the files backed up in the full volume actually restored?

This is an extract of the bconsole:


Building directory tree for JobId 26975 ... --- In this jobs 
the Full volume was written
Building directory tree for JobId 27648 ... 
Building directory tree for JobId 28138 ...  ++
Building directory tree for JobId 28384 ... 
Building directory tree for JobId 28489 ... 
Building directory tree for JobId 28544 ...  +
Building directory tree for JobId 28582 ... 
Building directory tree for JobId 28618 ...  +++
Building directory tree for JobId 28693 ... 

[... output cut ]

$ done
Bootstrap records written to /var/lib/bacula//some-dir.restore.5.bsr

The job will require the following
   Volume(s) Storage(s)SD Device(s)
===
 
     -- Here there should be the Full Volume!
   Server-Diff-0001  some-sd-disco  FileStorage 
   Server-Diff-0002  some-sd-disco  FileStorage 
   Server-Inc-0006   some-sd-disco  FileStorage 
   Server-Inc-0004   some-sd-disco  FileStorage 
   Server-Diff-0003  some-sd-disco  FileStorage 
   Server-Inc-0005   some-sd-disco  FileStorage 

Will Bacula restore the files stored in the Full volume, although that 
volume is not listed above? If not, how can I restore those files?

What I've done is the following:
1) Restore only the Full volume. Bacula says there are no files in the 
catalog and asks me if I want to restore everything. I said yes.
2) Restore the other volumes, in other job, to the same place.

Well, I hope you can understand my doubt! jeje.

Bye! And thanks!


--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula 5.0.2 released

2010-04-28 Thread Kern Sibbald
Hello,

This is to let you know that Eric has released the tar.gz source files and the 
Windows binaries to the Bacula section of the Source Forge download area.

This 5.0.2 version is primarily an important bug fix update to version 5.0.1.

Please read the full ReleaseNotes.

Compatibility:
--
 As always, both the Director and Storage daemon must be upgraded at
 the same time.

 Older 5.0.x and 3.0.x File Daemons are compatible with the 5.0.2
 Director and Storage daemons. There should be no need to upgrade older File
 Daemons.

Changes since 5.0.1
---

Bug fixes
1502 1511 1517 1524 1527 1532 1536 1541 1549 1551 1553 1559 1560

- Probable fix for SD crash bug #1553
- Fix #1559 problem when restoring pruned jobs with a regexp
- Fix for bug #1560 bcopy cannot find Volume
- Fix cancel crash bug #1551
- Check if sql backend is thread-safe
- Correct Pool display in SD status. Fixes bug #1541
- Fix cancel crash reported by Stephen Thompson
- Rewind on close to fix #1549
- Remove closelog() in bpipe fixes bug #1536
- Fix #1517 about missing Base level in .level command
- Replace ASSERT in block.c with fail Job
- Fix database locking calling db_lock and returning from function without
  calling db_unlock.
- Add missing db_unlock to bvfs_update_cache.
- Fix #1532 about permission on binaries
- Fix #1527 about deadlock during migration
- Another fix for OpenSSLv1
- Add -lrt to Solaris links
- Fix tls.c for OpenSSLv1
- Fix #1511 when trying to insert more than 50.000 directories in bvfs
- Fix plugin load not to stop if one plugin bad -- pointed out by James
- Remove --without-qwt from configure statement.
- Second correct fix to bug #1524 verify fails after adding or removing files
- Fix bug #1524 verify fails after adding or removing files
- Apply fix suggested by Andreas in bug #1502 for mediaview column sort 
problem
- Fix OpenSSL 1.x problem in crypto.c on Fedora 12
- Display AllowCompress warning message only if compression used in FileSet

Thanks for using Bacula   :-)

Best regards,

Kern

--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Windows registry restore possible?

2010-04-28 Thread Jari Fredriksson

Calm down, people. There is ERUNT.

http://www.larshederer.homepage.t-online.de/erunt/

I have not tried it with my current Win7, but at XP/2003 times it worked
like charm. I took daily backup which Bacula could put to tape without
any problems, and the backup contains an executable to restore each copy.

Easy to use, safe bet.




signature.asc
Description: OpenPGP digital signature
--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Can 5.0.1-2 be built for FC6?

2010-04-28 Thread Steve Tice
Kind Bacula Users,

 

I am attempting to build and use bacula-5.0.1-2 under Fedora Core 6.
(The OS is not mine to upgrade, so need to find a way to work with FC6.)
Has anyone done that?

 

I have tried building from source rpm (and installing the resulting base
rpm) without success. Here's what I've done plus the results of same:

 

1.  Downloaded bacula-5.0.1-2.src.rpm, and installed it on my FC6
build system under /usr/src/redhat/SRPMS. 
2.  Changed permissions on /usr/src/redhat (and all its
subdirectories) so that ordinary users can read and write there. 
3.  As an ordinary user, executed 

rpmbuild -ba --define build_fc6 1 --define fedora_version 6 --define
build_postgresql 1 /usr/src/redhat/SPECS/bacula.spec  rpmbuild.log
21

 

According to rpmbuild.log, this may be producing a good build. The
following (possibly benign) error messages were found:

 

+ rm -rf /var/tmp/bacula-root

+ mkdir -p /var/tmp/bacula-root/etc/init.d

+ mkdir -p /var/tmp/bacula-root/etc/logrotate.d

+ mkdir -p /var/tmp/bacula-root/etc/logwatch/conf/logfiles

+ mkdir -p /var/tmp/bacula-root/etc/logwatch/conf/services

+ mkdir -p /var/tmp/bacula-root/etc/logwatch/scripts/services

+ mkdir -p /var/tmp/bacula-root/etc/logwatch/scripts/shared

+ mkdir -p /var/tmp/bacula-root/usr/lib/bacula/updatedb

+ mkdir -p /var/tmp/bacula-root/etc/pam.d

+ mkdir -p /var/tmp/bacula-root/usr/sbin

+ make DESTDIR=/var/tmp/bacula-root install

./autoconf/mkinstalldirs /var/tmp/bacula-root/usr/sbin

./autoconf/mkinstalldirs /var/tmp/bacula-root/etc/bacula

mkdir -p -- /var/tmp/bacula-root/etc/bacula

./autoconf/mkinstalldirs /var/tmp/bacula-root/usr/lib/bacula

./autoconf/mkinstalldirs /var/tmp/bacula-root/usr/share/doc/bacula

mkdir -p -- /var/tmp/bacula-root/usr/share/doc/bacula

./autoconf/mkinstalldirs /var/tmp/bacula-root/tmp

mkdir -p -- /var/tmp/bacula-root/tmp

if test ! -d /var/tmp/bacula-root/var/lib/bacula ; then \

   ./autoconf/mkinstalldirs /var/tmp/bacula-root/var/lib/bacula;
\

   chmod 770 /var/tmp/bacula-root/var/lib/bacula; \

fi

mkdir -p -- /var/tmp/bacula-root/var/lib/bacula

if test xbacula != x ; then \

   chown bacula /var/tmp/bacula-root/var/lib/bacula; \

fi

chown: changing ownership of `/var/tmp/bacula-root/var/lib/bacula':
Operation no

t permitted

make: [installdirs] Error 1 (ignored)

if test xbacula != x ; then \

   chgrp bacula /var/tmp/bacula-root/var/lib/bacula; \

fi

chgrp: changing group of `/var/tmp/bacula-root/var/lib/bacula':
Operation not pe

rmitted

make: [installdirs] Error 1 (ignored)

make[1]: Entering directory `/usr/src/redhat/BUILD/bacula-5.0.1/src'

 

4.  Attempting to install the resulting
bacula-postgresql-5.0.1-2.i386.rpm fails the dependency check: 

[r...@target]# rpm -i bacula-postgresql-5.0.1-2.i386.rpm

error: Failed dependencies:

libpq.so.5 is needed by bacula-postgresql-5.0.1-2.i386

perl(Logwatch) is needed by bacula-postgresql-5.0.1-2.i386

[r...@target]#

 

I can resolve the perl(Logwatch) dependency easily enough, but I'm at a
loss as to how to deal with the libpq.so.5 dependency. The shared
library is provided by postgresql-libs for PostgreSQL 8.2 and later, but
upgrading the database server to that version is not an option in this
environment. Yet I haven't found a way to turn off the requirement of
libpq.so.5.

 

Is it possible to require libpq.so.4 instead of libpq.so.5? Do we know
it's possible to build and use bacula-5.0.1 under FC6?

 

Thanks,

Steve Tice

 

CONFIDENTIAL: This email, including its contents and attachments, if any, are 
confidential. If the reader of this e-mail is not an intended recipient, you 
have received this e-mail in error and any review, dissemination, distribution 
or copying is strictly prohibited. If you have received this e-mail in error, 
please notify the sender immediately by return e-mail at 
[emailaddr...@crossroads.com] and permanently delete the copy you received. 
Copyright and other intellectual property rights in its contents are the sole 
property of Crossroads Systems, Inc. Email transmission cannot be guaranteed to 
be secure or error-free. The sender therefore does not accept liability for any 
errors or omissions in the contents of the message which arise as a result of 
email  transmission.  Although we routinely screen for viruses, addressees 
should check this email and any attachments for viruses. We make no 
representation or warranty as to the absence of viruses in this email or any 
attachments.
--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] vchanger, two drives

2010-04-28 Thread Greg Golin
Hello,

I am trying to configure bacula to use vchanger for offsite backups.
Basically I'd like to be able to swap USB drives every week and take them
offsite. The vchanger howto does not state whether I should run *label
barcodes *for each magazine. Could someone please clarify what operations
should be performed to configure two drives?

bacula-dir.conf relevant config:
Storage {
  Name = OffSiteChanger
  Address = mfile.merus.local-sd
  Password = snip
  Device = OffSiteChanger
  Media Type = File
  Autochanger = yes;
}

bacula-sd.conf relevant config:

Autochanger {
  Name = OffSiteChanger
  Device = OffSiteChanger-drive-0
  Device = OffSiteChanger-drive-1
  Changer Command = /usr/local/bin/vchanger %c %o %S %a %d
  Changer Device = /etc/bacula/removable.conf
}
#---  drive 0 of the OffSiteChanger autochanger
Device {
  Name = OffSiteChanger-drive-0
  DriveIndex = 0
  Autochanger = yes;
  DeviceType = File
  MediaType = File
  ArchiveDevice = /var/lib/bacula/OffSiteChanger/0/drive0
  RemovableMedia = no;
  RandomAccess = yes;
}
#---  drive 1 of the OffSiteChanger autochanger
Device {
  Name = OffSiteChanger-drive-1
  DriveIndex = 1
  Autochanger = yes;
  DeviceType = File
  MediaType = File
  ArchiveDevice = /var/lib/bacula/OffSiteChanger/1/drive1
  RemovableMedia = no;
  RandomAccess = yes;
}# ...

vchanger config:

changer_name = OffSiteChanger
work_dir = /var/lib/bacula/OffSiteChanger
logfile = /var/lib/bacula/OffSiteChanger/OffSiteChanger.log
Virtual_Drives = 1
slots_per_magazine = 4
magazine_bays = 1
automount_dir = /opt/bacula/removable
magazine = UUID:1125820e-3163-41d0-b571-36818eea5a78
magazine = UUID:8a672f1d-9f79-4b68-8260-8285eeb6a1d8

With this configuration when I unplug one drive, plug in the second drive,
and run *update slots *bacula says this:

*update slots
Automatically selected Catalog: MyCatalog
Using Catalog MyCatalog
The defined Storage resources are:
 1: File
 2: Archive
 3: OffSiteChanger
Select Storage resource (1-3): 3
Enter autochanger drive[0]: 1
Connecting to Storage daemon OffSiteChanger at mfile.merus.local-sd:9103 ...
3306 Issuing autochanger slots command.
Device OffSiteChanger has 4 slots.
Connecting to Storage daemon OffSiteChanger at mfile.merus.local-sd:9103 ...
3306 Issuing autochanger list command.
Volume OffSiteChanger_0002_0001 not found in catalog. Slot=1 InChanger set
to zero.
Volume OffSiteChanger_0002_0002 not found in catalog. Slot=2 InChanger set
to zero.
Volume OffSiteChanger_0002_0003 not found in catalog. Slot=3 InChanger set
to zero.
Volume OffSiteChanger_0002_0004 not found in catalog. Slot=4 InChanger set
to zero.
*

I expected it to link the volumes to the new slots. What am I doing wrong?

Thanks,
Greg
--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] BAT?

2010-04-28 Thread Joseph Spenner
--- On Wed, 4/28/10, Matija Nalis mnalis+bac...@carnet.hr wrote:

 From: Matija Nalis mnalis+bac...@carnet.hr
 Subject: Re: [Bacula-users] BAT?
 To: Joseph Spenner joseph85...@yahoo.com
 Cc: bacula-users@lists.sourceforge.net
 Date: Wednesday, April 28, 2010, 8:48 AM
 On Tue, Apr 27, 2010 at 10:06:38AM
 -0700, Joseph Spenner wrote:
  This may be so obvious that I can't find it.. but
 where do I find BAT?
 
 In standard bacula distribution.
 
 when you compile your FD, SD and DIR, if Qt is autodetected
 (or if
 you pass --enable-bat to ./configure) the bat will be
 built also.

Thanks for the tip!

I think I'm going to start over.  Rather than compiling under CentOS, I'll RPM 
it using OpenSuse 11.2 64bit.  I see 3 RPMs on the sourceforge download site:

bacula-bat-5.0.1-1.su112.x86_64.rpm
bacula-client-5.0.1-1.su112.x86_64.rpm
bacula-mysql-5.0.1-1.su112.x86_64.rpm

(earlier today I saw RPMs on bacula.org, but as of 
Wed Apr 28 22:16:44 2010 the RPM sections are blank.  I thought 5.0.2 was 
available there.  Either way..)

Is the bacula-bat RPM the whole bacula suite (web interfaces, the bacula 
binaries, as well as BAT?

And is the bacula-mysql a version/install of mysql with all the 
databases/tables already built?




  

--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] BAT?

2010-04-28 Thread Phil Stracchino
On 04/28/10 19:25, Joseph Spenner wrote:
 I think I'm going to start over.  Rather than compiling under CentOS, I'll 
 RPM it using OpenSuse 11.2 64bit.  I see 3 RPMs on the sourceforge download 
 site:
 
 bacula-bat-5.0.1-1.su112.x86_64.rpm
 bacula-client-5.0.1-1.su112.x86_64.rpm
 bacula-mysql-5.0.1-1.su112.x86_64.rpm

If I were you, I would wait a day or two and grab 5.0.2, which was
released today.

-- 
  Phil Stracchino, CDK#2 DoD#299792458 ICBM: 43.5607, -71.355
  ala...@caerllewys.net   ala...@metrocast.net   p...@co.ordinate.org
 Renaissance Man, Unix ronin, Perl hacker, Free Stater
 It's not the years, it's the mileage.

--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Windows registry restore possible?

2010-04-28 Thread Craig Ringer
On 29/04/10 01:58, Jari Fredriksson wrote:
 
 Calm down, people. There is ERUNT.
 
 http://www.larshederer.homepage.t-online.de/erunt/
 
 I have not tried it with my current Win7, but at XP/2003 times it worked
 like charm. I took daily backup which Bacula could put to tape without
 any problems, and the backup contains an executable to restore each copy.

Ugh. They require UAC to be disabled. It's not like it's hard to insert
an executable manifest - I've even replaced manifests in 3rd party
software I don't have source to without significant hassle.

Win7 and win2k8 offer an excellent built-in image backup system that
makes proper use of VSS to get a consistent copy, so this seems a bit
obsolete. I guess for 2k8 server it'd be handy.

-- 
Craig Ringer

Tech-related writing: http://soapyfrogs.blogspot.com/

--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users