Attachments: novosirj.vcf
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I'm guessing you don't read the mailing list, since someone asked this
question just hours ago. You might try searching the list archives in
general, as they are often helpful.
There is no way to do what you want to do, short of installing the
bacula-sd on the server that contains the storage. Is this not possible?
Sandro Mendes wrote:
Hello people,
I need to save bkps in disk on another server. How I configure the Archive device in bacula-sd. conf?
I tried using Archive Device = "\\\\server\\g$\\Users\\Bkps by Bacula\\dgrosado" but it's not working.
OBS: I'm using bacula on Windows.
Tks!
Sandro
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bacula-users mailing list
Bacula-users < at > li...
https://lists.sourceforge.net/lists/listinfo/bacula-users
- --
---- _ _ _ _ ___ _ _ _
|Y#| | | |\/| | \ |\ | | |Ryan Novosielski - Systems Programmer III
|$&| |__| | | |__/ | \| _| |novosirj < at > um... - 973/972.0922 (2-0922)
\__/ Univ. of Med. and Dent.|IST/AST - NJMS Medical Science Bldg - C630
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla -
http://enigmail.mozdev.org
iD8DBQFGb3zbmb+gadEcsb4RApyGAKCROTCvwVgTxJiZfnQXdwDscFGiwQCgybCb
WKO1+yeLd6BTSqCAGfebLgw=
=NGmr
-----END PGP SIGNATURE-----
Re: [Bacula-users] Includes in .conf files From: Kyle Marsh
Thanks all for your responses! Dave, I'm writing a python script that
parses a text file containing information about the bacula install
(working directory, install directory, director name, etc.) and
another containing information about all the clients that I need to
back up. It then creates a file with all the client and job
definitions that get included in the bacula-dir.conf file. It also
spits out a bacula-fd.conf for each client as well as creates and
signs the certificates required for TLS.
At the moment it's a very inflexible script -- I assume my own
convention for the locations of the files and such. When I get it
working, I'll see about parsing some command line arguments to tell it
where to look for files and where to put things, and possibly make it
a well behaved unix program (take input from stdin/send input to
stdout if nothing is specified, etc) but so far it reads from and
writes to specific files.
If you'd like I'll send you (or the list, if others are interested) an
e-mail when it's done. Should be this week or the next.
~Kyle Marsh
On 6/12/07, Dave <dmehler26 < at > wo...> wrote:
Hi,
Yes it is possible. Put an < at > sign before the file name of the file you
want to include.
What kind of client/job generation script are you writing? I might be
interested.
Thanks.
Dave.
----- Original Message -----
From: "Kyle Marsh" <shienath+bacula < at > gm...>
To: <bacula-users < at > li...>
Sent: Tuesday, June 12, 2007 9:55 PM
Subject: [Bacula-users] Includes in .conf files
Hi all,
I've seen allusions to being able to include files in bacula's
configuration files -- that would make my job of writing a script to
generate client and job entries much easier -- but I haven't been able
to find any references to it in the manual. Is this possible? If so
how?
Thanks,
~Kyle Marsh