Re: [Bacula-users] Install bacula using MySQL where My SQL isn't on same server

2007-04-18 Thread Silver Salonen
On Wednesday 18 April 2007 19:12, John Stoffel wrote: > > John> Is this possible? > > Yup, it's possible. I have it setup just this way on my home > network. Unfortunately, it's not supported right out of the box. > > John> There is a dedicated MySQL server on the LAN which isn't the > John>

Re: [Bacula-users] Need suggestion for backup sol

2007-04-18 Thread nilesh vaghela
Thanx. Let me test and let you know. -- Nilesh Vaghela ElectroMech Redhat Channel Partner and Training Partner 74, Nalanda Complex, Satellite Rd, Ahmedabad 25, The Emperor, Fatehgunj, Baroda. www.electromech.info - This SF.ne

Re: [Bacula-users] Need suggestion for backup sol

2007-04-18 Thread Troy Daniels
Bacula supports VSS aka Volume Shadow Copy Service so this shouldn't be a problem. In fact, as far as I can see, Bacula is capable of filling all your needs. It runs under both Linux and Windows and doesn't require drives be shared using smb. Troy Daniels Systems Admin. iTouch Australia niles

Re: [Bacula-users] Need suggestion for backup sol

2007-04-18 Thread nilesh vaghela
Windows xp had shadow copy option, we can take backup of open files. Mainly mail box from outlook or outlook express. If any body have similar setup please share your views. thanx. On 4/18/07, Ryan Novosielski <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Should wor

Re: [Bacula-users] Install bacula using MySQL where MySQL isn't on same server

2007-04-18 Thread John Stoffel
> "Dan" == Dan Langille <[EMAIL PROTECTED]> writes: Dan> FWIW, on FreeBSD, the port will install the MySQL client on that Dan> box. Not the MySQL Server. Hey, whaddaya know, on Debian Unstable (etch maybe? Gotta check my sources some day...) bacula depends on mysqlclient12, which depends on

Re: [Bacula-users] Install bacula using MySQL where MySQL isn't on same server

2007-04-18 Thread Dan Langille
On 18 Apr 2007 at 16:59, John Stoffel wrote: > > John> Thanks, and that will be great for running it. But I'm more > John> concerned about the build. will ./configure --with-mysql work > John> with no mysql-devel etc on the machine? Do you have to John> > "temporarily" do a full install of MySQL

Re: [Bacula-users] Volume Files Mismatch (not the common case)

2007-04-18 Thread Arno Lehmann
Hi, On 4/18/2007 10:37 PM, Ryan Novosielski wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Arno Lehmann wrote: >> Hi, >> >> On 4/18/2007 9:57 PM, Ryan Novosielski wrote: ... >>> Have you checked that the database is ok? > > I just did a mysqlcheck -A -- another backup is currently

Re: [Bacula-users] Using a hard drive library of 5 disks as a backupdrive

2007-04-18 Thread Darien Hager
On Apr 18, 2007, at 1:15 PM, David Lebel wrote: And /backup would be defined on the OS level as a symlink to the current "slot", let assume for this example, to /drive then, have the system just switch the /backup directory/symlink around the 5 drives, let say, /library/slot2 where a hard d

Re: [Bacula-users] Install bacula using MySQL where MySQL isn't on same server

2007-04-18 Thread John Stoffel
John> Thanks, and that will be great for running it. But I'm more John> concerned about the build. will ./configure --with-mysql work John> with no mysql-devel etc on the machine? Do you have to John> "temporarily" do a full install of MySQL ( & devel) ? I doubt it will work, since you need the

Re: [Bacula-users] [Bacula-devel] Feature Request: Per-Client priorities

2007-04-18 Thread Darien Hager
On Apr 14, 2007, at 11:50 AM, Kern Sibbald wrote: > would you re-write the Feature Request using my terminology and > resubmit it? Uhm, okay. I'll try, although I'm not sure what terminology I'm missing. > As I see it, you are asking to implement a "Client Priority = nn" > directive in > a

Re: [Bacula-users] Volume Files Mismatch (not the common case)

2007-04-18 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Arno Lehmann wrote: > Hi, > > On 4/18/2007 9:57 PM, Ryan Novosielski wrote: > Hey all, > > Got a quick question, Bacula 2.0.3 on all machines, director on Solaris 9. > > We had a number of unscheduled power outages where the machine went down > rela

[Bacula-users] Using a hard drive library of 5 disks as a backup drive

2007-04-18 Thread David Lebel
Hello, we currently use Bacula with a series of hard drive mounted into disk trays that we swap and mount on the same mount point using a Media Type of File and mounting the disk on /backup. We labeled 6 of such disks to be used and swapped when needed. This setup has been working great for the

Re: [Bacula-users] Volume Files Mismatch (not the common case)

