[Bacula-users] How to use retention to limit disk usage

2011-09-16 Thread Eric Sisolak
Hello,

I am looking for a way to limit the amount of space taken up by
backups by truncating/deleting volumes whose files and jobs have been
pruned according to retention periods with Bacula 5.0.3.

ActionOnPurge=Truncate looks like it could do what I want, but it
seemed like there many people had issues with it.

Has anyone else implemented this? How did you do it?

--Eric

--
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
http://p.sf.net/sfu/rim-devcon-copy2
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula, Offsite, and Restores

2011-09-16 Thread Eric Pratt
Thank you for your feedback, Rodrigo.  I looked up the copy job
information as you suggested.  From what I can tell, you have to purge
the original job before you can use a copy.  This means to me that to
do a restore, we have to:

1) identify all the jobs associated with all the files being restored.
2) purge those jobs from the database (which promoted their copies to
a restorable state)
3) perform the restore

Since I'm trying to make it as easy as possible for my coworkers to
restore, having them go through the process of identifying the jobs
for a given backup and purging them seems a bit much.  I've decided to
stick with the dual client method.  I've implemented it and tested it.
 It is working beautifully!

We're running CentOS and the Redhat/CentOS init script for bacula-fd
as supplied will not allow multiple clients.  I had to modify it to
allow that.  In fact, I will look into submitting my updated init
script to the package maintainer.  The init script doesn't use the PID
files generated by bacula to manage the process and it should, even if
you just want to run a single client.  Other than that, the only
drawback is that when we do perform offsite backups, we are
essentially moving that data over the network twice (once for the
normal backups and once for the offsite backups.)  Since we're not
moving a lot of data, this is a non-issue.

Thanks again!

Eric

On Sun, Sep 11, 2011 at 5:55 PM, Rodrigo Renie Braga
 wrote:
> Well, I'm really starting to figure this bacula feature yet, but I'd
> recomend taking a look at Copy Jobs.
>
> The ideia would be only running your normal Full/Diff/Inc Backups and then,
> weekly, create a "copy" of them on your offsite storage. When restoring, it
> will require only your normal Full/Diff/Inc backups. Only when these were
> unavailable (like in a disaster!) that Bacula would automatically require
> the Offsite Storage.
>
> I lost all my documentation and links that I had about Copy Jobs (along with
> my 1TB HD), but I'm once again taking a look at this feature to implement it
> on a different company and as soon that I find these documentations again I
> will send them to you...
>
> 2011/9/8 Eric Pratt 
>>
>> I'm using Bacula with USB drives to perform offsite backups.  I'm
>> trying to create the simplest process possible so in the event I'm
>> unavailable, my coworkers can perform restores with confidence without
>> knowing a whole lot about bacula.
>>
>> Originally, our offsite backups were performed as just a part of the
>> normal schedule for a job called "JobName".  The schedule was:
>>
>>  Run = Level=Full 1st sun at 23:05
>>  Run = Level=Differential 2nd-5th sun at 23:05
>>  Run = Level=Incremental mon-sat at 23:05
>>  Run = Level=Full sun at 10:00 Pool=OffsitePool
>>
>> Any scheduled runs that did not define a pool went to our normal VTL
>> pool.  The problem I had there was that the weekly fulls at 10:00AM
>> each sunday became the new baseline for all following differentials
>> and incrementals.  The drive with offsite backups is cycled weekly so
>> this means attempting to restore a directory that got blown away
>> Tuesday meant bringing the offsite drive back before restoring.  The
>> intention for our offsite backups is purely to give us some form of
>> disaster recovery ability.  In this case, they're actually hindering
>> us.  Worse, the more we have to bring these onsite, the less likely
>> they will be "safe" for DR purposes.
>>
>> I want to separate the offsite backups from the normal backups so I
>> removed the last line of the schedule above.  Then I created a new job
>> called "JobNameOffsite" and a new schedule called
>> "JobNameOffsiteSchedule" that looks like this (the pool is defined in
>> the job to be OffsitePool):
>>
>>  Run = Level=Full sun at 10:00
>>
>> Now, the differentials and incrementals appear to be looking at the
>> full from the 1st sunday of the month and not the weekly offsite fulls
>> for the last full.  However, restoring most files still results in
>> attempts to require the offsite backup volumes since it was the last
>> job to use that fileset for a specific path on a given client.  Since
>> the offsite disk is not available on any given week, this can pose
>> problems.  I can of course work around this and pull files from
>> specific job IDs but I am trying to keep this simple for non-admins to
>> perform restores in my absence.
>>
>> My next idea is to configure a second client on each machine just for
>> offsite backups.  If I do this, I can tell bacula to restore from
>> ClientName or ClientNameOffsite.  This should provide 100% separation
>> of the normal and offsite backups as well as an easy method for
>> restoring data for those who are not experts with bacula.  They would
>> simply choose to restore from "ClientName" and it's business as usual.
>>  Restores from "ClientNameOffsite" would be only in emergency
>> situations.  Even then, it's as simple as bringing the disk on site
>> and choosing to restore fr

