8c69 FreshPorts -- sysutils/zfsnap
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
zfsnap 1.11.0 sysutils on this many watch lists=4 search for ports that depend on this port
Simple sh script to make zfs rolling snaphosts with cron
Maintained by: graudeejs@gmail.com search for ports maintained by this maintainer
Port Added: 03 Aug 2010 17:40:00
License: not specified in port


zfSnap is simple sh script to make rolling zfs snapshots with cron. Main
advantage of zfSnap is that it's written in %100 pure /bin/sh, doesn't
require any additional software to run, and is simple to use.

zfSnap keeps all information about snapshot in snapshot name. zfs snapshot
names are in form: Timestamp--TTL where timestamp is date and time of
snapshot creation and TTL is Time To Live in human readable form.

WWW: https://github.com/graudeejs/zfSnap/
SVNWeb : Main Web Site : Distfiles Availability : PortsMonThere are no ports dependent upon this port

To install the port: cd /usr/ports/sysutils/zfsnap/ && make install clean
To add the package: pkg_add -r zfsnap


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://cloud.github.com/downloads/graudeejs/zfSnap/
  3. https://nodeload.github.com/graudeejs/zfSnap/legacy.tar.gz/v1.11.0?dummy=/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2011-06-05
    Affects: users of sysutils/zfsnap
    Author: Aldis Berjoza <aldis@bsdroot.lv>
    Reason: 
      There is an issue with zpool v28 (currently only on 9-CURRENT, or
      8-STABLE systems that have been manually patched) that affects
      zfSnap. If you are using v28 make sure to use the -zpool28fix flag
      with zfsnap to work around the problem.
    
      For more information please see:
    
      http://wiki.bsdroot.lv/zfsnap#zpool_v28_zfs_destroy_-r_bug
    
    
  • 2010-09-29
    Affects: users of sysutils/zfsnap
    Author: Aldis Berjoza <aldis@bsdroot.lv>
    Reason: 
      Since timestamp format changed you need to use -o option with -d
      option in order to be able to delete old snapshots. Note however that
      you don't need -o when creating new snapshots, unless you want to keep
      using the old timestamp format.
    
      See http://wiki.bsdroot.lv/zfsnap for more info.
    
    
Port Moves
  • port moved here from sysutils/zfSnap on 2010-08-03
    REASON: Change name to lower case

Number of commits found: 22

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
30 Dec 2012 04:28:49
Original commit files touched by this commit  1.11.0
tota search for other commits by this committer
- Update to 1.11.0
- Switch to USE_GITHUB

PR:		ports/174767
Submitted by:	Aldis Berjoza <graudeejs_AT_gmail_DOT_com> (maintainer)
14 Oct 2012 21:09:21
Original commit files touched by this commit  1.10.1_1
madpilot search for other commits by this committer
- Add hourly deletion script
- While I'm here, trim Makefile headers

PR:		ports/172665
Submitted by:	Aldis Berjoza <graudeejs@gmail.com> (maintainer)
Feature safe:	yes
24 Oct 2011 09:11:38
Original commit files touched by this commit  1.10.1
dougb search for other commits by this committer
The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
17 Sep 2011 08:42:12
Original commit files touched by this commit  1.10.1
crees search for other commits by this committer
Update email address for ports maintained by aldis@bsdroot.lv -->
graudeejs@gmail.com
05 Sep 2011 09:17:11
Original commit files touched by this commit  1.10.1
sunpoet search for other commits by this committer
- Update to 1.10.1
- Update WWW, links and e-mail address

PR:             ports/160396
Submitted by:   Aldis Berjoza <aldis@bsdroot.lv> (maintainer)
05 Jun 2011 12:46:30
Original commit files touched by this commit  1.10.0
tdb search for other commits by this committer
- Update zfSnap to 1.10.0

This includes a workaround for use with zpool v28. See UPDATING for
more information.

PR:             ports/157621
Submitted by:   Aldis Berjoza <aldis@bsdroot.lv> (maintainer)
14 Feb 2011 18:56:34
Original commit files touched by this commit  1.9.4
sylvio search for other commits by this committer
- Update to 1.9.4

PR:             ports/154779
Submitted by:   Aldis Berjoza <aldis@bsdroot.lv> (maintainer)
15 Jan 2011 21:04:24
Original commit files touched by this commit  1.9.2
sunpoet search for other commits by this committer
- Update to 1.9.2

Changes:
- Remove awk