2007-04-18 Thread Arno Lehmann
Hi, On 4/18/2007 9:57 PM, Ryan Novosielski wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hey all, > > Got a quick question, Bacula 2.0.3 on all machines, director on Solaris 9. > > We had a number of unscheduled power outages where the machine went down > relatively hard (we have

[Bacula-users] Volume Files Mismatch (not the common case)

2007-04-18 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey all, Got a quick question, Bacula 2.0.3 on all machines, director on Solaris 9. We had a number of unscheduled power outages where the machine went down relatively hard (we have a UPS but it does not currently communicate with this machine). I b

Re: [Bacula-users] Install bacula using MySQL where MySQL isn't on same server

2007-04-18 Thread Michel Meyers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John Steel wrote: > Thanks, and that will be great for running it. But I'm more concerned > about the build. will ./configure --with-mysql work with no mysql-devel > etc on the machine? No, you will need mysql-devel to compile in MySQL support. > D

Re: [Bacula-users] Bacula problem with Sqlite

2007-04-18 Thread Giancarlo Rubio
its' a problem when creating tables /usr/local/share/bacula/make_sqlite3_tables When create table the permission are set to user root and group bacula ls -ll -rw-r- 1 rootbacula 49152 Apr 18 15:20 bacula.db I have changed tto user bacula and group bacula and restarted bacula director. I

Re: [Bacula-users] Install bacula using MySQL where MySQL isn't on same server

2007-04-18 Thread John Steel
John Stoffel wrote: > In the Catalog { ... } definition in the bacula-dir.conf I had to add > the line "DB Address = " > > I think that was it really. > > John > > Thanks, and that will be great for running it. But I'm more concerned about the build. will ./configure --with-mysql work with no

Re: [Bacula-users] Bacula problem with Sqlite

2007-04-18 Thread C M Reinehr
On Wednesday 18 April 2007 11:34, Giancarlo Rubio wrote: > It's not permission problem for the user bacula see > > # su - bacula > $ echo "teste" > /var/db/bacula/bacula.test (user have write > permission on this folder) > $ sqlite3 /var/db/bacula/bacula.db > SQLite version 3.3.15 > Enter ".help" f

Re: [Bacula-users] Bacula problem with Sqlite

2007-04-18 Thread Giancarlo Rubio
It's not permission problem for the user bacula see # su - bacula $ echo "teste" > /var/db/bacula/bacula.test (user have write permission on this folder) $ sqlite3 /var/db/bacula/bacula.db SQLite version 3.3.15 Enter ".help" for instructions sqlite> INSERT INTO Job (Job,Name,Type,Level,JobStatus,

Re: [Bacula-users] Bacula problem with Sqlite

2007-04-18 Thread C M Reinehr
On Wednesday 18 April 2007 11:02, Giancarlo Rubio wrote: > Running as root bacula works good. > It's a bug on bacula?? No, it means that user/group bacula:bacula can not access /var/db/bacula/bacula.db but user/group root:root can. So, as I said earlier, you have a permissions problem somewhere

Re: [Bacula-users] Install bacula using MySQL where MySQL isn't on same server

2007-04-18 Thread John Stoffel
John> Is this possible? Yup, it's possible. I have it setup just this way on my home network. Unfortunately, it's not supported right out of the box. John> There is a dedicated MySQL server on the LAN which isn't the John> same as the one which will run bacula (with the tape in). I John> bui

Re: [Bacula-users] Bacula problem with Sqlite

2007-04-18 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Giancarlo Rubio wrote: > 2007/4/18, C M Reinehr <[EMAIL PROTECTED]>: >> On Wednesday 18 April 2007 09:57, Giancarlo Rubio wrote: >>> # ls -ll /var/db/|grep bacula >>> drwxr-xr-x2 baculabacula512 Apr 18 11:26 bacula >> What are the permi

Re: [Bacula-users] Bacula problem with Sqlite

2007-04-18 Thread Giancarlo Rubio
Running as root bacula works good. It's a bug on bacula?? 2007/4/18, C M Reinehr <[EMAIL PROTECTED]>: > On Wednesday 18 April 2007 09:57, Giancarlo Rubio wrote: > > # ls -ll /var/db/|grep bacula > > drwxr-xr-x2 baculabacula512 Apr 18 11:26 bacula > > What are the permissions of /va

Re: [Bacula-users] Bacula problem with Sqlite

2007-04-18 Thread C M Reinehr
On Wednesday 18 April 2007 09:57, Giancarlo Rubio wrote: > # ls -ll /var/db/|grep bacula > drwxr-xr-x2 baculabacula512 Apr 18 11:26 bacula What are the permissions of /var/db and /var? Also, just as an experiment, you might reconfigure bacula-director to run as root:root. If it w

Re: [Bacula-users] Spaces in file names in FileSet directive.

2007-04-18 Thread Johan Ehnberg
Thomas Glatthor wrote: > with bacula 2.0.3 and double quotes it works on linux. > i get no error for this path: > > File = "/home/thomas/thomas test" > > > restore: >> Enter "done" to leave this mode. >> >> cwd is: / >> $ cd /home/thomas >> cwd is: /home/thomas/ >> $ ls >> Desktop/ >> thom

Re: [Bacula-users] Bacula problem with Sqlite

2007-04-18 Thread Giancarlo Rubio
# ls -ll /var/db/|grep bacula drwxr-xr-x2 baculabacula512 Apr 18 11:26 bacula 2007/4/18, C M Reinehr <[EMAIL PROTECTED]>: > On Wednesday 18 April 2007 09:27, Giancarlo Rubio wrote: > > See > > > > # ps axu|grep bacula > > bacula48990 0.0 1.2 4732 2600 ?? Ss 11:26AM 0

Re: [Bacula-users] Bacula problem with Sqlite

2007-04-18 Thread C M Reinehr
On Wednesday 18 April 2007 09:27, Giancarlo Rubio wrote: > See > > # ps axu|grep bacula > bacula48990 0.0 1.2 4732 2600 ?? Ss 11:26AM 0:00.03 > /usr/local/sbin/bacula-dir -u bacula -g bacula -v -c /usr/ > root 48998 0.0 0.9 3952 1952 ?? Ss 11:26AM 0:00.03 > /usr/local/s

Re: [Bacula-users] Bacula problem with Sqlite

2007-04-18 Thread Giancarlo Rubio
See # ps axu|grep bacula bacula48990 0.0 1.2 4732 2600 ?? Ss 11:26AM 0:00.03 /usr/local/sbin/bacula-dir -u bacula -g bacula -v -c /usr/ root 48998 0.0 0.9 3952 1952 ?? Ss 11:26AM 0:00.03 /usr/local/sbin/bacula-fd -u root -g wheel -v -c /usr/loca bacula49009 0.0 0

Re: [Bacula-users] Install bacula using MySQL where MySQL isn't on same server

2007-04-18 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John Steel wrote: > Is this possible? There is a dedicated MySQL server on the LAN which > isn't the same as the one which will run bacula (with the tape in). > I built and ran it fine on my home server and noticed it pulling in the > MySQL headers e

Re: [Bacula-users] Bacula problem with Sqlite

2007-04-18 Thread C M Reinehr
On Wednesday 18 April 2007 06:49, Giancarlo Rubio wrote: > Hi all, > > I have instaled Bacula on Freebsd 6.2. When i try to run job i get an error > > Job failed. > 18-Apr 08:42 aerofirewall-dir: gian.2007-04-18_08.42.14 Fatal error: > sql_create.c:520 sql_create.c:520 insert INSERT INTO Client > (

[Bacula-users] bacula windows director

2007-04-18 Thread Живко Нейчев
I have problem with starting of bacula director under windows XP. I installed bacula like server and after that, bacula storage servise started correct but director didn't. The ERROR when I tried to start Director is something like this: "The service can't start under local machine" Thanks in ad

Re: [Bacula-users] Need suggestion for backup sol

2007-04-18 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Should work fine. Not 100% sure what you mean by "open file backup if possible with Windows XP." Does that mean the backup of open files, or opening the backup files? Either way, the former is possible, the latter is not. =R nilesh vaghela wrote: >

Re: [Bacula-users] Install bacula using MySQL where MySQL isn't on same server

2007-04-18 Thread Michel Meyers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John Steel wrote: > Is this possible? There is a dedicated MySQL server on the LAN which > isn't the same as the one which will run bacula (with the tape in). > I built and ran it fine on my home server and noticed it pulling in the > MySQL headers e

Re: [Bacula-users] Problems with windows restore

2007-04-18 Thread Eduardo Jorge
My problems are solved :) Now I have another problem, Directorys with space style "Documents and Settings" it not possible to recover because the "cd" command to change to directory don't work, can anyone help me? Tks 2007/4/18, Eduardo Jorge <[EMAIL PROTECTED]>: > Hi folks, > > Now I'm starting

[Bacula-users] Problems with windows restore

2007-04-18 Thread Eduardo Jorge
Hi folks, Now I'm starting to use bacula with my backup solution, and my scenario is: Backup server: Debian Etch Work Stations: Windows xp I make a test Debian (backup server) to debian ( my workstation) and backup and restore are occurred ok, but when I try to make this tests with Debian (Backu

[Bacula-users] Install bacula using MySQL where MySQL isn't on same server

2007-04-18 Thread John Steel
Is this possible? There is a dedicated MySQL server on the LAN which isn't the same as the one which will run bacula (with the tape in). I built and ran it fine on my home server and noticed it pulling in the MySQL headers etc, but that server hosted everything (RH6). Now I'm getting familiar wit

Re: [Bacula-users] Spaces in file names in FileSet directive.

2007-04-18 Thread Thomas Glatthor
with bacula 2.0.3 and double quotes it works on linux. i get no error for this path: File = "/home/thomas/thomas test" restore: > Enter "done" to leave this mode. > > cwd is: / > $ cd /home/thomas > cwd is: /home/thomas/ > $ ls > Desktop/ > thomas test/ > $ mark thomas test > No files m

Re: [Bacula-users] el5 rpms ready

2007-04-18 Thread Tim Schoellhammer
Thanks Felix, ok so i will wait :) Thanks for the RPMs. Felix Schwarz schrieb: > Hi Tim, > > (I'm sending this mail to the public list as this may be of interest for > others, too) > > Tim Schoellhammer wrote: >> Gibt es einen Speziellen Grund das diese rpms nicht in die jeweiligen >> repos

Re: [Bacula-users] el5 rpms ready

2007-04-18 Thread Felix Schwarz
Hi Tim, (I'm sending this mail to the public list as this may be of interest for others, too) Tim Schoellhammer wrote: > Gibt es einen Speziellen Grund das diese rpms nicht in die jeweiligen > repositories committed werden? (English/short: Why aren't these RPMs not part of the {Fedora, RHEL}

Re: [Bacula-users] Spaces in file names in FileSet directive.

2007-04-18 Thread David Michal
> > I was trying to close the path to double quotes, but didn't help. > Today > > I'll try to have the path like: /root/vmware/Win2003\ VM , but I'm > only > > guesing how the syntax is. > > > > > > > > Please anybody know how to define path with space in name? > > > > Put quotes aroud it. That's

[Bacula-users] Bacula problem with Sqlite

2007-04-18 Thread Giancarlo Rubio
Hi all, I have instaled Bacula on Freebsd 6.2. When i try to run job i get an error Job failed. 18-Apr 08:42 aerofirewall-dir: gian.2007-04-18_08.42.14 Fatal error: sql_create.c:520 sql_create.c:520 insert INSERT INTO Client (Name,Uname,AutoPrune,FileRetention,JobRetention) VALUES ('gian-fd','',1

[Bacula-users] hi-res bacula logo

2007-04-18 Thread Dan Langille
Do we have a hi res bacula logo, suitable for print? I've been contacted by a magazine about to do an article. -- Dan Langille : Software Developer looking for work my resume: http://www.freebsddiary.org/dan_langille.php PGCon - The PostgreSQL Conference - http://www.pgcon.org/ --

[Bacula-users] Need suggestion for backup sol

2007-04-18 Thread nilesh vaghela
Dear All, I have following requirement for backup purpose. Presently handling the backup with script with rsync, smb and ssh with cygwin. # Need to take backup of selected directory from window xp, windows 2000 and 98. # The size of the network is 300 pc. # maximum 2 gb per user. # Need to suppo

Re: [Bacula-users] Spaces in file names in FileSet directive.

2007-04-18 Thread Johan Ehnberg
David Michal wrote: > Hello, > > When Bacula is trying to backup directories with spaces in their names > (only when defined in FileSet), I’m getting error message: > > > > storage-fd: Could not stat /root/vmware/Win2003: ERR=No such file > or directory > > > > In bacula-dir I hav

[Bacula-users] Spaces in file names in FileSet directive.

2007-04-18 Thread David Michal
Hello, When Bacula is trying to backup directories with spaces in their names (only when defined in FileSet), I'm getting error message: storage-fd: Could not stat /root/vmware/Win2003: ERR=No such file or directory In bacula-dir I have: FileSet { Name = "linux_vmware_server" I

[Bacula-users] el5 rpms ready

2007-04-18 Thread Felix Schwarz
The CentOS team released the RHEL 5 clone a few days ago. Therefore I created some some virtual machines for building bacula rpms and just uploaded rpms for i386 and x86_64 (see rpms-contrib-fschwarz package on the bacula sourceforge page). Please note that these packages were built with the c

[Bacula-users] Forcing a level upgrade for a scheduled job?

2007-04-18 Thread Hoffmann Ferdinand - ext. Berater Fa. HP
Hello, Is it possible to upgrade the level of all jobs using the bacula console (or via script)? We use a script that handles the monthly tape cycle ('update slots scan' command, moving tapes to the Scratch pool etc.). It's called by the operator after replacing the tapes... It would be very nice

Re: [Bacula-users] Is HFS+ support working currently?

2007-04-18 Thread Adam Cécile
Hi, I'm really interrested in having more infos about it. I would know is there's anyway to backup fork ressources (like mac aliases) from a Windows 2000 server NAS. Regards, Adam. Adam Compton a écrit : > Hello, > > I am having issues with restoring Mac OS X resource forks stored on a > HFS+