Alan Davis schrieb:
> Questions for anyone who's currently using secondary catalogs:
>
> I may be making this harder than it needs to be, but I need some
> guidance on just how the second catalog gets used.
>
> I've succeeded in creating the second db and I've added a second
> Catalog entry in
Arno Lehmann schrieb:
> Hi,
>
> On 2/26/2007 3:32 PM, Jonas Wueste wrote:
>
>> Hi,
>>
>> I want to evaluate the number of currently queued jobs. At first I
>> wanted to do this with a mysql-query. (SELECT COUNT(*) from Job where
>> JobStatus ='C')
>>
>
> That's not the best solution, as t
2007/2/27, Alan Davis <[EMAIL PROTECTED]>:
>
>
> Questions for anyone who's currently using secondary catalogs:
>
> I may be making this harder than it needs to be, but I need some
> guidance
> on just how the second catalog gets used.
Either you're making it harder than it needs be, or I missed
Questions for anyone who's currently using secondary catalogs:
I may be making this harder than it needs to be, but I need some
guidance
on just how the second catalog gets used.
I've succeeded in creating the second db and I've added a second
Catalog
entry in the director config file. I
Bah, based on a recommendation from Arno, I ran a test file transfer to the
new disk. It was sustaining a write rate of 1004 KBps. Yikes. I removed the
drive and ordered a new internal SATA 3GBps drive. In the mean time I reran
the backup onto a temporary IDE drive and was able to backup 100 GB's i
Fredag 16 februar 2007 20:19 skrev Naufal Zamir:
> Hi,
>
> I am facing the following problem:
>
> I have configured a job resource for a system with the backup level full.
> Now when i create another job which has everything same but the backup
> level differential or incremental, since the job nam
Lørdag 17 februar 2007 14:46 skrev Pierre Bernhardt:
> Hello,
>
> I dont't want to install a comlex postgresql or mysql server.
> Is it principle possible to use sqlite instead of using mysql or
> postgresql?
Yes in principle, as Allan said, but even though postgresql (or mysql) are
complex server
I am jumping into the middle of this thread, please forgive me if I am
off base.
You can do this two ways. The first is to define the pools in the job
like this
Job {
Name = "comp01"
Type = Backup
Client = comp01-fd
FileSet = "Windows C-drive"
Schedule = "WeeklyCycle"
Storage = "Fil
The answer was in
http://www.nabble.com/Slow-positioning-at-the-end-of-the-tape--tf2826338.html#a7909209
Now with:
Autochanger {
Name = MSL
Device = Drive-1, Drive-2
Changer Command = "/usr/local/share/bacula/mtx-changer %c %o %S %a %d"
Changer Device = /dev/pass0
}
Device {
Name = Dri
On 2007-02-26, Kern Sibbald <[EMAIL PROTECTED]> wrote:
> As always, thanks :-)
No problem. I have now uploaded the 2.0.2 docs as well.
-- John
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Te
Arno Lehmann wrote:
> Hi,
>
> On 2/26/2007 4:32 PM, Oliver Lehmann wrote:
> > Hi,
> >
> > my volumes are limited.
>
> Always a bad thing...
>
> > I want to force bacula to do the scheduled type
> > of backup (incr, diff, full) and nothing different.
>
> That should happen anyway, with one imp
On Monday 26 February 2007 20:20, Rex Wheeler wrote:
> > From: Alan Brown
> > Sent: Monday, February 26, 2007 10:38 AM
> >
> > On Sat, 24 Feb 2007, Rex Wheeler wrote:
> > > Does anyone know what kind of errors that the "VolErrors" column
>
> totals?
>
> > Primarily write errors and database vs tape
I send this to -users and -devel because I don't know if the original
poster is on -devel where this belongs, IMO...
On 2/25/2007 3:43 AM, Dan Langille wrote:
> On 25 Feb 2007 at 3:33, Florian Heigl wrote:
>
>
>>Just a silent heads up, if I may...
>
>
> Umm, how is this silent? ;)
Probably
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Pierre Bernhardt wrote:
>> Full Backup Pool =
>> Differential Backup Pool =
>> Incremental Backup Pool =
> I will check them. Possible it's easier to do that in this way.
I don't think the other way will work, so it's quite likely that this
way is
Hi,
On 2/26/2007 4:32 PM, Oliver Lehmann wrote:
> Hi,
>
> my volumes are limited.
Always a bad thing...
> I want to force bacula to do the scheduled type
> of backup (incr, diff, full) and nothing different.
That should happen anyway, with one important exception:
When there's no full backup l
Hi,
On 2/26/2007 3:32 PM, Jonas Wueste wrote:
> Hi,
>
> I want to evaluate the number of currently queued jobs. At first I
> wanted to do this with a mysql-query. (SELECT COUNT(*) from Job where
> JobStatus ='C')
That's not the best solution, as the catalog doesn't necessarily
represent the s
Kern Sibbald schrieb:
> On Sunday 25 February 2007 16:49, Ralf Gross wrote:
> > Ralf Gross schrieb:
> > > This is my default FileSet for this client and does not backup ACL's, in
> > > /server or /home.
> > >
> > > FileSet {
> > > Name = "VU0EM003 Full"
> > > Include {
> > > Options {
> > >
Hello,
On 2/26/2007 11:27 AM, Andreas Lüdtke wrote:
> Hi,
>
> my backup strategy is to use one tape per week and after 5 weeks/tapes I
> re-use the first
> tape.
Ok.
> I do a full backup on Sunday evening and I want to change the tape on Monday
> morning
> when I'm in the office. I recently c
Hello,
On 2/26/2007 10:54 AM, Ferdinando Pasqualetti wrote:
>
> Hi Bacula users,
> sorry if you get this message two times, I sent it with a wrong sender
> (not in the list), so I am sending it again.
> I am facing a problem that came out with rev. 1.38.11 (I never saw it
> with 1.36.3). The pr
> From: Alan Brown
> Sent: Monday, February 26, 2007 10:38 AM
>
> On Sat, 24 Feb 2007, Rex Wheeler wrote:
>
> > Does anyone know what kind of errors that the "VolErrors" column
totals?
>
> Primarily write errors and database vs tape file number mismatches
>
> Do you have the expertise to wri
On Thu, 8 Feb 2007, Pierre Bernhardt wrote:
> I dont't want to install a comlex postgresql or mysql server.
> Is it principle possible to use sqlite instead of using mysql or postgresql?
Pierre,
Even if it is possible, sqlite is only feasable for testing, or for very
small backup sets - such as
On Sat, 24 Feb 2007, Rex Wheeler wrote:
> Does anyone know what kind of errors that the "VolErrors" column totals?
Primarily write errors and database vs tape file number mismatches
Do you have the expertise to write something which can parse this
information or would it need to go on the Bacul
On Sun, 25 Feb 2007, Erik P. Olsen wrote:
> Is there a way to automatically skip the back-up job if there is "no route to
> host"? At the moment the failing back-up job is retried 6 times before it is
> ended. Therefore the resources are blocked for half an hour which which is
> highly undesirable
It looks to me like Samba shares don't support more that 2GB.
Recommendations:
- Don't write to any share of any kind (not Samba, not NFS, ...)
- If you absolutely must write to a Samba share try limiting the Volume size
to 2GB -- that may resolve the problem.
On Monday 26 February 2007 09:50, S
On Monday 26 February 2007 03:17, Michael Brennen wrote:
> I have a resolution to the mount problems of which I wrote last
> night, in which bacula attempts to unload a phantom tape from an
> empty drive before loading the needed tape. I went back to the
> latest released source, 2.0.2, and all is
On Friday 23 February 2007 06:14, Michael Brennen wrote:
> Hello all,
>
> This is on a bacula configuration that has been running fine for a
> couple of months. It has run through about 45 or so tapes in the
> changer, so I think I have some confidence in the basic
> configuration.
>
> Last weeken
On Sunday 25 February 2007 09:42, Michael Brennen wrote:
> Hello again,
>
> The long weekend backups started running Friday night. This is a 4
> drive 60 slot autochanger. The bacula version is "archive-dir
> Version: 2.1.4 (21 February 2007)" to get the encryption patch.
>
> Consistent with what
As always, thanks :-)
On Saturday 24 February 2007 16:59, John Goerzen wrote:
> Hello,
>
> Debian packages of Bacula 2.0.2 have been uploaded to Debian
> experimental and should hit your local mirror within 24 hours.
>
> These packages will eventually be uploaded to unstable when I feel that
> the
On Friday 23 February 2007 19:58, Ryan Novosielski wrote:
> Ralf Gross wrote:
> > Mike Hanby schrieb:
> >> I'm testing out bacula (a newbie) in an environment with Linux and
> >> Windows XP 64bit systems.
> >>
> >> I'm running bacula 2.0.2 with -dir, -fd and -sd on a Linux server, and
> >> -fd on e
On Friday 23 February 2007 21:55, Arno Lehmann wrote:
> Hi,
>
> On 2/23/2007 6:14 PM, Brian Debelius wrote:
> > Ok, I see now...after a week of backups. Bacula increments
> > automatically to the next higher slot. So its grabbing from slot 1
> > yesterday, slot 2 today, and slot 3 tomorrow.
>
> E
On Friday 23 February 2007 01:33, Arno Lehmann wrote:
> Hi all,
>
> I decided to visit FOSDEM this year, admittedly mainly to meet Kern.
Nice. :-) It was quite a pleasant surprise to see you there (and a few other
guys too). Thanks for coming, and I hope your long journey home was not too
har
On Sunday 25 February 2007 16:49, Ralf Gross wrote:
> Ralf Gross schrieb:
> > This is my default FileSet for this client and does not backup ACL's, in
> > /server or /home.
> >
> > FileSet {
> > Name = "VU0EM003 Full"
> > Include {
> > Options {
> > aclsupport = yes
> > signatur
Hi,
Just needed to confirm if the following schedule is a correct way to
schedule a job on 2nd friday of every month.
Run = Level = Full 2nd fri at 19:00/
regards
-
Take Surveys. Earn Cash. Influence the Future of IT
J
On Wednesday 14 February 2007 13:22, Gavin Conway wrote:
> Kern Sibbald wrote:
> > The problem is that your Catalog database is not well tuned (missing
> > indexes), or you have a very large database. The performance problem
> > comes from Bacula attempting to find the next volume that will be use
Hi,
my volumes are limited. I want to force bacula to do the scheduled type
of backup (incr, diff, full) and nothing different.
On one client many files changed, and bacula made a fullbackup instead of
a diff backup like it was scheduled. I now deleted the full backup and
want bacula to do the dif
Greetings all,
[Aside] I can't subscribe to this E-mail list for some reason, I keep
getting a proxy error but there is no proxy in my server list and the source
of the error is:
Apache/2.0.52 (CentOS) Server at lists.sourceforge.net Port 443
[/Aside]
Anyway, here is my situation:
I have a coupl
I am setting up a Disk to Disk to Tape backup and need some help with a
concept or two.
Here's what I'm trying to do:
1) Backup of critical files to 'MyVolume' (/mnt/backup/MyVolume)
2) text dump of catalog to /var/bacula/catalog
3) Append /var/log/catalog to 'MyVolume'
4) Migration of complete
Is it possible to schedule a job not to start after a specified time?
For instance, my nightly rotation will sometimes last until the next
morning, but if the jobs start too late in the morning people start
complaining about slow services and the jobs eventually fail. I'm
looking for a way to
Hi,
I'm using bacula with file storage to backup my servers. Since a few of
them are behind "slow" lines I want to parallelize backup runs but I'm
currently stuck with implementing that.
I've got one storage definition (read: one directory I write volumes
to), two pools, one for full dumps and on
Hi,
I am facing the following problem:
I have configured a job resource for a system with the backup level full.
Now when i create another job which has everything same but the backup level
differential or incremental, since the job name is different it
automatically reverts to full backup. I ju
Thanks Erich
Looks much better with your command:
/configure --prefix=/usr --sbindir=/usr/sbin --sysconfdir=/etc/bacula
--with-scriptdir=/etc/bacula --enable-smartalloc --with-mysql
--with-working-dir=/var/bacula --with-pid-dir=/var/run
--with-subsys-dir=/var/lock/subsys --enable-conio --with-op
Hello,
I have the latest el4 client RPMs from rpms-contrib-fschwarz installed on a
Centos 4.4 box (2.0.2). I can't seem to make a good rescue cd. I goto
/etc/bacula/rescue/linux/cdrom and do a make, it looks fairly decent:
[EMAIL PROTECTED] cdrom]# make
./makekernel
Updating modules in ro
Hello,
I dont't want to install a comlex postgresql or mysql server.
Is it principle possible to use sqlite instead of using mysql or postgresql?
--
MfG...
Pierre Bernhardt
PS: This is the 3rd time to send these message. Hopefully now it is stored
in news group.
---
Hi Bacula users,
sorry if you get this message two times,
I sent it with a wrong sender (not in the list), so I am sending it again.
I am facing a problem that came out
with rev. 1.38.11 (I never saw it with 1.36.3). The problem did not happen
all times, but very often. Now I switched to 2.0.2 and
Kern Sibbald wrote:
> The problem is that your Catalog database is not well tuned (missing
> indexes),
> or you have a very large database. The performance problem comes from Bacula
> attempting to find the next volume that will be used for each scheduled job,
> and to do so, it must generally
Apologies for the long email but I'm at my wits end on this one. I'm
using Ubuntu and have just removed Bacula using aptitude so that I can
install the updated version from source.
Here's my compile time options;
./configure --prefix=/opt/bacula/ --enable-smartalloc --with-mysql
--with-pid-dir
Hello,
I dont't want to install a comlex postgresql or mysql server.
Is it principle possible to use sqlite instead of using mysql or postgresql?
--
MfG...
Pierre Bernhardt
-
Take Surveys. Earn Cash. Influence the Future
Hello everybody!
After getting some storages together at last I have a really bad problem
when I try to restore some files. As I got some Windows and some Linux
Servers to Backup I put them onto different storages and here comes the
problem:
I created the following job definition for the restore:
Pierre Bernhardt schrieb:
> Hello,
>
> is anybody here which has an running bacula in vmware
> virtual machine running on linux installation with
> an tape drive?
>
> I have an problem with btape test command.
>
> Thank you for answers.
Hi,
with a pci adaptec 2940 card and a proper configuratio
Pierre Bernhardt schrieb:
Hi after some time.
The problem comes from a usb to scsi adapter interface which have
some timing problems under vmware.
I've changed to a adaptec 2940 and now the problem is gone.
MfG...
Pierre Bernhardt
> Hi,
>
> I have no more idea and my search was not successful.
>
Hi,
here the relevant director configuration:
# Job definition for rotate
JobDefs {
Name = "RotateJob"
Type = Backup
Level = Incremental
Schedule = "Cycle"
Max Start Delay = 14400
Max Wait Time = 3600
Spool Attributes = yes
Storage = Libra-8
Messages = Standard
Pool = Daily
Kern Sibbald schrieb:
> On Sunday 04 February 2007 13:05, Pierre Bernhardt wrote:
>> Hello,
>>
>> I've seen some minutes ago that purging running jobs
>> is possible. The job will finish with error message:
>>
>> starflake_test.2007-02-04_09.43.30 Warning: Error getting job record for
>> stats: sql
Arno Lehmann schrieb:
> Hello,
>
> On 2/4/2007 1:12 PM, Pierre Bernhardt wrote:
>> Hello,
>>
>> I have different pools created:
>>
>> Dailyfor incremental backups
>> Weekly for differential backups
>> Monthly for full backups
>>
>> If a Daily job executes
Darien Hager schrieb:
> On Feb 4, 2007, at 4:12 AM, Pierre Bernhardt wrote:
>
>> I have different pools created:
>>
>> Dailyfor incremental backups
>> Weekly for differential backups
>> Monthly for full backups
>>
>> If a Daily job executes and a full bac
Hello Everyone,
I am trying to get bweb installed on my box and i get
this error in the apache logs:
Use of uninitialized value in scalar assignment at
/usr/lib/perl5/site_perl/5.8.5/Bconsole.pm line 153., referer:
http:///cgi-bin/bweb/bweb.pl?action=job
Any ideas?
Hi,
I would like to archive some data to tape and keep it around forever.
Would using bacula to do this be the right way? Or would simply
tarring them up to the tape be better?
This is a one time job (and not a regular backup), and I have defined
a job for ad-hoc stuff like this within bacula.
I am looking at scripting the upgrade of my current Win32 client with
the 2.0.2 version. What are the command line installer options to
accomplish this task?
thanks for your help
jason
-
Take Surveys. Earn Cash. Influence the
Hello Everyone,
I am trying to get bweb installed on my box and i get this error
in the apache logs:
Use of uninitialized value in scalar assignment at
/usr/lib/perl5/site_perl/5.8.5/Bconsole.pm line 153., referer:
http:///cgi-bin/bweb/bweb.pl?action=job
any ideas?
--
Hello Darek,
Thanks for writing back, but I have to tell you that there is little I
think I can do with your dmg file?? as I do not have a Mac and know
nothing about building or installing software on that platform. What I
was meaning to say was that if you wished to volunteer your time to
package
Hello,
I dont't want to install a comlex postgresql or mysql server.
Is it principle possible to use sqlite instead of using mysql or postgresql?
--
MfG...
Pierre Bernhardt
-
Take Surveys. Earn Cash. Influence the Future of
Hi Robert,
I'm setting up v 2.0.2 on a Win 2003 box and needing to use Alexander
Kuehn's script written in the Tips section.
What I'm needing help on is to:
1. validate the path info along with variables is correct AND
2. how to add the virtual database for the slots as shown below in
Alexan
Hello,
I'm wodering is there's a good way to translate bacula's emails.
Could you tell how can I do this ?
Thanks in advance,
Best regards, Adam Cécile.
--
Adam CECILELinbox / Free&ALter Soft
152 rue de Grigy tél: +33 3 87 50 87 95
Technopôle Metz 2000
Just use Source RPMs on RPM based systems.
Always backup your config.log and config.status if you insist on src
tarballs.
~BAS
On Fri, 2007-02-23 at 15:54 -0500, John BORIS wrote:
--
Brian A. Seklecki <[EMAIL PROTECTED]>
Collaborative Fusion, Inc.
IMPORTANT: This message contains confiden
Hi,
I want to evaluate the number of currently queued jobs. At first I
wanted to do this with a mysql-query. (SELECT COUNT(*) from Job where
JobStatus ='C')
My Problem is that there are some old entries with the status "Created,
not yet running", wich shouldn't be deleted.
Is there an other pos
Hi,
my backup strategy is to use one tape per week and after 5 weeks/tapes I re-use
the first
tape. I do a full backup on Sunday evening and I want to change the tape on
Monday morning
when I'm in the office. I recently changed the config files to automatically
eject the
tape. This was the case
Hello,
I'm running Bacula 2.0.2 built from source on the following system:
XEN 3.0 with Gentoo, Kernel 2.6.16 as Dom0 running bacula-dir and bacula-sd.
One deamon bacula-fd is also running here for test restores. File system is
Ext3.
Debian, Kernel 2.6.16 as DomU running one file daemon for bac
66 matches
Mail list logo