diff options
Diffstat (limited to 'sys-fs/zfs-auto-snapshot/metadata.xml')
-rw-r--r-- | sys-fs/zfs-auto-snapshot/metadata.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/sys-fs/zfs-auto-snapshot/metadata.xml b/sys-fs/zfs-auto-snapshot/metadata.xml new file mode 100644 index 000000000000..c89306c4869f --- /dev/null +++ b/sys-fs/zfs-auto-snapshot/metadata.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>ya@sysdump.net</email> + <name>Georgy Yakovlev</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</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="default-exclude">Only take snapshots if dataset has com.sun:auto-snapshot=true property set</flag> + </use> + + <upstream> + <remote-id type="github">zfsonlinux/zfs-auto-snapshot</remote-id> + </upstream> +</pkgmetadata> |