Re: [Bacula-users] Full backups and off-sites

2011-09-16 Thread Tilman Schmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am 16.09.2011 03:31, schrieb Rodrigo Renie Braga:
> I really recommend you taking a look at Copy Jobs, they allow me to have a
> safe "copy" of my Backups on a off-site location but I still have my local
> backups to restore from accidental daily deletion, like you said...

If I read the manual correctly, you'll need to have two tape drives
connected to the same machine if you want to create an off-site copy
that way. Is there a viable solution for off-site backups with only one
tape drive?

Regards,
Tilman

> 2011/9/15 Wouter Verhelst 
> 
>> Hi,
>>
>> So, Backups are made for two reasons:
>> - Someone broke in/the place burned down/whatever, and we lost all our
>>  data and we need to recover from that, preferably with as little data
>>  loss as possible. To be able to do so, you need to have off-site
>>  backups, preferably the latest if possible.
>> - Someone accidentally pressed 'delete' on the wrong file, and we need
>>  to get it back. To be able to do so, you need to have on-site backups,
>>  preferably the latest if possible.
>>
>> Notice how these to requirements conflict.
>>
>> Is it possible to have bacula base its incremental backups not on the
>> most recent full backup, but on the one preceding that? This way, you
>> can have your most recent full backup off-site, yet you should still be
>> able to restore the most recent version of a file, even if that tape
>> just happens to be off-site, without having to retrive them from the
>> off-site location.
>>
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.16 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org/

iEYEARECAAYFAk5z2fcACgkQ780oymN0g8OeAQCgh6INHGQpWZ9vM3L76wNLlB/n
sAYAn2NlCLEOJKpSH5wTdV+vMgAvnU9g
=d01e
-END PGP SIGNATURE-

--
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
http://p.sf.net/sfu/rim-devcon-copy2
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Migration issues - database

2011-09-16 Thread Ben Walton
Excerpts from Carlos Cristóbal Sabroe Yde's message of Fri Sep 16 10:28:00 
-0400 2011:

Hi Cristóbal,

You've reached the Bacula users mailing list.  You're likely looking
for: http://www.horde.org/community/mail/

HTH.
-Ben
--
Ben Walton
Systems Programmer - CHASS
University of Toronto
C:416.407.5610 | W:416.978.4302


--
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
http://p.sf.net/sfu/rim-devcon-copy2
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Migration issues - database

2011-09-16 Thread Carlos Cristóbal Sabroe Yde
Hi, I've made a fresh install of Horde Groupware Webmail Edition 4. I have 
Horde GWE 1.2.9 running on another server. I'm using several IMAP servers so 
the users select the server to which they want to login.

I tried to migrate the database part only (mysql) to the new install.
Apparently everything goes well except for one thing I notice: on the new 
version every information is identified by the user without including it's 
domain (contacts, preferences, etc.). I need to teel horde to use the full 
user id (user@domain) in the db so I can recover the previous info. Can 
anybody tell me where to look to change this?

Thanks.
Cristóbal.

-- 

.Cris.
<>--
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
http://p.sf.net/sfu/rim-devcon-copy2___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] problem of disk space - 80 GB backup catalog...

2011-09-16 Thread Alexandre Chapellon

  
  
My 2 cents it option 2.
changing configuration of the pool Default to get rid of this issue
in the future.

regards.

Le 16/09/2011 15:32, LAZARO Bruno a écrit :

  
  
  
  
Hello,
 
Attached is the job history “BackupCatalog »:
 
