Meta Configuration of Package dump
1
<package name="dump" project="internetx">
2
<title>Programs for backing up and restoring ext2/ext3 filesystems</title>
3
<description>The dump package contains both dump and restore. Dump examines files
4
in a filesystem, determines which ones need to be backed up, and
5
copies those files to a specified disk, tape, or other storage medium.
6
The restore command performs the inverse function of dump; it can
7
restore a full backup of a filesystem. Subsequent incremental backups
8
can then be layered on top of the full backup. Single files and
9
directory subtrees may also be restored from full or partial backups.
10
11
Install dump if you need a system for both backing up filesystems and
12
restoring filesystems after backups.
13
</description>
14
<person userid="hostmaster" role="maintainer"/>
15
<build>
16
<enable arch="i586" repository="SuSE_7.3"/>
17
<enable repository="CentOS_4"/>
18
<enable repository="CentOS_5"/>
19
<enable repository="Fedora_6"/>
20
<enable repository="Fedora_7"/>
21
<enable repository="SLE_10"/>
22
<disable repository="SuSE_7.3"/>
23
<enable repository="openSUSE_10.2"/>
24
<enable repository="openSUSE_10.3"/>
25
<enable arch="i586" repository="SuSE_7.3"/>
26
<enable repository="CentOS_4"/>
27
<enable repository="CentOS_5"/>
28
<enable repository="Fedora_6"/>
29
<enable repository="Fedora_7"/>
30
<enable repository="SLE_10"/>
31
<disable repository="SuSE_7.3"/>
32
<enable repository="openSUSE_10.2"/>
33
<enable repository="openSUSE_10.3"/>
34
</build>
35
<publish>
36
<enable repository="CentOS_4"/>
37
<enable repository="Debian_Etch"/>
38
<enable repository="SLE_10"/>
39
<disable/>
40
</publish>
41
</package>
42