Bug 151017 - [patch] sysutils/zfsnap v1.4.0
Summary: [patch] sysutils/zfsnap v1.4.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Bernhard Froehlich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-27 22:30 UTC by Aldis Berjoza
Modified: 2010-09-29 14:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.04 KB, patch)
2010-09-27 22:30 UTC, Aldis Berjoza
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aldis Berjoza 2010-09-27 22:30:07 UTC
Changelog
* Added -F flag = ability to force delete snapshots older than given time
* Changed timestamp format to make shell snapshot browsing easier
* Added -o flat for compability (to use old timestamp format)

IMPORTANT:
Since timestamp format changed you need to use use -o option with -d option in order to be able to delete old snapshots (see http://wiki.bsdroot.lv/zfsnap for more info)
Note however that you don't need -o when creating new snapshots, unless you want keep using old timestamp format

Fix: Patch attached with submission follows:
Comment 1 Bernhard Froehlich freebsd_committer freebsd_triage 2010-09-28 14:09:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->decke

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-09-29 14:12:35 UTC
decke       2010-09-29 13:12:29 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/zfsnap      Makefile distinfo 
  Log:
  - Update to 1.4.0
  
  PR:             ports/151017
  Submitted by:   Aldis Berjoza <aldis at bsdroot dot lv> (maintainer)
  Approved by:    beat (co-mentor, implicit)
  
  Revision  Changes    Path
  1.8       +1 -2      ports/sysutils/zfsnap/Makefile
  1.8       +3 -3      ports/sysutils/zfsnap/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-09-29 14:13:43 UTC
decke       2010-09-29 13:13:38 UTC

  FreeBSD ports repository

  Modified files:
    .                    UPDATING 
  Log:
  - Add note for sysutils/zfsnap users
  
  PR:             ports/151017
  Submitted by:   Aldis Berjoza <aldis at bsdroot dot lv>
  Approved by:    beat (co-mentor)
  
  Revision  Changes    Path
  1.977     +12 -1     ports/UPDATING
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Bernhard Froehlich freebsd_committer freebsd_triage 2010-09-29 14:15:35 UTC
State Changed
From-To: open->closed

Committed. Thanks!