[Bacula-users] Recycling issue

2014-08-05 Thread Gael Guilmin
Hello,
I'm facing an issue with Bacula (5.2.12) on a Ubuntu server (12.04.4 LTS): I 
don't know why, but the server, after finishing writing on a tape, tries to use 
a tape that is not in the autochanger, despite the fact that there are plenty 
of online and usable tape in the Scratch pool...

Any idea?

Best regards,
Gael
--
System Administrator / IT
[PDM_Logo_RGB - registered]
78, Avenue du XXeme Corps
54000 Nancy
France
Phone(Paris): +33 (0)1 49 49 05 25
Phone(Nancy): +33 (0)3 83 67 66 39
Cell: +33 (0)6 10 18 48 43
Web: www.pdgm.com

[Description: Description: Description: 
http://www.pdgm.com/_media/newsletters/USA/USA_Edition3_June11_files/linkedin.jpg]
 [Description: Description: Description: 
http://www.pdgm.com/_media/newsletters/USA/USA_Edition3_June11_files/twitter.jpg]
   [Description: Description: Description: 
http://www.pdgm.com/_media/newsletters/USA/USA_Edition3_June11_files/facebook.jpg]
   [Description: Description: Description: 
http://www.pdgm.com/_media/newsletters/USA/USA_Edition3_June11_files/youtube.jpg]
 

--- This e-mail, including any attached files, may contain 
confidential and privileged information for the sole use of the intended 
recipient. Any review, use, distribution, or disclosure by others is strictly 
prohibited. If you are not the intended recipient (or authorized to receive 
information for the intended recipient), please contact the sender by reply 
e-mail and delete all copies of this message.
--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Recycling issue

2014-08-05 Thread Gael Guilmin
Hello Kern,
Thanks for your answer.
But I don’t think what’s you’re pointing is related to my case as I‘ve only one 
autochanger.

To give more detail on my configuration:

· I make a daily incremental backup on different servers (Pool Default)

· Every weekend I make a full backup of the servers (Pool_Full_Week)

· I make a monthly full backup of servers (Pool_Full_Month)

Here are my pools definitions in bacula-dir.conf:
# Default pool definition
Pool {
  Name = Default
  Pool Type = Backup
  Recycle = yes   # Bacula can automatically recycle Volumes
  AutoPrune = yes # Prune expired volumes
  Volume Retention = 30 days  # one month
  Cleaning Prefix = "CLN"
  RecyclePool = Scratch
}

# Full pool Month definition
Pool {
  Name = Pool_Full_Month
  Pool Type = Backup
  Recycle = yes   # Bacula can automatically recycle Volumes
  AutoPrune = yes # Prune expired volumes
  Volume Retention = 7 years # one year
  Cleaning Prefix = "CLN"
  RecyclePool = Scratch
}

# Full pool Week definition
Pool {
  Name = Pool_Full_Week
  Pool Type = Backup
  Recycle = yes   # Bacula can automatically recycle Volumes
  AutoPrune = yes # Prune expired volumes
  Volume Retention = 1 years # one year
  Cleaning Prefix = "CLN"
  RecyclePool = Scratch
}

# Scratch pool definition
Pool {
  Name = Scratch
  Pool Type = Backup
  Cleaning Prefix = "CLN"
}

Here is my Storage definition in bacula-dir.conf:
Storage {
Name = Autochanger
Address = 192.168.27.7 # name or IP address of the server that hosts the daemon 
storage
SDPort = 9103
Password = ""
Device = "Autochanger" # the same as defined in bacula-sd.conf
Media Type = LTO-5
}

Here is my bacula-sd.conf:
Autochanger {
  Name = Autochanger
  Device = Drive-1
  Changer Command = "/etc/bacula/scripts/mtx-changer %c %o %S %a %d"
  Changer Device = /dev/sg2
}

Device {
  Name = Drive-1  #
  Drive Index = 0
  Media Type = LTO-5
  Archive Device = /dev/nst0
  AutomaticMount = yes;   # when device opened, read it
  AlwaysOpen = yes;
  RemovableMedia = yes;
  RandomAccess = no;
  Autochanger = yes;
  LabelMedia = no;
}


I don’t get why bacula tries to use tape that are not in the autochanger, 
beside the fact that there are a lot of usable tapes in it that are in the 
Scratch pool…

Thanks for your help,
Gael Guilmin


From: Kern Sibbald [mailto:k...@sibbald.com]
Sent: Wednesday, August 06, 2014 7:42 AM
To: Joe Rhodes; bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Recycling issue

Hello,

Probably 95% of all such problems are due to configurations where the MediaType 
is not properly set.

- If you are using any form of autochanger, each autochanger must have a 
*unique* MediaType.

- Each Device configuration in the SD must have a unique MediaType for each 
different ArchiveDevice definition.  Said the other way around, each 
ArchiveDevice definition must have its own unique MediaType.

The .conf files you list are incomplete, so it is not possible to analyze them, 
but when I see:  MediaType = File, that raises a red flag that indicates that 
there may be other Storage devices with the same MediaType, and if that is the 
case, sooner or later, you will find that Bacula is very confused.

In the next Bacula version, I will probably modify the SD and possibly the Dir 
to require unique MediaTypes, then this problem will be resolved.

I don't usually supply "support"  because I don't have the time, but this 
particular problem interests me from the standpoint that I would like to 
prevent it, but with no console/job output showing the failures and incomplete 
DIR and SD confs I cannot do any more.

Best regards,
Kern

On 08/05/2014 03:08 PM, Joe Rhodes wrote:
I’m also running into this issue.

In my case, I’ve setup a disk-based auto-changer (vchanger) with two pools:  
Full and Weekly.  Each pool has multiple drives with 8 volumes on each drive.  
The script that mounts the disk also issues an “update slots” command in 
bconsole, and I can verify that bacula sees the correct volumes as “InChanger”.

When I swap out disks (weekly), Bacula continues to look for volumes that were 
append-able, but on the previous disk (and not currently marked as “InChanger”) 
and refuses to write to the append-able volumes on the new disk that are marked 
as “InChanger”.  It marks all the previous volumes it cannot access as “Error”, 
and only then will it begin writing to the currently loaded volumes.

This  line from the “Recycling Algorithm” led me to believe that it would use a 
volume that was InChanger first:  "If the request is for an Autochanger device, 
look only for Volumes in the Autochanger (i.e. with InChanger set and that have 
the correct Storage device).”

But it seems I’m missing s

[Bacula-users] Multi-cores compression

2012-03-05 Thread Gael Guilmin
Hello,
I'd like to know if there is a way to allow the use of multi-cores during a 
backup and especially for the compression of the data?

Thanks and regards,
Gael


 This e-mail, including any attached files, may contain confidential and 
privileged information for the sole use of the intended recipient. Any review, 
use, distribution, or disclosure by others is strictly prohibited. If you are 
not the intended recipient (or authorized to receive information for the 
intended recipient), please contact the sender by reply e-mail and delete all 
copies of this message.
--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Multi-cores compression

2012-03-05 Thread Gael Guilmin
Hello,
I'd like to know if there is a way to allow the use of multi-cores during a 
backup and especially for the compression of the data?

Thanks and regards,
Gael Guilmin

 This e-mail, including any attached files, may contain confidential and 
privileged information for the sole use of the intended recipient. Any review, 
use, distribution, or disclosure by others is strictly prohibited. If you are 
not the intended recipient (or authorized to receive information for the 
intended recipient), please contact the sender by reply e-mail and delete all 
copies of this message.
--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Multi-cores compression

2012-03-05 Thread Gael Guilmin
To gain space on the LT0.

-Original Message-
From: Alan Brown [mailto:a...@mssl.ucl.ac.uk]
Sent: Monday, March 05, 2012 3:33 PM
To: Gael Guilmin
Cc: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Multi-cores compression

On 05/03/12 14:00, Gael Guilmin wrote:
> Hello,
> I'd like to know if there is a way to allow the use of multi-cores during a 
> backup and especially for the compression of the data?

Why do you want compression?




--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers is just 
$99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style 
Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

 This e-mail, including any attached files, may contain confidential and 
privileged information for the sole use of the intended recipient. Any review, 
use, distribution, or disclosure by others is strictly prohibited. If you are 
not the intended recipient (or authorized to receive information for the 
intended recipient), please contact the sender by reply e-mail and delete all 
copies of this message.

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Multi-cores compression

2012-03-05 Thread Gael Guilmin
Ok I didn't know that.
Thank you for your help!

Gael

-Original Message-
From: John Drescher [mailto:dresche...@gmail.com]
Sent: Monday, March 05, 2012 3:30 PM
To: Gael Guilmin
Cc: Alan Brown; bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Multi-cores compression

On Mon, Mar 5, 2012 at 9:24 AM, Gael Guilmin  wrote:
> To gain space on the LT0.
>

You mean tape. Do not use bacula compression with tape. The HW does compression 
automatically and it is much faster.

John

 This e-mail, including any attached files, may contain confidential and 
privileged information for the sole use of the intended recipient. Any review, 
use, distribution, or disclosure by others is strictly prohibited. If you are 
not the intended recipient (or authorized to receive information for the 
intended recipient), please contact the sender by reply e-mail and delete all 
copies of this message.

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Multi-cores compression

2012-03-06 Thread Gael Guilmin
Hello,
I thought about that, and so I'm wondering if it's really useful to use an 
MD5/SHA1 signature?

Regards,
Gael

-Original Message-----
From: Gael Guilmin [mailto:gael.guil...@pdgm.com]
Sent: Monday, March 05, 2012 3:35 PM
To: John Drescher
Cc: Alan Brown; bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Multi-cores compression

Ok I didn't know that.
Thank you for your help!

Gael

-Original Message-
From: John Drescher [mailto:dresche...@gmail.com]
Sent: Monday, March 05, 2012 3:30 PM
To: Gael Guilmin
Cc: Alan Brown; bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Multi-cores compression

On Mon, Mar 5, 2012 at 9:24 AM, Gael Guilmin  wrote:
> To gain space on the LT0.
>

You mean tape. Do not use bacula compression with tape. The HW does compression 
automatically and it is much faster.

John

 This e-mail, including any attached files, may contain confidential and 
privileged information for the sole use of the intended recipient. Any review, 
use, distribution, or disclosure by others is strictly prohibited. If you are 
not the intended recipient (or authorized to receive information for the 
intended recipient), please contact the sender by reply e-mail and delete all 
copies of this message.

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers is just 
$99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style 
Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

 This e-mail, including any attached files, may contain confidential and 
privileged information for the sole use of the intended recipient. Any review, 
use, distribution, or disclosure by others is strictly prohibited. If you are 
not the intended recipient (or authorized to receive information for the 
intended recipient), please contact the sender by reply e-mail and delete all 
copies of this message.

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Extremely Slow Performance

2012-09-28 Thread Gael Guilmin
Hello,
Is the compression enabled?
I had this kind of problem because of the compression.

Regards
Gael Guilmin

From: Rodrigo Abrantes Antunes [mailto:rodrigoantu...@pelotas.ifsul.edu.br]
Sent: Thursday, September 27, 2012 9:55 PM
To: Davide Franco
Cc: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Extremely Slow Performance


Citando Davide Franco mailto:dfra...@dflc.ch>>:
On Thu, Sep 27, 2012 at 7:04 PM, Rodrigo Abrantes Antunes 
mailto:rodrigoantu...@pelotas.ifsul.edu.br>>
 wrote:

Hi, I'm having extremely slow performance when backing up, a 10gb backup took 
around 3h. Where should I start looking?

During a backup I can see bacula-sd using 100% cpu, memory usage is normal. My 
system is a vmware virtual machine with a cpu with two 2,5ghz cores and 2gb 
ram. The vm have a separate partition for the volumes using ext4 and mounted 
via RDM in a fc storage array with raid6. I tried mapping more cores and more 
ram for the vm with the same result so I don't think the problem is lack of 
resources.

Thanks.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net<mailto:Bacula-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/bacula-users


Hi Rodrigo,

giving more informations like

  *   version of the director, storage, fd
  *   which database back-end are you using
  *   did you install the vmware tools ?
  *   which operating system (version) are using ?
  *   on what kind of storage does your DRM point to (sata, iscsi, fc, etc.)
  *   etc.

will give us more ideas to troubleshoot your problem.

Regards

Davide

Director: 5.0.1-1ubuntu1
Storage: 5.0.1-1ubuntu1
FD: 5.0.1-1ubuntu1 (some clients have lower version)
Database: mysqI
OS: Ubuntu 10.04.4 x64 Server
FC Storage 4 GBits/s.
All my network is Gigabit Ethernet.

One question: can vmware tools have any influence in this case? From what I 
know vmware tools is mainly for better graphics performance  isn't it? I din't 
installed it.

Thanks





 This e-mail, including any attached files, may contain confidential and 
privileged information for the sole use of the intended recipient. Any review, 
use, distribution, or disclosure by others is strictly prohibited. If you are 
not the intended recipient (or authorized to receive information for the 
intended recipient), please contact the sender by reply e-mail and delete all 
copies of this message.
--
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Server version Vs Client Version

2016-09-12 Thread Gael Guilmin
Hello,
I'm wondering if it's possible to have a client with a higher version than the 
server?


Currently my server is under 5.0.2, but I added a client that is under 7.0.5 
and I can't  backup the client ("Fatal error: Authorization key rejected by 
Storage daemon.").

Could it be an explanation?



Kind regards,

Gaël Guilmin


--
System Administrator / IT
[PDM_Logo_RGB - registered]
78, Avenue du XXeme Corps
54000 Nancy
France
Phone(Paris): +33 (0)1 49 49 05 25
Phone(Nancy): +33 (0)3 83 67 66 39
Cell: +33 (0)6 10 18 48 43
Web: www.pdgm.com

[Description: Description: Description: 
http://www.pdgm.com/_media/newsletters/USA/USA_Edition3_June11_files/linkedin.jpg]
 [Description: Description: Description: 
http://www.pdgm.com/_media/newsletters/USA/USA_Edition3_June11_files/twitter.jpg]
   [Description: Description: Description: 
http://www.pdgm.com/_media/newsletters/USA/USA_Edition3_June11_files/facebook.jpg]
   [Description: Description: Description: 
http://www.pdgm.com/_media/newsletters/USA/USA_Edition3_June11_files/youtube.jpg]
 

--- This e-mail, including any attached files, may contain 
confidential and privileged information for the sole use of the intended 
recipient. Any review, use, distribution, or disclosure by others is strictly 
prohibited. If you are not the intended recipient (or authorized to receive 
information for the intended recipient), please contact the sender by reply 
e-mail and delete all copies of this message.
--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] symbol lookup error

2016-09-12 Thread Gael Guilmin
Hello,
I've a new server under Ubuntu 16.04, but I can't launch bacula-dir...
Bacula-dir -t
bacula-dir: symbol lookup error: /usr/lib/bacula/libbaccats-7.0.5.so: undefined 
symbol: mysql_init

mysql-server version is 5.7.13
bacula-server version is 7.0.5

Any idea on this?
Kind regards,
Gaël Guilmin
--
System Administrator / IT
[PDM_Logo_RGB - registered]
78, Avenue du XXeme Corps
54000 Nancy
France
Phone(Paris): +33 (0)1 49 49 05 25
Phone(Nancy): +33 (0)3 83 67 66 39
Cell: +33 (0)6 10 18 48 43
Web: www.pdgm.com

[Description: Description: Description: 
http://www.pdgm.com/_media/newsletters/USA/USA_Edition3_June11_files/linkedin.jpg]
 [Description: Description: Description: 
http://www.pdgm.com/_media/newsletters/USA/USA_Edition3_June11_files/twitter.jpg]
   [Description: Description: Description: 
http://www.pdgm.com/_media/newsletters/USA/USA_Edition3_June11_files/facebook.jpg]
   [Description: Description: Description: 
http://www.pdgm.com/_media/newsletters/USA/USA_Edition3_June11_files/youtube.jpg]
 

--- This e-mail, including any attached files, may contain 
confidential and privileged information for the sole use of the intended 
recipient. Any review, use, distribution, or disclosure by others is strictly 
prohibited. If you are not the intended recipient (or authorized to receive 
information for the intended recipient), please contact the sender by reply 
e-mail and delete all copies of this message.
--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. http://sdm.link/zohodev2dev___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] symbol lookup error

2016-09-13 Thread Gael Guilmin
Hello,
I found the solution on that (including proposed depot that contains the 
corrected version of bacula-server).

Kind regards,
Gaël

From: Gael Guilmin [mailto:gael.guil...@pdgm.com]
Sent: Monday, September 12, 2016 7:38 PM
To: bacula-users@lists.sourceforge.net
Subject: [**EXTERNAL**] [Bacula-users] symbol lookup error


This sender failed our fraud detection checks and may not be who they appear to 
be. Learn about spoofing<http://aka.ms/LearnAboutSpoofing>

Feedback<http://aka.ms/SafetyTipsFeedback>

Hello,
I've a new server under Ubuntu 16.04, but I can't launch bacula-dir...
Bacula-dir -t
bacula-dir: symbol lookup error: /usr/lib/bacula/libbaccats-7.0.5.so: undefined 
symbol: mysql_init

mysql-server version is 5.7.13
bacula-server version is 7.0.5

Any idea on this?
Kind regards,
Gaël Guilmin
--
System Administrator / IT
[PDM_Logo_RGB - registered]
78, Avenue du XXeme Corps
54000 Nancy
France
Phone(Paris): +33 (0)1 49 49 05 25
Phone(Nancy): +33 (0)3 83 67 66 39
Cell: +33 (0)6 10 18 48 43
Web: www.pdgm.com<http://www.pdgm.com/>

[Description: Description: Description: 
http://www.pdgm.com/_media/newsletters/USA/USA_Edition3_June11_files/linkedin.jpg]<http://www.linkedin.com/company/paradigm_2>
 [Description: Description: Description: 
http://www.pdgm.com/_media/newsletters/USA/USA_Edition3_June11_files/twitter.jpg]
 <http://twitter.com/paradigmltd>  [Description: Description: Description: 
http://www.pdgm.com/_media/newsletters/USA/USA_Edition3_June11_files/facebook.jpg]
 <http://www.facebook.com/pdgmltd>  [Description: Description: Description: 
http://www.pdgm.com/_media/newsletters/USA/USA_Edition3_June11_files/youtube.jpg]
 <http://www.youtube.com/paradigmltd>

--- This e-mail, including any attached files, may contain 
confidential and privileged information for the sole use of the intended 
recipient. Any review, use, distribution, or disclosure by others is strictly 
prohibited. If you are not the intended recipient (or authorized to receive 
information for the intended recipient), please contact the sender by reply 
e-mail and delete all copies of this message.
--- This e-mail, including any attached files, may contain 
confidential and privileged information for the sole use of the intended 
recipient. Any review, use, distribution, or disclosure by others is strictly 
prohibited. If you are not the intended recipient (or authorized to receive 
information for the intended recipient), please contact the sender by reply 
e-mail and delete all copies of this message.
--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] [**EXTERNAL**] Re: Server version Vs Client Version

2016-09-13 Thread Gael Guilmin
Hello,
Thanks for your answer! ☺

Regards,
Gaël

From: Heitor Faria [mailto:hei...@bacula.com.br]
Sent: Monday, September 12, 2016 1:25 PM
To: Gael Guilmin 
Cc: bacula-users@lists.sourceforge.net
Subject: [**EXTERNAL**] Re: [Bacula-users] Server version Vs Client Version

Hello,
Hello, Gael,
I’m wondering if it’s possible to have a client with a higher version than the 
server?
No. Daemons version should be DIR == SD >= FD.
Currently my server is under 5.0.2, but I added a client that is under 7.0.5 
and I can’t  backup the client (“Fatal error: Authorization key rejected by 
Storage daemon.”).
Could it be an explanation?

Yes.

Kind regards,
Regards,

Gaël Guilmin
--
System Administrator / IT
[PDM_Logo_RGB - registered]
78, Avenue du XXeme Corps
54000 Nancy
France
Phone(Paris): +33 (0)1 49 49 05 25
Phone(Nancy): +33 (0)3 83 67 66 39
Cell: +33 (0)6 10 18 48 43
Web: www.pdgm.com<http://www.pdgm.com/>
--
===
Heitor Medrado de Faria - LPIC-III | ITIL-F |  Bacula Systems Certified 
Administrator II
• Do you need Bacula training? http://bacula.us/video-classes/
+55 61  8268-4220 | 
http://bacula.us
===
--- This e-mail, including any attached files, may contain 
confidential and privileged information for the sole use of the intended 
recipient. Any review, use, distribution, or disclosure by others is strictly 
prohibited. If you are not the intended recipient (or authorized to receive 
information for the intended recipient), please contact the sender by reply 
e-mail and delete all copies of this message.
--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users