16-Sep 15:07
tis002-dir JobId 4631: shell command: run BeforeJob
""F:\Serveur_Sauvegarde\Bacula\bin\make_catalog_backup""
16-Sep 15:07
tis002-dir JobId 4631: BeforeJob: 
16-Sep 15:07
tis002-dir JobId 4631: BeforeJob: C:\WINDOWS\system32>DEL
/f "C:\Documents and Settings\All Users\Application
Data\Bacula\Work\trustbacula.sql"  2>nul 16-Sep 15:07
tis002-dir JobId 4631: BeforeJob: 
16-Sep 15:07
tis002-dir JobId 4631: BeforeJob: C:\WINDOWS\system32>set
path=F:\Serveur_Sauvegarde\wamp\bin\mysql\mysql5.1.36\bin;F:\Serveur_Sauvegarde\wamp\bin\mysql\mysql5.1.36\bin
16-Sep 15:07
tis002-dir JobId 4631: BeforeJob: 
16-Sep 15:07
tis002-dir JobId 4631: BeforeJob:
C:\WINDOWS\system32>"F:\Serveur_Sauvegarde\wamp\bin\mysql\mysql5.1.36\bin\mysqldump"
-u bacula --password=trustbacula bacula  1>"C:\Documents
and Settings\All Users\Application
Data\Bacula\Work\trustbacula.sql" 
16-Sep 15:11
tis002-dir JobId 4631: Start Backup JobId 4631,
Job=BackupCatalog.2011-09-15_23.55.02_25
16-Sep 15:11
tis002-dir JobId 4631: Using Device "FileStorage"
16-Sep 15:11
tis002-sd JobId 4631: Volume "VolLocalN1" previously
written, moving to end of data.
16-Sep 15:11
tis002-sd JobId 4631: Ready to append to end of Volume
"VolLocalN1" size=85616645910 16-Sep 15:11 tis002-fd JobId
4631: Generate VSS snapshots. Driver="VSS Win 2003",
Drive(s)="C"
16-Sep 15:14
tis002-fd JobId 4631: VSS Writer (BackupComplete):
"SqlServerWriter", State: 0x1 (VSS_WS_STABLE) 16-Sep 15:14
tis002-fd JobId 4631: VSS Writer (BackupComplete): "System
Writer", State: 0x1 (VSS_WS_STABLE) 16-Sep 15:14 tis002-fd
JobId 4631: VSS Writer (BackupComplete): "WMI Writer",
State: 0x1 (VSS_WS_STABLE) 16-Sep 15:14 tis002-fd JobId
4631: VSS Writer (BackupComplete): "FRS Writer", State: 0x1
(VSS_WS_STABLE) 16-Sep 15:14 tis002-fd JobId 4631: VSS
Writer (BackupComplete): "NTDS", State: 0x1 (VSS_WS_STABLE)
16-Sep 15:14 tis002-sd JobId 4631: Job write elapsed time =
00:03:21, Transfer rate = 1.510 M bytes/second 16-Sep 15:14
tis002-fd JobId 4631: VSS Writer (BackupComplete): "Event
Log Writer", State: 0x1 (VSS_WS_STABLE) 16-Sep 15:14
tis002-fd JobId 4631: VSS Writer (BackupComplete):
"MSDEWriter", State: 0x1 (VSS_WS_STABLE) 16-Sep 15:14
tis002-fd JobId 4631: VSS Writer (BackupComplete): "Registry
Writer", State: 0x1 (VSS_WS_STABLE) 16-Sep 15:14 tis002-fd
JobId 4631: VSS Writer (BackupComplete): "COM+ REGDB
Writer", State: 0x1 (VSS_WS_STABLE) 16-Sep 15:14 tis002-fd
JobId 4631: VSS Writer (BackupComplete): "IIS Metabase
Writer", State: 0x1 (VSS_WS_STABLE) 16-Sep 15:14 tis002-dir
JobId 4631: Bacula tis002-dir 3.0.3a (06Dec09): 16-Sep-2011
15:14:51
  Build
OS:   Linux Cross-compile Win32
 
JobId:  4631
 
Job:    BackupCatalog.2011-09-15_23.55.02_25
  Backup
Level:   Full
 
Client: "tis002-fd" 3.0.3a (06Dec09)
Linux,Cross-compile,Win32
 
FileSet:    "Catalog" 2009-11-19 23:55:00
 
Pool:   "Default" (From Run pool override)
 
Catalog:    "MyCatalog" (From Client resource)
 
Storage:    "File" (From Job resource)
  Scheduled
time: 15-Sep-2011 23:55:02
  Start
time: 16-Sep-2011 15:11:29
  End