PR:             ports/154037
Submitted by:   Aldis Berjoza <aldis@bsdroot.lv> (maintainer)
Feature safe:   yes
13 Jan 2011 11:53:18
Original commit files touched by this commit  1.9.1
tdb search for other commits by this committer
- Update to 1.9.1

PR:             ports/153934
Submitted by:   Aldis Berjoza <aldis@bsdroot.lv> (maintainer)
Feature safe:   yes
12 Jan 2011 12:33:21
Original commit files touched by this commit  1.8.2
sunpoet search for other commits by this committer
- Update to 1.8.2

Changes:
- Add -s & -S switches to prevent actions on pool while resilvering
  or scrubing pool

PR:             ports/153927
Submitted by:   Aldis Berjoza <aldis@bsdroot.lv> (maintainer)
Feature safe:   yes
11 Jan 2011 08:35:14
Original commit files touched by this commit  1.7.2
sunpoet search for other commits by this committer
- Update to 1.7.2

PR:             ports/153860
Submitted by:   Aldis Berjoza <aldis@bsdroot.lv> (maintainer)
08 Nov 2010 20:32:59
Original commit files touched by this commit  1.7.0
tdb search for other commits by this committer
- Update to 1.7.0.

PR:             ports/152064
Submitted by:   Aldis Berjoza <aldis@bsdroot.lv> (maintainer)
26 Oct 2010 08:04:14
Original commit files touched by this commit  1.6.0
girgen search for other commits by this committer
Update to version 1.6.0

PR:     ports/151740
08 Oct 2010 07:39:19
Original commit files touched by this commit  1.5.0
sunpoet search for other commits by this committer
- Update to 1.5.0

Changes:
- Added -D switch to delete all zfSnap snapshots of specific zpool/zfs
 
http://wiki.bsdroot.lv/zfsnap#delete_all_zfsnap_snapshots_on_specific_filesystem

PR:             ports/151213
Submitted by:   "aldis@bsdroot.lv" <aldis@bsdroot.lv> (maintainer)
Approved by:    pgollucci (mentor)
29 Sep 2010 13:12:29
Original commit files touched by this commit  1.4.0
decke search for other commits by this committer
- Update to 1.4.0

PR:             ports/151017
Submitted by:   Aldis Berjoza <aldis at bsdroot dot lv> (maintainer)
Approved by:    beat (co-mentor, implicit)
20 Sep 2010 16:15:00
Original commit files touched by this commit  1.3.2
tdb search for other commits by this committer
- Update to 1.3.2
- This version specifies the full path to the zfs binary (ie. /sbin/zfs)

PR:             ports/150758
Submitted by:   Aldis Berjoza <aldis at bsdroot.lv> (maintainer)
20 Sep 2010 00:41:31
Original commit files touched by this commit  1.3.1
tdb search for other commits by this committer
- Update to 1.3.1

PR:             ports/150732
Submitted by:   Aldis Berjoza <aldis at bsdroot.lv> (maintainer)
05 Aug 2010 22:34:10
Original commit files touched by this commit  1.2.6
tdb search for other commits by this committer
- Update to 1.2.6

Submitted by:   Aldis Berjoza <aldis at bsdroot.lv> (maintainer)
05 Aug 2010 17:31:50
Original commit files touched by this commit  1.2.5
tdb search for other commits by this committer
- Update to 1.2.5

PR:             ports/149332
Submitted by:   Aldis Berjoza <aldis at bsdroot.lv>
05 Aug 2010 16:13:31
Original commit files touched by this commit  1.2.4
tdb search for other commits by this committer
- Update to 1.2.4

PR:             ports/149324
Submitted by:   Aldis Berjoza <aldis at bsdroot.lv>
03 Aug 2010 17:42:59
Original commit files touched by this commit  1.1.8
tdb search for other commits by this committer
- Update to 1.1.8

PR:             ports/149239
Submitted by:   Aldis Berjoza <aldis at bsdroot.lv>
03 Aug 2010 17:39:21
Original commit files touched by this commit  1.1
tdb search for other commits by this committer
- Add new port sysutils/zfsnap:

zfSnap is very simple sh script to make periodic zfs snapshots with cron.
It will also delete old snapshots.

WWW: http://aldis.git.bsdroot.lv/zfSnap

PR:             ports/149188
Submitted by:   Aldis Berjoza <aldis at bsdroot.lv>

Number of commits found: 22

285b
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24539
Broken 216
Deprecated 478
Ignore 632
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 516
Interactive 33
new 24 hours 3
new 48 hours8
new 7 days31
new fortnight62
new month217

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0