Search Criteria
Package Base Details: bareos
Git Clone URL: | https://aur.archlinux.org/bareos.git (read-only, click to copy) |
---|---|
Keywords: | Backup bacula bareos |
Submitter: | AlD |
Maintainer: | spradlim |
Last Packager: | mfulz |
Votes: | 15 |
Popularity: | 0.62 |
First Submitted: | 2014-07-23 09:45 |
Last Updated: | 2020-02-19 22:31 |
Packages (18)
- bareos-common
- bareos-bconsole
- bareos-database-common
- bareos-database-mysql
- bareos-database-postgresql
- bareos-database-sqlite3
- bareos-database-tools
- bareos-devel
- bareos-director
- bareos-storage-fifo
- bareos-tools
- bareos-filedaemon
- bareos-storage
- bareos-storage-tape
- bareos-director-python-plugin
- bareos-filedaemon-python-plugin
- bareos-storage-python-plugin
- bareos-webui
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 ... Next › Last »
spradlim commented on 2018-04-02 13:41
Latest Change:
spradlim commented on 2018-03-22 13:13
Hello Freaknils.
Yes armv7h and aarch64 work. I should add them.
freaknils commented on 2018-03-22 08:09
Hi, is there a reason why arm is not in arch=(i686 x86_64) ? On my armv7h cubietruck i am able to build and use bareos.
spradlim commented on 2018-02-20 02:28
Fixed Cephfs broken build. I did not see this issue since I didn't have the lib for cephfs installed and autotools did not try to build with cephfs.
@bsdice FYI: I have updated the PKGBUILD quite a bit, I made it more ArchLinux way of doing stuff, rather than a hacking script. You don't need those CPPFLAGS for openssl anymore.
bsdice commented on 2018-02-19 22:14
As a temp fix, see sed line below to disable.
ferion commented on 2018-02-19 20:17
Any way around to not compilie ceph in bareos-common ?
cephfs-fd.c:470:97: error: cannot convert 'stat' to 'ceph_statx' for argument '4' to 'int ceph_readdirplus_r(ceph_mount_info, ceph_dir_result, dirent*, ceph_st
It's an open bug report here:
https://bugs.bareos.org/view.php?id=872&history=1#history
spradlim commented on 2017-12-08 17:41
I have upgraded the package to 17.2.4rc2.
Several things have changed, hopefully all for the better.
openssl 1.1 is now supported, fixes all ssl issues
I moved config files to /usr/share/bareos/config to prevent pacnew files being created whenever you upgraded. bsdice suggested this idea.
Moved to the systemd script included with bareos.
I am actually correctly managing the package rather than using my script that used the debian paths. This means binaries have moved from /sbin to /bin to fit with ArchLinux.
I have successfully upgraded my database and machines from 16.2 to 17.2. Some manual work was required.
TODO:
Fix some namcap warnings.
Move some required dependencies to optional.
Renich commented on 2017-09-15 18:36
Guys, if you don't have community/jansson installed, the webui will not work. It will claim that you need to "upgrade" to an older version.
IMHO, this should be included as a dependency.
bsdice commented on 2017-08-30 09:51
My build with my PKGBUILD has this:
# ldd /usr/bin/bconsole
...
libssl.so.1.0.0 => /usr/lib/libssl.so.1.0.0 (0x00007feafbafd000)
libcrypto.so.1.0.0 => /usr/lib/libcrypto.so.1.0.0 (0x00007feafb688000)
...
Not tested though because I only use localhost.
svenne_k commented on 2017-08-30 06:21
Nope, still no openssl support on Arch (due to openssl 1.1 :(
(ldd on the bconsole binary should have both libssl and libcrypto)