time:   16-Sep-2011 15:14:51
  Elapsed
time:   3 mins 22 secs
  Priority:  
12
  FD Files
Written:   1
  SD Files
Written:   1
  FD Bytes
Written:   303,681,022 (303.6 MB)
  SD Bytes
Written:   303,681,220 (303.6 MB)
  Rate:  
  1503.4 KB/s
  Software
Compression:   None
  VSS:   
yes
 
Encryption: no
  

Re: [Bacula-users] problem of disk space - 80 GB backup catalog...

2011-09-16 Thread Alexandre Chapellon

  
  
It sounds like this is a volume of the a "File" pool
which is used to store the SQL backups of your catalog.
this file can be big for several reason:

1 - Your catalog is big/huge
or
2 - Your backup pool have only one volume that is used for ever and
ever.
or
3 - Both of those 2 reasons

If 1 (and 3), you may cleanup your catalog for orpahned or duplicate
records using the dbcheck utility: !!! USE CAREFULLY AND BE SURE TO
DO SOMETHING YOU WANT TO!!!
Also check that your clients have proper retention periods for the
jobs and files. activate autoprune of catalog or prune manually
periodically.

If 2 (and 3), define a max use duration or a max volume
jobs/files/bytes for the volume in the pool, you may have to create
new volume and add them to the pool (or use auto labelling of new
volumes in the pool). Define that pool in order not to get your disk
full.

regards


Le 16/09/2011 15:07, LAZARO Bruno a écrit :

  
  
  
  
Hello,

Server configuration:
Windows 2003
MYSQL (5.1.36)
BACULA (3.0.3A)


On the server disk is full F (100%), that is a 135 GB disk.
On this record, at the following location:
F:\serveur_sauvegarde\bacula\savegardes

There is a "file" which is called "VOLLOCALN1" that which is
80GB in a Bacula backup job called "Backupcatalog."
Y is there a way to "bleed" or reduce the size of this
"file"?

Thanking you in advance ...

Sincerely,Trust-informatique.
 
 
  
  
  
  
  --
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
http://p.sf.net/sfu/rim-devcon-copy2
  
  
  
  ___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users



-- 
  
  
Alexandre Chapellon
Ingénierie des systèmes open sources et
  réseaux.
  Follow me on twitter: @alxgomz
  

  

<>--
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
http://p.sf.net/sfu/rim-devcon-copy2___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] problem of disk space - 80 GB backup catalog...

2011-09-16 Thread LAZARO Bruno
Hello,

 

Attached is the job history "BackupCatalog »:

 

16-Sep 15:07 tis002-dir JobId 4631: shell command: run BeforeJob 
""F:\Serveur_Sauvegarde\Bacula\bin\make_catalog_backup""

16-Sep 15:07 tis002-dir JobId 4631: BeforeJob: 

16-Sep 15:07 tis002-dir JobId 4631: BeforeJob: C:\WINDOWS\system32>DEL /f 
"C:\Documents and Settings\All Users\Application 
Data\Bacula\Work\trustbacula.sql"  2>nul 16-Sep 15:07 tis002-dir JobId 4631: 
BeforeJob: 

16-Sep 15:07 tis002-dir JobId 4631: BeforeJob: C:\WINDOWS\system32>set 
path=F:\Serveur_Sauvegarde\wamp\bin\mysql\mysql5.1.36\bin;F:\Serveur_Sauvegarde\wamp\bin\mysql\mysql5.1.36\bin

16-Sep 15:07 tis002-dir JobId 4631: BeforeJob: 

16-Sep 15:07 tis002-dir JobId 4631: BeforeJob: 
C:\WINDOWS\system32>"F:\Serveur_Sauvegarde\wamp\bin\mysql\mysql5.1.36\bin\mysqldump"
 -u bacula --password=trustbacula bacula  1>"C:\Documents and Settings\All 
Users\Application Data\Bacula\Work\trustbacula.sql" 

16-Sep 15:11 tis002-dir JobId 4631: Start Backup JobId 4631, 
Job=BackupCatalog.2011-09-15_23.55.02_25

16-Sep 15:11 tis002-dir JobId 4631: Using Device "FileStorage"

16-Sep 15:11 tis002-sd JobId 4631: Volume "VolLocalN1" previously written, 
moving to end of data.

16-Sep 15:11 tis002-sd JobId 4631: Ready to append to end of Volume 
"VolLocalN1" size=85616645910 16-Sep 15:11 tis002-fd JobId 4631: Generate VSS 
snapshots. Driver="VSS Win 2003", Drive(s)="C"

