Re: [Bacula-users] Concurrent client backups giving "waiting on Storage File" messages

2011-07-27 Thread John Drescher
On Wed, Jul 27, 2011 at 9:20 PM, Jeff Shanholtz  wrote:
> I am trying to alter my Bacula configuration such that my backup jobs run
> concurrently since sometimes a client can be offline and I want to have
> Bacula wait up to 12 hours for that client to reappear without holding up
> the whole queue of client jobs. As best as I can tell I've got everything
> configured correctly but I still get "waiting on Storage File" status
> messages for all clients except one. Only one client is running at a time,
> although they all run successfully in sequential fashion.
>
> I am using a removable hard drive for the backup media with one file per
> client backup job. I have created separate pools, one per client, to ensure
> that the right job matches up with the right backup file. Otherwise I found
> that if an error occurred trying to start a backup of client #1, client #2
> would use client #1's backup file, causing confusion since the backup files
> are named after the client.
>
> I am still running version 3.0.3 since 5.0 doesn't have Windows director and
> storage binaries precompiled.
>
> Hopefully I've provided enough background, including what I believe is all
> of the relevant config  info below. So how do I fix this "waiting on Storage
> File" problem so I can get clients backing up concurrently?
>

Bacula can not load more than 1 volume in a storage device at a time
so your pool and volume policy prevent concurrency. To get around this
add more storage devices. And to ease the management of multiple
storage devices use the bacula vchanger to create a virtual disk
autochanger.

http://sourceforge.net/projects/vchanger/

> Director config (including a representative pool definition - remember that
> I have one pool per client)...
>
> Director {                            # define myself
>  Name = myserver-dir
>  DIRport = 9101                # where we listen for UA connections
>  QueryFile = "C:\\Program Files (x86)\\Bacula\\bin\\query.sql"
>  WorkingDirectory = "C:\\Documents and Settings\\All Users\\Application
> Data\\Bacula\\Work"
>  PidDirectory = "C:\\Documents and Settings\\All Users\\Application
> Data\\Bacula\\Work"
>  Maximum Concurrent Jobs = 10
>  Password = "mypassword"         # Console password
>  Messages = Daemon
>  FD Connect Timeout = 43200 # 12 hrs
> }
>
> # Definition of file storage device
> Storage {
>  Name = File
> # Do not use "localhost" here
>  Address = myserver                # N.B. Use a fully qualified name here
>  SDPort = 9103
>  Password = "mypassword"
>  Device = FileStorage
>  Media Type = File
>  Maximum Concurrent Jobs = 10
> }
>
> Pool {
>  Name = myclientpool
>  Pool Type = Backup
>  Recycle = no                       # Bacula can automatically recycle
> Volumes
>  AutoPrune = yes                     # Prune expired volumes
>  Volume Retention = 365 days         # one year
>  Maximum Volume Jobs = 1
>  Label Format =
> "myclient-${Year}-${Month:p/2/0/r}-${Day:p/2/0/r}_${Level}_${JobId}"
> }
>
> Storage config...
>
> Storage {                             # definition of myself
>  Name = myserver-sd
>  SDPort = 9103                  # Director's port
>  WorkingDirectory = "C:\\Documents and Settings\\All Users\\Application
> Data\\Bacula\\Work"
>  Pid Directory = "C:\\Documents and Settings\\All Users\\Application
> Data\\Bacula\\Work"
>  Maximum Concurrent Jobs = 10
> }
>
> Device {
>  Name = FileStorage
>  Media Type = File
>  Archive Device = "H:\\Bacula\ Backup\ Volumes"
>  LabelMedia = yes                   # lets Bacula label unlabeled media
>  Random Access = Yes
>  AutomaticMount = yes               # when device opened, read it
>  RemovableMedia = yes
>  AlwaysOpen = no
> }
>
>
>
> --
> Got Input?   Slashdot Needs You.
> Take our quick survey online.  Come on, we don't ask for help often.
> Plus, you'll get a chance to win $100 to spend on ThinkGeek.
> http://p.sf.net/sfu/slashdot-survey
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>



-- 
John M. Drescher

--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Concurrent client backups giving "waiting on Storage File" messages

2011-07-27 Thread Jeff Shanholtz
I am trying to alter my Bacula configuration such that my backup jobs run
concurrently since sometimes a client can be offline and I want to have
Bacula wait up to 12 hours for that client to reappear without holding up
the whole queue of client jobs. As best as I can tell I've got everything
configured correctly but I still get "waiting on Storage File" status
messages for all clients except one. Only one client is running at a time,
although they all run successfully in sequential fashion.

