Re: [Bacula-users] Volume rotate?

2010-09-22 Thread Michael Van Der Beek
Hi John,

Here is volume record from bconsole for bss.
Pool: name=bss PoolType=Backup
  use_cat=1 use_once=0 cat_files=1
  max_vols=26 auto_prune=1 VolRetention=6 months
  VolUse=0 secs recycle=1 LabelFormat=bss-
  CleaningPrefix=*None* LabelType=0
  RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
  MaxVolJobs=26 MaxVolFiles=0 MaxVolBytes=0
  MigTime=0 secs MigHiBytes=0 MigLoBytes=0
  JobRetention=0 secs FileRetention=0 secs
Looks like its missing the 7days thing.

I guess I have to do an update. And change the Volume Use Duration?
Is that right?

Regard,

Michael


-Original Message-
From: Michael Van Der Beek [mailto:michael@antlabs.com] 
Sent: Thursday, 23 September, 2010 9:36 AM
To: John Drescher
Cc: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Volume rotate?

Hi John,

Device {
  Name = FileStorage
  Media Type = File
  Archive Device = /backup
  LabelMedia = yes
  Random Access = yes
  AutomaticMount = yes
  RemovableMedia = no
  AlwaysOpen = no
}

I want to keep the volumes for 6 months hence 180 days.

Anything else you need? Currently, it doesn't create a new volume, its
Gone two weeks and still adding to the same volume.

Any suggestions? The schedule is to do a Full backup every Tues 1am. So I'm 
hoping to change config by Monday.

Regards,

Michael 

-Original Message-
From: John Drescher [mailto:dresche...@gmail.com] 
Sent: Tuesday, 21 September, 2010 12:07 PM
To: Michael Van Der Beek
Cc: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Volume rotate?

> I've setup a Bacula to backup 5 mounted NFS drives.
> These are backing up machines that are running Redhat 9 and
> Solaris 5.9. So I don't really want to attempt to compile clients on them :)
>
> What is troubling me is that the backup just goes through the Full, 
> differential cycles and it does not create new volumes.
> The setups are identical for each of these 5 directories.
>
> Here are some of the configs. Any suggestion as to how to get bacula to 
> create a new volume on each Full backup?
> The cycle is basically one full backup every 7 days.
>
> Pool {
>  Name = bss
>  Pool Type = Backup
>  Maximum Volume Jobs = 26
>  Volume Retention = 180 days
>  Volume Use Duration = 7
>  Recycle = yes
>  AutoPrune = yes
>  Maximum Volumes = 26               # Limit number of Volumes in Pool
>  LabelFormat = bss-
> }
>
> FileSet {
>  Name = bss
>  Include {
>    File = /home/bss
>    File = /home/bss-home
>    Options {
>      signature = MD5
>      Compression = GZIP1
>    }
>  }
>  Exclude {
>     File = /home/bss/lost+found
>     File = /home/bss-home/lost+found
>     File = /home/bss-home/core
>    }
> }
>
> Job {
>  Name = bss
>  Type = Backup
>  Level = Differential
>  Client = sms-backup.xxx.xxx.xx
>  FileSet = bss
>  Schedule = bss
>  Storage = File
>  Pool = bss
>  Messages = Standard
> }
>
> Thanks for your help!
>

Your config says that use a tape for up to 7 days and after seven days
hold it for 180 days after the last written time before recycling the
volume. Since you have not posted the bacula-sd file I assume you have
Label Media=yes in the storage configuration.

John

--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Volume rotate?

2010-09-22 Thread Michael Van Der Beek
Hi John,

I'm not sure if I did change the retention after labelling.
It could have been.


Regards,

Michael

-Original Message-
From: John Drescher [mailto:dresche...@gmail.com] 
Sent: Thursday, 23 September, 2010 9:46 AM
To: Michael Van Der Beek
Cc: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Volume rotate?

On Wed, Sep 22, 2010 at 9:35 PM, Michael Van Der Beek
 wrote:
> Hi John,
>
> Device {
>  Name = FileStorage
>  Media Type = File
>  Archive Device = /backup
>  LabelMedia = yes
>  Random Access = yes
>  AutomaticMount = yes
>  RemovableMedia = no
>  AlwaysOpen = no
> }
>
> I want to keep the volumes for 6 months hence 180 days.
>
> Anything else you need? Currently, it doesn't create a new volume, its
> Gone two weeks and still adding to the same volume.
>
Did you change the retention after labeling any volumes?