16-Sep 15:14 tis002-fd JobId 4631: VSS Writer (BackupComplete): 
"SqlServerWriter", State: 0x1 (VSS_WS_STABLE) 16-Sep 15:14 tis002-fd JobId 
4631: VSS Writer (BackupComplete): "System Writer", State: 0x1 (VSS_WS_STABLE) 
16-Sep 15:14 tis002-fd JobId 4631: VSS Writer (BackupComplete): "WMI Writer", 
State: 0x1 (VSS_WS_STABLE) 16-Sep 15:14 tis002-fd JobId 4631: VSS Writer 
(BackupComplete): "FRS Writer", State: 0x1 (VSS_WS_STABLE) 16-Sep 15:14 
tis002-fd JobId 4631: VSS Writer (BackupComplete): "NTDS", State: 0x1 
(VSS_WS_STABLE) 16-Sep 15:14 tis002-sd JobId 4631: Job write elapsed time = 
00:03:21, Transfer rate = 1.510 M bytes/second 16-Sep 15:14 tis002-fd JobId 
4631: VSS Writer (BackupComplete): "Event Log Writer", State: 0x1 
(VSS_WS_STABLE) 16-Sep 15:14 tis002-fd JobId 4631: VSS Writer (BackupComplete): 
"MSDEWriter", State: 0x1 (VSS_WS_STABLE) 16-Sep 15:14 tis002-fd JobId 4631: VSS 
Writer (BackupComplete): "Registry Writer", State: 0x1 (VSS_WS_STABLE) 16-Sep 
15:14 tis002-fd JobId 4631: VSS Writer (BackupComplete): "COM+ REGDB Writer", 
State: 0x1 (VSS_WS_STABLE) 16-Sep 15:14 tis002-fd JobId 4631: VSS Writer 
(BackupComplete): "IIS Metabase Writer", State: 0x1 (VSS_WS_STABLE) 16-Sep 
15:14 tis002-dir JobId 4631: Bacula tis002-dir 3.0.3a (06Dec09): 16-Sep-2011 
15:14:51

  Build OS:   Linux Cross-compile Win32

  JobId:  4631

  Job:BackupCatalog.2011-09-15_23.55.02_25

  Backup Level:   Full

  Client: "tis002-fd" 3.0.3a (06Dec09) Linux,Cross-compile,Win32

  FileSet:"Catalog" 2009-11-19 23:55:00

  Pool:   "Default" (From Run pool override)

  Catalog:"MyCatalog" (From Client resource)

  Storage:"File" (From Job resource)

  Scheduled time: 15-Sep-2011 23:55:02

  Start time: 16-Sep-2011 15:11:29

  End time:   16-Sep-2011 15:14:51

  Elapsed time:   3 mins 22 secs

  Priority:   12

  FD Files Written:   1

  SD Files Written:   1

  FD Bytes Written:   303,681,022 (303.6 MB)

  SD Bytes Written:   303,681,220 (303.6 MB)

  Rate:   1503.4 KB/s

  Software Compression:   None

  VSS:yes

  Encryption: no

  Accurate:   no

  Volume name(s): VolLocalN1

  Volume Session Id:  133

  Volume Session Time:1314373648

  Last Volume Bytes:  85,920,552,714 (85.92 GB)

  Non-fatal FD errors:0

  SD Errors:  0

  FD termination status:  OK

  SD termination status:  OK

  Termination:Backup OK

 

16-Sep 15:14 tis002-dir JobId 4631: Begin pruning Jobs.

16-Sep 15:14 tis002-dir JobId 4631: No Jobs found to prune.

16-Sep 15:14 tis002-dir JobId 4631: Begin pruning Files.

16-Sep 15:14 tis002-dir JobId 4631: No Files found to prune.

16-Sep 15:14 tis002-dir JobId 4631: End auto prune.

 

16-Sep 15:14 tis002-dir JobId 4631: shell command: run AfterJob 
""F:\Serveur_Sauvegarde\Bacula\bin\delete_catalog_backup""

16-Sep 15:14 tis002-dir JobId 4631: AfterJob: 

16-Sep 15:14 tis002-dir JobId 4631: AfterJob: C:\WINDOWS\system32>DEL /f 
"C:\Documents and Settings\All Users\Application 
Data\Bacula\Work\trustbacula.sql" 

 

 