I am using a removable hard drive for the backup media with one file per
client backup job. I have created separate pools, one per client, to ensure
that the right job matches up with the right backup file. Otherwise I found
that if an error occurred trying to start a backup of client #1, client #2
would use client #1's backup file, causing confusion since the backup files
are named after the client.

I am still running version 3.0.3 since 5.0 doesn't have Windows director and
storage binaries precompiled.

Hopefully I've provided enough background, including what I believe is all
of the relevant config  info below. So how do I fix this "waiting on Storage
File" problem so I can get clients backing up concurrently?

Director config (including a representative pool definition - remember that
I have one pool per client)...

Director {# define myself
  Name = myserver-dir
  DIRport = 9101# where we listen for UA connections
  QueryFile = "C:\\Program Files (x86)\\Bacula\\bin\\query.sql"
  WorkingDirectory = "C:\\Documents and Settings\\All Users\\Application
Data\\Bacula\\Work"
  PidDirectory = "C:\\Documents and Settings\\All Users\\Application
Data\\Bacula\\Work"
  Maximum Concurrent Jobs = 10
  Password = "mypassword" # Console password
  Messages = Daemon
  FD Connect Timeout = 43200 # 12 hrs
}

# Definition of file storage device
Storage {
  Name = File
# Do not use "localhost" here
  Address = myserver# N.B. Use a fully qualified name here
  SDPort = 9103
  Password = "mypassword"
  Device = FileStorage
  Media Type = File
  Maximum Concurrent Jobs = 10
}

Pool {
  Name = myclientpool
  Pool Type = Backup
  Recycle = no   # Bacula can automatically recycle
Volumes
  AutoPrune = yes # Prune expired volumes
  Volume Retention = 365 days # one year
  Maximum Volume Jobs = 1
  Label Format =
"myclient-${Year}-${Month:p/2/0/r}-${Day:p/2/0/r}_${Level}_${JobId}"
}

Storage config...

Storage { # definition of myself
  Name = myserver-sd
  SDPort = 9103  # Director's port  
  WorkingDirectory = "C:\\Documents and Settings\\All Users\\Application
Data\\Bacula\\Work"
  Pid Directory = "C:\\Documents and Settings\\All Users\\Application
Data\\Bacula\\Work"
  Maximum Concurrent Jobs = 10
}

Device {
  Name = FileStorage
  Media Type = File
  Archive Device = "H:\\Bacula\ Backup\ Volumes"
  LabelMedia = yes   # lets Bacula label unlabeled media
  Random Access = Yes
  AutomaticMount = yes   # when device opened, read it
  RemovableMedia = yes
  AlwaysOpen = no
}



--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula and Dell Powervault 124T

2011-07-27 Thread lokinc
Hi

I've got a Dell Powervault 124T connected to a new server using SAS.

On the server I'm running CentOS 6 with Bacula 5.0.0 installed via YUM, the 
current setup can backup to File and restore. 

Now what I need to know, what is the first step to get the server to backup to 
tape. How to define the Tape changer and drive and where to define these things?

Thanks in advance

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



--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Problem with data encryption on windows client