John

--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Volume rotate?

2010-09-22 Thread John Drescher
On Wed, Sep 22, 2010 at 9:35 PM, Michael Van Der Beek
 wrote:
> Hi John,
>
> Device {
>  Name = FileStorage
>  Media Type = File
>  Archive Device = /backup
>  LabelMedia = yes
>  Random Access = yes
>  AutomaticMount = yes
>  RemovableMedia = no
>  AlwaysOpen = no
> }
>
> I want to keep the volumes for 6 months hence 180 days.
>
> Anything else you need? Currently, it doesn't create a new volume, its
> Gone two weeks and still adding to the same volume.
>
Did you change the retention after labeling any volumes?

John

--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Volume rotate?

2010-09-22 Thread Michael Van Der Beek
Hi John,

Device {
  Name = FileStorage
  Media Type = File
  Archive Device = /backup
  LabelMedia = yes
  Random Access = yes
  AutomaticMount = yes
  RemovableMedia = no
  AlwaysOpen = no
}

I want to keep the volumes for 6 months hence 180 days.

Anything else you need? Currently, it doesn't create a new volume, its
Gone two weeks and still adding to the same volume.

Any suggestions? The schedule is to do a Full backup every Tues 1am. So I'm 
hoping to change config by Monday.

Regards,

Michael 

-Original Message-
From: John Drescher [mailto:dresche...@gmail.com] 
Sent: Tuesday, 21 September, 2010 12:07 PM
To: Michael Van Der Beek
Cc: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Volume rotate?

> I've setup a Bacula to backup 5 mounted NFS drives.
> These are backing up machines that are running Redhat 9 and
> Solaris 5.9. So I don't really want to attempt to compile clients on them :)
>
> What is troubling me is that the backup just goes through the Full, 
> differential cycles and it does not create new volumes.
> The setups are identical for each of these 5 directories.
>
> Here are some of the configs. Any suggestion as to how to get bacula to 
> create a new volume on each Full backup?
> The cycle is basically one full backup every 7 days.
>
> Pool {
>  Name = bss
>  Pool Type = Backup
>  Maximum Volume Jobs = 26
>  Volume Retention = 180 days
>  Volume Use Duration = 7
>  Recycle = yes
>  AutoPrune = yes
>  Maximum Volumes = 26               # Limit number of Volumes in Pool
>  LabelFormat = bss-
> }
>
> FileSet {
>  Name = bss
>  Include {
>    File = /home/bss
>    File = /home/bss-home
>    Options {
>      signature = MD5
>      Compression = GZIP1
>    }
>  }
>  Exclude {
>     File = /home/bss/lost+found
>     File = /home/bss-home/lost+found
>     File = /home/bss-home/core
>    }
> }
>
> Job {
>  Name = bss
>  Type = Backup
>  Level = Differential
>  Client = sms-backup.xxx.xxx.xx
>  FileSet = bss
>  Schedule = bss
>  Storage = File
>  Pool = bss
>  Messages = Standard
> }
>
> Thanks for your help!
>

Your config says that use a tape for up to 7 days and after seven days
hold it for 180 days after the last written time before recycling the
volume. Since you have not posted the bacula-sd file I assume you have
Label Media=yes in the storage configuration.

John

--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Clustering director and storage daemon.

2010-09-22 Thread James Harper
> 
> The only way to do tape failover is with a shared SCSI bus, AFAIK. In
> theory, it should work with a shared SCSI bus system.
> 

iSCSI should work, assuming your tape drive has an iSCSI interface or
you have a SCSI<->iSCSI bridge.

James

--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Clustering director and storage daemon.

2010-09-22 Thread Piotr Antczak
> The database and Dir work well. The SD is the tricky part. You must have
> a tape drive on a shared SCSI bus, such as with Trivoli Storage Manager,
> or some other means of sharing the tape library that can also provide
> for a SCSI bus reset on failover.