Sincerely,Trust-informatique

 

 

De : LAZARO Bruno 
Envoyé : vendredi 16 septembre 2011 15:07
À : 'bacula-users@lists.sourceforge.net'
Cc : exploit
Objet : problem of disk space - 80 GB backup catalog...

 

Hello,

Server configuration:

Windows 2003

MYSQL (5.1.36)

BACULA (3.0.3A)



On the server di

[Bacula-users] problem of disk space - 80 GB backup catalog...

2011-09-16 Thread LAZARO Bruno
Hello,

Server configuration:

Windows 2003

MYSQL (5.1.36)

BACULA (3.0.3A)



On the server disk is full F (100%), that is a 135 GB disk.
On this record, at the following location:

F:\serveur_sauvegarde\bacula\savegardes


There is a "file" which is called "VOLLOCALN1" that which is 80GB in a
Bacula backup job called "Backupcatalog."
Y is there a way to "bleed" or reduce the size of this "file"?


Thanking you in advance ...


Sincerely,Trust-informatique.

 

 

--
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
http://p.sf.net/sfu/rim-devcon-copy2___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] error restoring Exchange 2003

2011-09-16 Thread James Harper
> Maybe some of you have a good advice to give me...
> 
> For quite a while we've backed up multiple Exchange servers with
different
> Bacula 5.x servers and although we have just managed to restore
Exchange
> 2007, we seem to be out of luck with Exchange 2003.
> 
> While trying to restore directly into Exchange, the restore job
freezes at
> restoring .log files.
> 

I see from another post that this is a restore of a full backup. That
should work without any problems.

Does the windows event log contain anything useful?

Does it hang on the last logfile or somewhere in the middle? Always the
same logfile?

If it hangs at a particular logfile you might be able to just not select
that and subsequent logfiles  and restore. If that works, you might be
able to restore only that logfile and subsequent logfiles (which will
fail but might still get the files on disk and then trying the first
restore should get you running again).

If it hangs on the last logfile then it's probably the actual restore
process that is hanging. That can take quite a while depending on the
database size. How big is the database? How long have you let it sit
for? While it is 'hung', run perfmon and see if there is lots of disk
activity.

James

--
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
http://p.sf.net/sfu/rim-devcon-copy2
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] error restoring Exchange 2003

2011-09-16 Thread Silver Salonen
On 16.09.2011 10:38, Graham Keeling wrote:
> On Fri, Sep 16, 2011 at 08:52:18AM +0300, Silver Salonen wrote:
>> On Thu, 15 Sep 2011 15:27:42 +0100, Martin Simmons wrote:
 On Thu, 15 Sep 2011 16:47:53 +0300, Silver Salonen said:
 15-Sep 13:48 bextract JobId 0: Error: Unknown stream=26 ignored.
 This shouldn't happen!
>>> I think bextract doesn't work with backups from a plugin (stream=26).
>>>
>>> __Martin
>> Hmm.. that's a pity. Any ideas why restoring through the Exchange
>> plugin would hang at .log files?
> Yes.
>
> See bacula bug number 0001647, which has the status "closed" with the
> resolution "won't fix":
> http://marc.info/?l=bacula-bugs&m=129690630228142&w=2

No-no-no :)

I'm trying to restore from full-only. And I don't get any errors, the 
restore just hangs.

--
Silver

--
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
http://p.sf.net/sfu/rim-devcon-copy2
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] error restoring Exchange 2003

2011-09-16 Thread Graham Keeling
On Fri, Sep 16, 2011 at 08:52:18AM +0300, Silver Salonen wrote:
> On Thu, 15 Sep 2011 15:27:42 +0100, Martin Simmons wrote:
> >> On Thu, 15 Sep 2011 16:47:53 +0300, Silver Salonen said:
> >>
> >> 15-Sep 13:48 bextract JobId 0: Error: Unknown stream=26 ignored. 
> >> This shouldn't happen!
> >
> > I think bextract doesn't work with backups from a plugin (stream=26).
> >
> > __Martin
> 
> Hmm.. that's a pity. Any ideas why restoring through the Exchange 
> plugin would hang at .log files?

Yes.

See bacula bug number 0001647, which has the status "closed" with the
resolution "won't fix":
http://marc.info/?l=bacula-bugs&m=129690630228142&w=2


--
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
http://p.sf.net/sfu/rim-devcon-copy2
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users