2011-07-27 Thread mariusz
Thanks a lot, it`s working! :)

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



--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula Dir Randomly Stopping

2011-07-27 Thread John Drescher
On Wed, Jul 27, 2011 at 1:28 PM, Smiley  wrote:
> That helped get the console up, thanks!
>
> Now I have another problem:
>
> When attempting to run a backup, I get this error:
>
> Storage daemon didn't accept Device "File-0" because:
>     3924 Device "File-0" not in SD Device resources.
> 27-Jul 13:10 * JobId 4: Error: Bacula * 5.0.3 (04Aug10): 27-Jul-2011 
> 13:10:49
>
> File-0 is a portable HDD attached to the director machine.
>
>
> I have the device configured as follows:
>
> bacula-sd.conf
> #File-0 is the default storage area. Backups are placed in 
> /var/bacula/storage/file-0
> Device {
>  Name = "File-0"
>  Media Type = File
>  Archive Device = /dev/sdb1
>  LabelMedia = yes;                   # lets Bacula label unlabeled media
>  Random Access = Yes;
>  AutomaticMount = yes;               # when device opened, read it
>  RemovableMedia = yes;
>  AlwaysOpen = no;
> }
>
> bacula-dir.conf
>
> Storage {
>  Name = File-0
>  Address = **
>  Password = **# password for Storage daemon
>  Device = "File-0"    # same as Device in Storage daemon
>  Media Type = File    # same as MediaType in Storage daemon
> }
>

I think quoting has to be consistent.

John

--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula Dir Randomly Stopping

2011-07-27 Thread Smiley
That helped get the console up, thanks!

Now I have another problem:

When attempting to run a backup, I get this error:

Storage daemon didn't accept Device "File-0" because:
 3924 Device "File-0" not in SD Device resources.
27-Jul 13:10 * JobId 4: Error: Bacula * 5.0.3 (04Aug10): 27-Jul-2011 
13:10:49

File-0 is a portable HDD attached to the director machine.


I have the device configured as follows:

bacula-sd.conf
#File-0 is the default storage area. Backups are placed in 
/var/bacula/storage/file-0
Device {
  Name = "File-0"
  Media Type = File
  Archive Device = /dev/sdb1
  LabelMedia = yes;   # lets Bacula label unlabeled media
  Random Access = Yes;
  AutomaticMount = yes;   # when device opened, read it
  RemovableMedia = yes;
  AlwaysOpen = no;
}

bacula-dir.conf

Storage {
  Name = File-0
  Address = **
  Password = **# password for Storage daemon
  Device = "File-0"# same as Device in Storage daemon
  Media Type = File# same as MediaType in Storage daemon
}

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



--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Performance

2011-07-27 Thread Konstantin Khomoutov
On Tue, 26 Jul 2011 06:18:25 -0700
Steve Ellis  wrote:

> >> Another point, even with your current config, if you
> >> aren't doing data spooling you are probably slowing things down
> >> further, as well as wearing out both the tapes and heads on the
> >> drive with lots of shoeshining.
> > (I'm asking as a person having almost zero prior experience with
> > tape drives for backup purposes.)
> >
> > Among other things, I'm doing full backups of a set of machines to a
> > single tape--yes, full backup each time, no incremental/differential
> > which means I supposedly have just straightforward data flows from
> > FDs to the SD.  At present time I have max concurrent jobs set to 1
> > on my tape drive resource and no data spooling turned on.
> > Would I benefit from enabling data spooling in this scenario?
[...]
> OK, perhaps I'm not the best person to ask, but here's what I do know:
> 
> Even with only 1 job at a time, if you aren't able to deliver data to 
> the drive at its minimum streaming data rate (for LTO4, probably at 
> least 40MB/sec--possibly varies by manufacturer), then the tape 
> mechanism will have to stop, go back a bit, wait for more data, then 
> start up again--all of this takes time, and increases wear on the
> tapes and drive heads.
[...]
> I hope this helps,

Apart from giving me the knowledge of this mechanics, your message
made me sit down and make some measures.  So I discovered that my LTO-4
drive is actually faster to write (up to 10 times) than my local
filesystems are to read (and I was absolutely sure it's the other way
round).  We're now considering implementing a raid0 for data spooling.
Hence, thanks!

--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Problem with data encryption on windows client

2011-07-27 Thread Rickifer Barros
Oh...in my example I'm using the Master Key but it also works normally with
the ".pem" keys file.

On Wed, Jul 27, 2011 at 10:36 AM, Rickifer Barros
wrote:

> I use encryption with Windows 7 and it works perfectly. But I put my PKI
> configuration into the FileDeamon { } directive instead the Director { }
> directive. Also, I didn't need to install OpenSSL separately, I just
> installed the Bacula Client 5.0.3 for windows.
>
> FileDaemon {# this is me
> Name = test-nb
> FDport = 9102# where we listen for the director
> WorkingDirectory = "C:\\Program Files\\Bacula\\working"
> Pid Directory = "C:\\Program Files\\Bacula\\working"
> Plugin Directory = "C:\\Program Files\\Bacula\\plugins"
> Maximum Concurrent Jobs = 2
> PKI Signatures = Yes# Enable Data Signing
> PKI Encryption = Yes# Enable Data Encryption
> PKI Keypair = "C:\\Program Files\\Bacula\\keys\\master.keypair"
> PKI Master Key = "C:\\Program Files\\Bacula\\keys\\master.cert"
> Maximum Network Buffer Size = 131072
>
> }
>
> On Wed, Jul 27, 2011 at 6:35 AM, mariusz 
> wrote:
>
>> Hello,
>>
>> This is my first post on this forum and I need your help. I`ve searched
>> previous topics and I didn`t find solutions for my problem.
>>
>> I`ve got a problem with configure data encryption via PKI. I attached
>> current client configuration.
>> I try to start with console and I receive:
>>
>> ERROR TERMINATION at
>> /home/kern/bacula/k/bacula/src/lib/parse_conf.c:971
>> Config error: Keyword "PKISignatures" not permitted in thi resource.
>> Perhaps you left the trailing brace off of the previous resource.
>>
>>
>> Does Bacula support data encryption via PKI on Windows? I also installed
>> OpenSSL on windows with MS Visual C++ 2008 Redistribute Package.
>>
>> I`ve configured clients on linux with data encryption and I haven`t got
>> any problem on linux.
>>
>>
>> FileDaemon {               
>>             # this is me
>>   Name = asmobile-fd
>>   FDport = 9102             
>>   # where we listen for the director
>>   WorkingDirectory = "C:\\Program Files\\Bacula\\working"
>>   Pid Directory = "C:\\Program Files\\Bacula\\working"
>> # Plugin Directory = "C:\\Program Files\\Bacula\\plugins"
>>   Maximum Concurrent Jobs = 10
>> }
>>
>> #
>> # List Directors who are permitted to contact this File daemon
>> #
>> Director {
>>   Name = mariusz-dir
>>   Password = "***"
>>
>>    PKI Signatures = Yes           
>> # Enable Data Signing
>>    PKI Encryption = Yes           
>> # Enable Data Encryption
>>     PKI Keypair = "C:\\Program
>> Files\\Bacula\\fd-example.pem"    # Public and Private Keys
>>     PKI Master Key = "C:\\Program
>> Files\\Bacula\\master.cert"    # ONLY the Public Key
>> }
>>
>> #
>> # Restricted Director, used by tray-monitor to get the
>> #   status of the file daemon
>> #
>> #Director {
>> #  Name = @monitor_name@
>> #  Password = "@monitor_password@"
>> #  Monitor = yes
>> #}
>>
>> # Send all messages except skipped files back to Director
>> Messages {
>>   Name = Standard
>>   director = mariusz-dir = all, !skipped, !restored
>> }
>>
>>
>> +--
>> |This was sent by mariusz@gmail.com via Backup Central.
>> |Forward SPAM to ab...@backupcentral.com.
>> +--
>>
>>
>>
>>
>> --
>> Got Input?   Slashdot Needs You.
>> Take our quick survey online.  Come on, we don't ask for help often.
>> Plus, you'll get a chance to win $100 to spend on ThinkGeek.
>> http://p.sf.net/sfu/slashdot-survey
>> ___
>> Bacula-users mailing list
>> Bacula-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/bacula-users
>>
>
>
--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Problem with data encryption on windows client