Thanks for your replay. That's exactly what I was thinking. Clustering
director is a piece of cake but to cluster tape library ... well it's not so
easy. The good news is the tape library will be FC attached to nodes. So
sharing will be quite easy - just a simple zoning on the FC switch. I
remember that one time I was looking for disabling SCSI "bad" commands on
the bus in Linux (that was NetWorker but it doesn't matter) and there is
a solution for that (of course I can't remember it). There is also a
possibility that FC switch will have such functionality (some high end
directors do have). Thanks again.
--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Windows 2008 R2 x64

2010-09-22 Thread Joseph L. Casale
>i'm trying to run bacula-fd client in windows 2008 r2 x64 and is not
>working.
>E program just don start, even the process show up in process list.
>Anybody have any tips??

Firewall?

--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Help deciphering Error event messages

2010-09-22 Thread Win Htin
Hi folks,

Any idea what the following Error event messages are all about? This
happens from time to time but the backups always terminate with a
"Backup OK" status.

OS is CentOS 5.5 x86_64 and Bacula version is 5.02.

TIA,
Win

-- Forwarded message --
12-Sep 07:00 backupserver-dir JobId 57: Start Backup JobId 57,
Job=backupserver.2010-09-12_07.00.00_13
12-Sep 07:00 backupserver-sd JobId 57: 3307 Issuing autochanger
"unload slot 2, drive 0" command.
12-Sep 07:00 backupserver-dir JobId 57: Using Device "LTO4_1"
12-Sep 07:00 backupserver-sd JobId 57: 3301 Issuing autochanger
"loaded? drive 0" command.
12-Sep 07:00 backupserver-sd JobId 57: 3302 Autochanger "loaded? drive
0", result: nothing loaded.
12-Sep 07:00 backupserver-sd JobId 57: 3304 Issuing autochanger "load
slot 4, drive 0" command.
12-Sep 07:01 backupserver-sd JobId 57: 3305 Autochanger "load slot 4,
drive 0", status is OK.
12-Sep 07:01 backupserver-sd JobId 57: Volume "04" previously
written, moving to end of data.
12-Sep 07:17 backupserver-sd JobId 57: Ready to append to end of
Volume "04" at file=575.
12-Sep 07:17 backupserver-sd JobId 57: Spooling data ...
...
...
12-Sep 07:53 backupserver-sd JobId 57: Job write elapsed time =
00:35:55, Transfer rate = 34.56 M Bytes/second
12-Sep 07:53 backupserver-sd JobId 57: Committing spooled data to
Volume "04". Despooling 475,393,779 bytes ...
12-Sep 07:53 backupserver-sd JobId 57: Despooling elapsed time =
00:00:02, Transfer rate = 237.6 M Bytes/second
12-Sep 07:53 backupserver-sd JobId 57: Alert: smartctl version 5.38
[x86_64-redhat-linux-gnu] Copyright (C) 2002-8 Bruce Allen
12-Sep 07:53 backupserver-sd JobId 57: Alert: Home page is
http://smartmontools.sourceforge.net/
12-Sep 07:53 backupserver-sd JobId 57: Alert:
12-Sep 07:53 backupserver-sd JobId 57: Alert: TapeAlert: OK
12-Sep 07:53 backupserver-sd JobId 57: Alert:
12-Sep 07:53 backupserver-sd JobId 57: Alert: Error Counter logging
not supported
"/tmp/bbb" [New] 83L, 5505C written
[htin...@fborc011 QLogic]$ more /tmp/bbb
-- Forwarded message --
12-Sep 07:00 backupserver-dir JobId 57: Start Backup JobId 57,
Job=backupserver.2010-09-12_07.00.00_13
12-Sep 07:00 backupserver-sd JobId 57: 3307 Issuing autochanger
"unload slot 2, drive 0" command.
12-Sep 07:00 backupserver-dir JobId 57: Using Device "LTO4_1"
12-Sep 07:00 backupserver-sd JobId 57: 3301 Issuing autochanger
"loaded? drive 0" command.
12-Sep 07:00 backupserver-sd JobId 57: 3302 Autochanger "loaded? drive
0", result: nothing loaded.
12-Sep 07:00 backupserver-sd JobId 57: 3304 Issuing autochanger "load
slot 4, drive 0" command.
12-Sep 07:01 backupserver-sd JobId 57: 3305 Autochanger "load slot 4,
drive 0", status is OK.
12-Sep 07:01 backupserver-sd JobId 57: Volume "04" previously
written, moving to end of data.
12-Sep 07:17 backupserver-sd JobId 57: Ready to append to end of
Volume "04" at file=575.
12-Sep 07:17 backupserver-sd JobId 57: Spooling data ...
...
...
12-Sep 07:53 backupserver-sd JobId 57: Job write elapsed time =
00:35:55, Transfer rate = 34.56 M Byte
s/second
12-Sep 07:53 backupserver-sd JobId 57: Committing spooled data to
Volume "04". Despooling 475,393,
779 bytes ...
12-Sep 07:53 backupserver-sd JobId 57: Despooling elapsed time =
00:00:02, Transfer rate = 237.6 M Byt
es/second
12-Sep 07:53 backupserver-sd JobId 57: Alert: smartctl version 5.38
[x86_64-redhat-linux-gnu] Copyrigh
t (C) 2002-8 Bruce Allen
12-Sep 07:53 backupserver-sd JobId 57: Alert: Home page is
http://smartmontools.sourceforge.net/
12-Sep 07:53 backupserver-sd JobId 57: Alert:
12-Sep 07:53 backupserver-sd JobId 57: Alert: TapeAlert: OK
12-Sep 07:53 backupserver-sd JobId 57: Alert:
12-Sep 07:53 backupserver-sd JobId 57: Alert: Error Counter logging
not supported
12-Sep 07:53 backupserver-sd JobId 57: Alert:
12-Sep 07:53 backupserver-sd JobId 57: Alert: Last n error events log page
12-Sep 07:53 backupserver-sd JobId 57: Alert:   Error event 11296:
12-Sep 07:53 backupserver-sd JobId 57: Alert: [binary]:
12-Sep 07:53 backupserver-sd JobId 57: Alert:  00 6c 6c 2c 20 30
2e 30 30  30 2c 20 31 31 30 30 2c
12-Sep 07:53 backupserver-sd JobId 57: Alert:  10 20 53 32 30 31
30 30 39  30 37 30 30 30 30 30 34
12-Sep 07:53 backupserver-sd JobId 57: Alert:  20 39 38 31 2c 20
35 2c 20  61 64 69 6e 67 2e 74 73
12-Sep 07:53 backupserver-sd JobId 57: Alert:  30 78 2e 6d 64 73
2e 74 6c  32 2e 6d 73 67 74 79 70
12-Sep 07:53 backupserver-sd JobId 57: Alert:  40 65 2e 4f 72 64
65 72 42  6f 6f 6b 4d 65 73 73 61
12-Sep 07:53 backupserver-sd JobId 57: Alert:  50 67 65 2e 76 61
6c 69 64  61 74 65 28 4f 72 64 65
12-Sep 07:53 backupserver-sd JobId 57: Alert:  60 72 42 6f 6f 6b
12-Sep 07:53 backupserver-sd JobId 57: Alert:   Error event 19813:
12-Sep 07:53 backupserver-sd JobId 57: Alert: [binary]:
12-Sep 07:53 backupserver-sd JobId 57: Alert:  00 61 67 65 00 00
00 00 00  00 00 00 00 00 00 00 00
12-Sep 07:53 backupserver-sd JobId 57: Alert:  10

Re: [Bacula-users] Clustering director and storage daemon.

2010-09-22 Thread Josh Fisher

On 9/22/2010 9:26 AM, Piotr Antczak wrote:
> Hi,
> I'm wondering whether it is possible to cluster dir and sd? Lets 
> assume that I have to nodes: node01 and node02. Each of this nodes can 
> access disks which are used as the file storage, can access a disk 
> devices on which catalog database will reside. Each of this nodes can 
> access SCSI tape library (both of them can access tape drives and 
> robotic arm). I think that I can do this this way (correct me if I'm 
> wrong) assuming active standby configuration:
> 1. Catalog database if configured as a cluster service with it's own 
> ip cluster address - storage for catalog database is accessible from 
> both nodes. Configuration files for catalog database are on nodes 
> local disk (and are identical) or the configuration files are placed 
> on common disk storage
> 2. director is configured as cluster service and it has it's own ip 
> cluster address. Configs can be placed on local or shared disks
> 3. storage daemon is configured as cluster service and it has it's own 
> ip cluster address. SD can access tape library and disk drives used as 
> File devices on each node (the mount points and scsi device names for 
> tape library are the same on each node).
>
> Is there a chance that it will be working?
>
The database and Dir work well. The SD is the tricky part. You must have 
a tape drive on a shared SCSI bus, such as with Trivoli Storage Manager, 
or some other means of sharing the tape library that can also provide 
for a SCSI bus reset on failover. I have SD running as a cluster service 
on a two node Linux corosync/pacemaker cluster using DBRD disk devices 
for shared File storage, which is an alternative that works in a 
disk-disk-tape setup, where the tape drive does not have to be clustered 
in a failover compatible way. In other words, the backup jobs write to 
shared disk with failover, then copy jobs copy the jobs to tape without 
failover, because the tape drive is only attached to one node. If the 
node the tape drive is attached to fails, then the tape drive can be 
manually moved to the other node and the copy jobs restarted. The copy 
to tape is not so critical, though, since the backup to disk is the 
"real" backup.

The only way to do tape failover is with a shared SCSI bus, AFAIK. In 
theory, it should work with a shared SCSI bus system.


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Clustering director and storage daemon.

2010-09-22 Thread Piotr Antczak
Hi,
I'm wondering whether it is possible to cluster dir and sd? Lets assume that
I have to nodes: node01 and node02. Each of this nodes can access disks
which are used as the file storage, can access a disk devices on which
catalog database will reside. Each of this nodes can access SCSI tape
library (both of them can access tape drives and robotic arm). I think that
I can do this this way (correct me if I'm wrong) assuming active standby
configuration:
1. Catalog database if configured as a cluster service with it's own ip
cluster address - storage for catalog database is accessible from both
nodes. Configuration files for catalog database are on nodes local disk (and
are identical) or the configuration files are placed on common disk storage
2. director is configured as cluster service and it has it's own ip cluster
address. Configs can be placed on local or shared disks
3. storage daemon is configured as cluster service and it has it's own ip
cluster address. SD can access tape library and disk drives used as File
devices on each node (the mount points and scsi device names for tape
library are the same on each node).

Is there a chance that it will be working?
--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Re store Error with bat

2010-09-22 Thread xunil321

Hi Markus,
I see also this error-window during the Restore within my Bacula 5.03.
Did you or anybody else have a solution for this behavior?
So long,
Rainer


Markus Goldberg wrote:
> 
> Hi,
> i just upgraded from 3.0.3 to 5.0.1, so far so good.
> Now i wanted to restore a file, startet bat and specified the host to
> restore for.
> After building the directory tree for the jobs an error-window opened:
> 
> ' Warning'
> ' Invalid command ".messages". Enter "done" to exit'
> ' OK'
> 
> After clicking on 'OK' an empty window opened for 'Restore Select'
> 
> I don't know what to do.
> 
> OS Ubuntu , mysql
> 
> Best Regards,
>Markus
> -- 
> MfG,
>Markus Goldberg
> 
> 
> Markus Goldberg | Universität Hildesheim
>  | Rechenzentrum
> Tel +49 5121 883203 | Marienburger Platz 22, D-31141 Hildesheim, Germany
> Fax +49 5121 883205 | email goldb...@uni-hildesheim.de
> 
> 
> --
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Restore-Error-with-bat-tp27958898p29779355.html
Sent from the Bacula - Users mailing list archive at Nabble.com.


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Windows 2008 R2 x64

2010-09-22 Thread Tobias Rocha
hi people,

i'm trying to run bacula-fd client in windows 2008 r2 x64 and is not
working.
E program just don start, even the process show up in process list.
Anybody have any tips??

Thanks in advance.
Tobias


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula Client Windows 2008 - CPU Load

2010-09-22 Thread Rodrigo Fernandes
I am starting testing with Bacula in windows 2008. Someone's been through
high CPU consumption? Is there any parameter to adjust this problem? Set the
fileset with "GZIP1" solve the problem?


Thanks a lot,
Rodrigo Fernandes
--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Webmin with Bacula Module: Can't browse for files to be restored

2010-09-22 Thread xunil321

Dear all,
when we are using Webmin's 1.52 Bacula Backup Module to restore some files
it is
not possible to browse the file tree. By clicking the ... button in the
Restore Files Menu
a new Web Window
(http://bacula-dir:1/bacula-backup/treechooser.cgi?volume=&files=&job=1)
is opened but it is blank. Bacula version is 5.0.3 under SLES 11 SP1
Do we miss a plug-in or something else? 
THX for any hint!
Rainer

-- 
View this message in context: 
http://old.nabble.com/Webmin-with-Bacula-Module%3A-Can%27t-browse-for-files-to-be-restored-tp29778110p29778110.html
Sent from the Bacula - Users mailing list archive at Nabble.com.


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users