I have the start-up script that I copied from my source directory after I
compiled Bacula. I have put them in /etc/init.d and I start it from there.
>From where did you get your start-up scripts?
Uthra
-Original Message-
From: Martin Simmons [mailto:mar...@lispworks.com]
Sent: Thursday
> On Thu, 15 Mar 2012 10:39:59 -0500, Rao, Uthra R (GSFC-672 0)[ADNET
> SYSTEMS INC] said:
>
> John,
>
> Thanks for your reply. So what you are saying is I really don't have to
> recompile Bacula with "--with-bsrdir=PATH" instead I can change the path to
> the *.bsr files in the Bacula c
Am 14.03.2012 10:20, schrieb Simone Caronni:
> If you want to use 5.2.6 you need to use the repository at:
>
> http://repos.fedorapeople.org/repos/slaanesh/bacula/README.txt
>
> These are backported rawhide packages that I mantain and will be the
> default in next Fedora releases and (I think) RH
> Thanks for your reply. So what you are saying is I really don't have to
> recompile Bacula with "--with-bsrdir=PATH" instead I can change the path to
> the *.bsr files in the Bacula configuration directory. Instead of having:
>
> bacula-dir.conf: Write Bootstrap = "/var/bacula/working/%c.
John,
Thanks for your reply. So what you are saying is I really don't have to
recompile Bacula with "--with-bsrdir=PATH" instead I can change the path to the
*.bsr files in the Bacula configuration directory. Instead of having:
bacula-dir.conf: Write Bootstrap = "/var/bacula/working/%c.bs
> Don't put the .bsr files in the working directory. Give them a full
> path. For example I put mine in /auto/backup/BootStrap
BTW, I do that in the jobs resource:
Write Bootstrap = "/auto/backups/BootStrap/%c_%n.bsr"
John
2012/3/15 Rao, Uthra R. (GSFC-672.0)[ADNET SYSTEMS INC] :
> I compiled Bacula 5.2.6 with the following configure options:
>
>
>
> ./configure \
>
> --prefix=/usr/local/bacula-5.2.6 \
>
> --enable-smartalloc \
>
> --with-postgresql \
>
> --with-dump-email=uthra.r@nasa.gov \
>
> --with-job-email=
Hi Manuel.
If you want to backup a full job once every month you can set a schedule
like this:
schedule {
Name = "monthly"
Run = Level=Full Pool=full-monthly on 1 at 2:00
}
and set a job that uses that schedule for monthly full backup.
I don't know if is that what you want to do...
I ho
I compiled Bacula 5.2.6 with the following configure options:
./configure \
--prefix=/usr/local/bacula-5.2.6 \
--enable-smartalloc \
--with-postgresql \
--with-dump-email=uthra.r@nasa.gov \
--with-job-email=uthra.r@nasa.gov \
--with-smtp-host=mailhost.gsfc.nasa.gov \
--enable-bat \
--with-
Hi!
Is possible to make a bacula job based/with the:
Selection Type = SQLQuery
Selection Pattern = "SELECT MAX(Job.JobId) FROM Job WHERE Job.Level =
'F' and Job.Type = 'B' and Job.JobStatus = 'T' GROUP BY Job.Name
ORDER BY MAX(Job.JobId);"
We make the backups to disk, but I would like to make o
On Wed, Mar 14, 2012 at 03:38:29PM +0100, Uwe Schuerkamp wrote:
> Hi folks,
>
> I'm running bacula 5.2.6 compiled from source. I'm wondering if adding
> the line
>
> compression = GZIP1
>
Sorry to follow up on my own posting, just wanted to report that
introducing compression apparently doesn'
11 matches
Mail list logo