2011-07-27 Thread Rickifer Barros
I use encryption with Windows 7 and it works perfectly. But I put my PKI
configuration into the FileDeamon { } directive instead the Director { }
directive. Also, I didn't need to install OpenSSL separately, I just
installed the Bacula Client 5.0.3 for windows.

FileDaemon {# this is me
Name = test-nb
FDport = 9102# where we listen for the director
WorkingDirectory = "C:\\Program Files\\Bacula\\working"
Pid Directory = "C:\\Program Files\\Bacula\\working"
Plugin Directory = "C:\\Program Files\\Bacula\\plugins"
Maximum Concurrent Jobs = 2
PKI Signatures = Yes# Enable Data Signing
PKI Encryption = Yes# Enable Data Encryption
PKI Keypair = "C:\\Program Files\\Bacula\\keys\\master.keypair"
PKI Master Key = "C:\\Program Files\\Bacula\\keys\\master.cert"
Maximum Network Buffer Size = 131072
}

On Wed, Jul 27, 2011 at 6:35 AM, mariusz wrote:

> Hello,
>
> This is my first post on this forum and I need your help. I`ve searched
> previous topics and I didn`t find solutions for my problem.
>
> I`ve got a problem with configure data encryption via PKI. I attached
> current client configuration.
> I try to start with console and I receive:
>
> ERROR TERMINATION at
> /home/kern/bacula/k/bacula/src/lib/parse_conf.c:971
> Config error: Keyword "PKISignatures" not permitted in thi resource.
> Perhaps you left the trailing brace off of the previous resource.
>
>
> Does Bacula support data encryption via PKI on Windows? I also installed
> OpenSSL on windows with MS Visual C++ 2008 Redistribute Package.
>
> I`ve configured clients on linux with data encryption and I haven`t got any
> problem on linux.
>
>
> FileDaemon {               
>             # this is me
>   Name = asmobile-fd
>   FDport = 9102               
> # where we listen for the director
>   WorkingDirectory = "C:\\Program Files\\Bacula\\working"
>   Pid Directory = "C:\\Program Files\\Bacula\\working"
> # Plugin Directory = "C:\\Program Files\\Bacula\\plugins"
>   Maximum Concurrent Jobs = 10
> }
>
> #
> # List Directors who are permitted to contact this File daemon
> #
> Director {
>   Name = mariusz-dir
>   Password = "***"
>
>    PKI Signatures = Yes           
> # Enable Data Signing
>    PKI Encryption = Yes           
> # Enable Data Encryption
>     PKI Keypair = "C:\\Program
> Files\\Bacula\\fd-example.pem"    # Public and Private Keys
>     PKI Master Key = "C:\\Program
> Files\\Bacula\\master.cert"    # ONLY the Public Key
> }
>
> #
> # Restricted Director, used by tray-monitor to get the
> #   status of the file daemon
> #
> #Director {
> #  Name = @monitor_name@
> #  Password = "@monitor_password@"
> #  Monitor = yes
> #}
>
> # Send all messages except skipped files back to Director
> Messages {
>   Name = Standard
>   director = mariusz-dir = all, !skipped, !restored
> }
>
>
> +--
> |This was sent by mariusz@gmail.com via Backup Central.
> |Forward SPAM to ab...@backupcentral.com.
> +--
>
>
>
>
> --
> Got Input?   Slashdot Needs You.
> Take our quick survey online.  Come on, we don't ask for help often.
> Plus, you'll get a chance to win $100 to spend on ThinkGeek.
> http://p.sf.net/sfu/slashdot-survey
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Problem with data encryption on windows client

2011-07-27 Thread mariusz
Hello, 

This is my first post on this forum and I need your help. I`ve searched 
previous topics and I didn`t find solutions for my problem.

I`ve got a problem with configure data encryption via PKI. I attached current 
client configuration.
I try to start with console and I receive:

