I am having errors connecting my windows client to the bacula server. I noticed
my client was running version 5.2.2 and my server is running what I got from
the repository which is 5.0.1 so I am assuming that is where my problem lies. I
have downloaded the 5.2.2 version from sourceforge and now
That worked! Thanks a ton!
In the /etc/bacula/bacula-dir.conf under
Director {
I changed
DirAddress = 127.0.0.1
to
DirAddress = HostIP
as well as the diraddress under
Storage {
I also had to change the info in /etc/bacula/bconsole.conf to get my webmin
module for bacula working after I
My Bacula server sits between a internet facing domain and a secured data
domain. The server that is hosting Bacula has 2 NICs, one for each domain. How
do I assign both IPs to the Director, FD and SD?
I tried to follow the instructions here:
http://www.bacula.org/en/dev-manual/main/main/Configu
I guess I did not read the instructions well enough.
DirAddresses = {
ip = { addr = 1.2.3.4; port = 1901 }
ip = { addr = 10.2.3.4; port = 1901 }
}
}
The commented out the DIRport = 1901
works like a charm except now my webmin console doesn't like the fact that
there are 2 assigned I
If anyone has had an issue with the Bacula Webmin module after assigning
multiple IP addys and knows a fix, feel free to post it here.
After adding the second IP address, I get this error in the Bacula Webmin
modules:
The Bacula console command /usr/bin/bconsole could not communicate with the
Okay, adding the multiple IPs has the director restarting correctly, but breaks
everything else. BAT cannot connect to it, and neither can the webmin add-on.
So going from:
Director {# define myself
Name = ubunback-dir
DIRport = 9101# where we lis
Thank you so very much! the 0.0.0.0 did the trick!
+--
|This was sent by rmc...@teamdms.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--
-
I am not sure why I am getting this error. I had done a test backup after
setting everything up and everything worked correctly. The only thing that has
changes is the virtual tape filled up and it created a new virtual tape.
Everything is on a large raid and is mounted to the filesystem and acc
I've created separate volumes for my separate domains and everything seems to
be running well now.
+--
|This was sent by rmc...@teamdms.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--
Right now I have all my backups going to a 6 TB raid array. I am trying to keep
the fulls on the array, and the Incrementals on another mounted 600 GB storage
drive. The storage directors and everything are setup correctly, jobs run just
fine, except that they are upgrading themselves to a full
Never mind. I guess it bases it off of job name and not client name. Doesn't
make sense to me, but I don't code either =).
I can't do what I want to do, but I guess I can split up clients to different
locations instead of backup types.
+--
I am using 5.x, the one that comes in the Ubuntu 10.04 repository.
I think I see what you mean by having the schedule override the storage. I have
been using the Webmin console which is good for most of what I have to do, but
I have had to manually edit for wildcard file sets and what not. I did
I was following
http://www.bacula.org/en/dev-manual/main/main/Data_Encryption.html and am a
little confused.
I am a Linux noob. I have got Bacula up and running, everything tweaked and
going smooth. I am now being told that we need to encrypt one of my client
machine's data during the backup.
Got it figured out. I'll post what I did just in case anyone goes looking for
it.
On my windows client I added the bold part to c:\Program
Files\Bacula\bacula-fd.conf
#
# Default Bacula File Daemon Configuration file
#
# For Bacula release 5.2.3 (12/16/11) -- Windows MinGW32
#
# There is no
I currently do a full backup on Fridays and then another full backup on
Saturdays to a set of disks that go offsite and are rotated every few weeks.
After I put in the new drives with the same mount point and what not, Bacula
hangs on the jobs saying that the previous volume is not available, wh
Thanks! I will give it a shot. I had seen an old mailing list post for 2.x.x so
it may have just been an old bug. I was a bit wary about relying on it for a
disaster recovery backup.
+--
|This was sent by rmc...@teamdms.com via
This is what I came up with to backup all of the outlook folders on a machine.
it might help you out. I am not quite sure what all of it means, I am very new
to being an admin and with Linux in general but I found this to do the job I
need. It looks like you are just excluding everything and do
I took a closer look. This is what I would try. Maybe someone with a bit more
experience can take a look and adjust it.
FileSet {
Name = "toe_home_x"
Include {
File = "/mnt/toe"
Options {
IgnoreCase = yes
RegExDir = "^/mnt/toe/[^/]+$"
WildDir = "/mnt/toe/data*"
Wi
18 matches
Mail list logo