diff options
author | Georgy Yakovlev <ya@sysdump.net> | 2018-03-31 23:33:13 -0700 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-05-11 19:35:50 +0200 |
commit | 5d769a2585b1de6503acc1c1ecabb69623b7bd78 (patch) | |
tree | c9d567be4804802ba04f7fad0a396206e14c4cb6 /sys-fs/zfs-auto-snapshot/metadata.xml | |
parent | app-backup/bacula: Revbump with dropped Qt4 support. (diff) | |
download | gentoo-5d769a2585b1de6503acc1c1ecabb69623b7bd78.tar.gz gentoo-5d769a2585b1de6503acc1c1ecabb69623b7bd78.tar.bz2 gentoo-5d769a2585b1de6503acc1c1ecabb69623b7bd78.zip |
sys-fs/zfs-auto-snapshot: new package
Closes: https://bugs.gentoo.org/437636
Closes: https://github.com/gentoo/gentoo/pull/7763
Package-Manager: Portage-2.3.27, Repoman-2.3.9
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> |