ERROR TERMINATION at /home/kern/bacula/k/bacula/src/lib/parse_conf.c:971
Config error: Keyword "PKISignatures" not permitted in thi resource.
Perhaps you left the trailing brace off of the previous resource.


Does Bacula support data encryption via PKI on Windows? I also installed 
OpenSSL on windows with MS Visual C++ 2008 Redistribute Package.

I`ve configured clients on linux with data encryption and I haven`t got any 
problem on linux.


FileDaemon {                  
          # this is me
  Name = asmobile-fd
  FDport = 9102                # 
where we listen for the director
  WorkingDirectory = "C:\\Program Files\\Bacula\\working"
  Pid Directory = "C:\\Program Files\\Bacula\\working"
# Plugin Directory = "C:\\Program Files\\Bacula\\plugins"
  Maximum Concurrent Jobs = 10
}

#
# List Directors who are permitted to contact this File daemon
#
Director {
  Name = mariusz-dir
  Password = "***"

   PKI Signatures = Yes            # 
Enable Data Signing
   PKI Encryption = Yes            # 
Enable Data Encryption
    PKI Keypair = "C:\\Program 
Files\\Bacula\\fd-example.pem"    # Public and Private Keys
    PKI Master Key = "C:\\Program 
Files\\Bacula\\master.cert"    # ONLY the Public Key
}

#
# Restricted Director, used by tray-monitor to get the
#   status of the file daemon
#
#Director {
#  Name = @monitor_name@
#  Password = "@monitor_password@"
#  Monitor = yes
#}

# Send all messages except skipped files back to Director
Messages {
  Name = Standard
  director = mariusz-dir = all, !skipped, !restored
}


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



--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Remote backup, Failed to connect to Storage daemon

2011-07-27 Thread Jari Fredriksson
26.7.2011 3:38, scar kirjoitti:
> it seems i was able to get things working, by adding this to my
> /etc/hosts on home1:
> 
> 192.168.1.139 home.dyndns.org
> 
> (192.168.1.139 being home1's local address)
> 
> and then i used the certificate for home.dyndns.org instead of the one
> for home1.local for Director-SD and FD-SD communication.  communication
> works between all daemons, and a backup of work1 is running.
> 
> this doesn't seem very elegant to me, though, because home.dyndns.org
> typically resolves to my router's WAN address.  are there any inherent
> problems with this implementation?  any better suggestions?  thanks so much
> 

Nothing by me. I have similar apparoach, but not with hosts file, but a
local DNS-server. My LAN bind resolves local addresses to my dyndns
hosts, and dyndns resolves the WAN address. Everything works fine.

-- 

You definitely intend to start living sometime soon.



signature.asc
Description: OpenPGP digital signature
--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] connections timing out

2011-07-27 Thread Pietro Bertera
2011/7/26 Boudewijn Ector :
> Can someone please point me out where I should start to investigate this
> problem?
>
>  From the internet, I can reach the director and the SD @ the 'leiden'
> system.
> I can reach the FD's at all servers which are to be backed up.

the command status client=xxx in bconsole returns everything correctly ?

Regards,

Pietro

--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users