summaryrefslogtreecommitdiff
path: root/app-backup/snapper/metadata.xml
blob: 34cc02f01ae679abef6e46e99126a16fa60906a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
  <longdescription>
		Snapper is a command-line program for filesystem snapshot management.
		It can create, delete and compare snapshots and undo changes done
		between  snapshots. It supports both btrfs and ext4.
	</longdescription>
  <maintainer type="person" proxied="yes">
    <email>pastas4@gmail.com</email>
    <name>Dainius Masiliūnas (GreatEmerald)</name>
  </maintainer>
  <maintainer type="person">
    <email>dlan@gentoo.org</email>
    <name>Yixun Lan</name>
  </maintainer>
  <maintainer type="project" proxied="proxy">
    <email>proxy-maint@gentoo.org</email>
    <name>Proxy Maintainers</name>
  </maintainer>
  <upstream>
    <maintainer status="active">
      <email>aschnell@suse.de</email>
      <name>Arvin Schnell</name>
    </maintainer>
    <changelog>https://raw.github.com/openSUSE/snapper/master/package/snapper.changes</changelog>
    <bugs-to>https://bugzilla.novell.com/</bugs-to>
  </upstream>
  <use>
    <flag name="xattr">
		Add support for getting and setting POSIX extended attributes, through
		<pkg>sys-apps/attr</pkg>.
		</flag>
    <flag name="lvm">Enable LVM thinprovisioned snapshots support <pkg>sys-fs/lvm2</pkg>
    </flag>
  </use>
  <origin>srcux</origin>
</pkgmetadata>