summaryrefslogtreecommitdiff
blob: 927b1d188871d041659741b0e36be75cc4732c08 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>mschiff@gentoo.org</email>
		<name>Marc Schiffbauer</name>
	</maintainer>
	<longdescription lang="en">
		An alternative implementation of the zfs-auto-snapshot service for Linux
		that is compatible with zfs-linux and zfs-fuse.

		Automatically create, rotate, and destroy periodic ZFS snapshots. This is
		the utility that creates the @zfs-auto-snap_frequent, @zfs-auto-snap_hourly,
		@zfs-auto-snap_daily, @zfs-auto-snap_weekly, and @zfs-auto-snap_monthly
		snapshots if it is installed.
	</longdescription>
	<use>
		<flag name="cron">Install /etc/cron.* files</flag>
		<flag name="default-exclude">Only take snapshots of datasets with com.sun:auto-snapshot=true property set</flag>
	</use>

	<upstream>
		<remote-id type="github">zfsonlinux/zfs-auto-snapshot</remote-id>
	</upstream>
</pkgmetadata>