Meta Configuration of Package baculafs
1
<package name="baculafs" project="server:backup">
2
<title>Exposes the Bacula catalog and storage as a Filesystem in USErspace</title>
3
<description>BaculaFS is a tool, independent of Bacula, that represents the Bacula catalog and backup storage media as a read-only filesystem in userspace.
4
5
BaculaFS is specifically designed to cater for the following use-cases:
6
7
* maintaining a remote snapshot of the files in the backup storage using rsync
8
* auditing the contents of backup jobs, without resorting to SQL queries
9
* comparing backup jobs (using several mount points) </description>
10
<build>
11
<disable repository="CentOS_5"/>
12
<disable repository="RHEL_5"/>
13
<disable repository="SLE_10"/>
14
<disable repository="openSUSE_10.2"/>
15
<disable repository="RHEL_6"/>
16
<disable repository="SL_6"/>
17
<disable repository="openSUSE_10.3"/>
18
<disable repository="openSUSE_11.0"/>
19
</build>
20
<url>http://code.google.com/p/baculafs/</url>
21
</package>
22