Bug 208495 - [NEW PORT] sysutils/zap - Maintain ZFS snapshots with cron
Summary: [NEW PORT] sysutils/zap - Maintain ZFS snapshots with cron
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-03 23:47 UTC by Joseph Mingrone
Modified: 2016-04-05 18:01 UTC (History)
1 user (show)

See Also:


Attachments
shar for new port sysutils/zap (1.72 KB, text/plain)
2016-04-03 23:47 UTC, Joseph Mingrone
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Mingrone freebsd_committer freebsd_triage 2016-04-03 23:47:31 UTC
Created attachment 168949 [details]
shar for new port sysutils/zap

portlint: OK
testport: OK (poudriere: 10.1-RELEASE-p17, amd64)
testport: OK (poudriere: 10.1-RELEASE-p17, i386)
testport: OK (poudriere: 9.3-RELEASE-p30,  amd64)
testport: OK (poudriere: 9.3-RELEASE-p36,  i386)

poudriere logs:

- 9i386
http://pkg.awarnach.mathstat.dal.ca/data/9i386-default/2016-04-03_20h41m36s/logs/zap-0.1.log

- 9amd64
http://pkg.awarnach.mathstat.dal.ca/data/9amd64-default/2016-04-03_20h42m11s/logs/zap-0.1.log

-10i386
http://pkg.awarnach.mathstat.dal.ca/data/10i386-default/2016-04-03_20h42m28s/logs/zap-0.1.log

-10amd64
http://pkg.awarnach.mathstat.dal.ca/data/10amd64-default/2016-04-03_20h42m56s/logs/zap-0.1.log
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-04-05 18:01:00 UTC
A commit references this bug:

Author: pi
Date: Tue Apr  5 18:00:09 UTC 2016
New revision: 412578
URL: https://svnweb.freebsd.org/changeset/ports/412578

Log:
  New port: sysutils/zap

  Use zap to maintain ZFS snapshots with cron.

  - Uses neither configuration files nor custom ZFS properties
  - all information is supplied when zap is invoked and stored in snapshot
    names.
  - Uses namespaces to avoid collisions with other snapshots.
  - Creates and destroys snapshots only when it makes sense to.
  - Written in POSIX sh.

  WWW: https://github.com/Jehops/zap

  PR:		208495
  Submitted by:	Joseph Mingrone <jrm@ftfl.ca>

Changes:
  head/sysutils/Makefile
  head/sysutils/zap/
  head/sysutils/zap/Makefile
  head/sysutils/zap/distinfo
  head/sysutils/zap/pkg-descr
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2016-04-05 18:01:35 UTC
Committed, thanks.