Package Details: bacula-client 15.0.3-1

Git Clone URL: https://aur.archlinux.org/bacula-client.git (read-only, click to copy)
Package Base: bacula-client
Description: Enterprise ready, network based backup program
Upstream URL: https://www.bacula.org
Licenses: AGPL-3.0-only
Conflicts: bacula
Provides: bacula-fd
Submitter: None
Maintainer: iyanmv
Last Packager: iyanmv
Votes: 34
Popularity: 0.000000
First Submitted: 2008-01-25 15:17 (UTC)
Last Updated: 2025-03-31 06:38 (UTC)

Dependencies (11)

Required by (0)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

keithw commented on 2017-04-27 20:15 (UTC)

No longer builds for me after the upgrade to openssl 1.1.0.e-1; this patch works for me with the openssl-1.0 package: --- PKGBUILD 2017-04-27 15:06:30.748735396 -0500 +++ PKGBUILD.kw 2017-04-27 15:09:01.730930174 -0500 @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc='A network backup tool for Linux, Unix, Mac and Windows - client edition' conflicts=('bacula') -depends=('openssl') +depends=('openssl-1.0') provides=("bacula-fd=${pkgver}") arch=('i686' 'x86_64' 'arm' 'armv6h') url='http://www.bacula.org/' @@ -25,12 +25,12 @@ build() { cd bacula-${pkgver}/ - ./configure \ + env CPPFLAGS=-I/usr/include/openssl-1.0 ./configure \ --prefix=/usr \ --sbindir=/usr/bin \ --enable-client-only \ --with-systemd=/usr/lib/systemd/system/ \ - --with-openssl \ + --with-openssl=/usr/lib/openssl-1.0/ \ --sysconfdir=/etc/bacula \ --with-scriptdir=/etc/bacula/scripts

CptnChristo commented on 2015-05-26 21:12 (UTC)

Please update the PKGBUILD "provides" assignment to include "bacula-common=${pkgver}" I encountered problems installing this package and bacula-bat on the same machine (i.e. a backup client capable of controlling a remote director). There were 'file already exists' conflicts for whichever package I tried to install second. The conflicting files were limited to those found in bacula-common. Thank you for your time and effort maintaining this package.

<deleted-account> commented on 2013-06-10 20:47 (UTC)

I cannot get this package to work as a daemon. When I try to restart with sudo systemctl restart bacula-fd or bacula-fd.service I receive the following error: Failed to issue method call: Unit var-run.mount failed to load: No such file or directory. I checked the journalctl and it produces no noticeable errors, only the command output.

kiven commented on 2013-05-21 08:30 (UTC)

Please add * "armv6h" to arch list, *--with-systemd \ --with-fd-user=root \ --with-fd-group=root \ to configure section * install -D -m 0644 ${srcdir}/${_basename}-${pkgver}/platforms/systemd/bacula-fd.service ${pkgdir}/usr/lib/systemd/system/bacula-fd.service in package() section Is it safe now to remove bacula-fd.service source file, it is included in bacula sources.

<deleted-account> commented on 2013-05-14 21:16 (UTC)

Hi all, I haven't used Arch for some months now (I switched to Debian), so I totally forgot about this pkg. Sorry about that. And since I no longer have Arch I can't build and test it, so I'm disowning it. If anybody wants to maintain it and needs help about how to do it, feel free to email me. It's really easy and takes no time.

kiven commented on 2013-05-07 08:51 (UTC)

Please add a systemd service : /etc/systemd/system/bacula-fd.service [Unit] Description=Bacula File Deaemon Requires=network.target After=network.target [Service] Type=forking ExecStart=/usr/sbin/bacula-fd IOSchedulingClass=idle Restart=always [Install] WantedBy=multi-user.target

<deleted-account> commented on 2012-10-26 09:27 (UTC)

Updated to version 5.2.12.

<deleted-account> commented on 2012-08-22 09:43 (UTC)

Updates to version 5.2.10.

<deleted-account> commented on 2012-02-29 16:37 (UTC)

Updated.

<deleted-account> commented on 2010-10-26 10:55 (UTC)

+1 DynoMutt