Commit Graph

  • bd19d780b0
    Merge f22f85ed9a into eb9351b711 Jens Heinrich 2023-04-26 18:10:56 +0200
  • f22f85ed9a Ensure to keep a number of snapshots after matching a prefix or suffix JensHeinrich 2023-04-26 18:10:25 +0200
  • fe7ca9e6ee Add option to keep a minimum number of snapshots JensHeinrich 2023-04-26 12:54:20 +0200
  • d673d5a217
    Merge 14c7742585 into eb9351b711 PhilZ 2022-08-26 14:26:12 +0200
  • 14c7742585 Properly list any cloned file system deleted by -R PhilZ-cwm6 2022-08-26 14:25:50 +0200
  • ff11331080 Fix and enhance recursive pruning PhilZ 2022-08-18 23:27:55 +0200
  • eb9351b711 bump version in code master v1.5.0 Dave Eddy 2022-06-17 02:12:02 -0400
  • 89b9c8a416 validate datasets exist before running - this allows for early exit as well as better error messaging Dave Eddy 2022-06-12 15:05:07 -0400
  • 701762f1ec bump version v1.4.1 Dave Eddy 2022-06-12 14:34:55 -0400
  • a9d24fc81a
    Allow snapshot datasets to contain spaces (#18) Ryan Petschek 2022-06-12 14:33:29 -0400
  • 8dc6356fde
    Allow snapshot datasets to contain spaces Ryan Petschek 2022-05-20 15:25:32 -0400
  • f1be6dc83d rearrange zpool args, style Dave Eddy 2021-12-04 17:37:24 -0500
  • 547d01009e put binary check below argument parsing Dave Eddy 2021-12-04 12:31:09 -0500
  • 7867fc3d07 use posix compatible `command -v` instead of `type -P` Dave Eddy 2021-12-04 12:30:21 -0500
  • 555988063b bump v1.4.0, fixes #15 and #12 v1.4.0 Dave Eddy 2021-12-04 12:28:46 -0500
  • 198ba41245 add more robust code to get epoch time, fixes #13 Dave Eddy 2021-12-04 12:23:05 -0500
  • e8e035c9a2 accidently left in testin code Dave Eddy 2021-12-01 15:47:55 -0500
  • 5c3f3d934f clean up docs, add docs for `-l` Dave Eddy 2021-11-30 23:05:41 -0500
  • e4ba772f2c add -l for "list" mode, '-q' now fully squelches stdout Dave Eddy 2021-11-30 22:55:57 -0500
  • b5f0f8f097 total snapshots and size before running Dave Eddy 2021-11-30 13:16:06 -0500
  • 3754b8f063 only print status line if ! quiet Dave Eddy 2021-11-28 13:43:13 -0500
  • 6e3891ddd1 show snapshot size and number of snapshots processed Dave Eddy 2021-11-27 19:37:07 -0500
  • 68e65a66a3 bump to v1.3.0 v1.3.0 Dave Eddy 2021-11-27 19:18:19 -0500
  • 482420faba add -R option for recursive deleting Dave Eddy 2021-11-27 19:17:32 -0500
  • 975ed41681 bump to v1.2.0 v1.2.0 Dave Eddy 2021-11-27 18:57:31 -0500
  • 1502ce3c80
    Support inverting of prefix/suffix match (#17) lepokle 2021-11-28 00:53:51 +0100
  • 6868d3a43d Support inverting of prefix/suffix match Leo von Klenze 2021-11-03 14:42:51 +0100
  • 9b4f4cb0e9
    delete recursively Pablo Sanchez 2021-02-09 16:08:40 +0000
  • d751608bc5 add changelog entry Dave Eddy 2020-02-20 17:30:07 -0500
  • 06c93f7b83 fix indentation Dave Eddy 2020-02-20 17:29:27 -0500
  • 2ccb235ffb
    Merge pull request #8 from lehoczkics/check_zfs_binary Dave Eddy 2020-02-20 17:22:54 -0500
  • 5d2c0e9003 Run only on existing pools Csaba Lehoczki 2020-02-13 17:23:27 +0100
  • 64b4a9b379 Add zfs binary check Csaba Lehoczki 2020-02-13 17:20:17 +0100
  • 1589abf124 Add environment setup Csaba Lehoczki 2020-02-13 17:18:06 +0100
  • 7c30ac72ec
    add PATH and zfs binary availabilty check tsabi 2020-01-29 16:56:40 +0100
  • d10b865f23 bump v1.1.0 Dave Eddy 2019-12-16 14:09:01 -0500
  • abe39b32c0
    Merge pull request #5 from ahesford/suffix_matching Dave Eddy 2019-12-16 14:08:04 -0500
  • e7aa72160f Support suffix matching in the same style as prefix matching. Andrew J. Hesford 2019-12-16 11:19:53 -0500
  • 2a01496c41 bump v1.0.1 Dave Eddy 2018-12-14 13:26:45 -0500
  • 87471ca15d
    Merge pull request #4 from HRio/destdir Dave Eddy 2018-12-14 13:24:09 -0500
  • 6de152a168 allow passing $(DESTDIR) Henrik Riomar 2018-11-12 21:29:10 +0100
  • 13b0bff445 add devel notes, enforce 80 columns v1.0.0 Dave Eddy 2018-11-12 13:31:34 -0500
  • f41c6ccd7e add man page Dave Eddy 2018-11-12 13:24:21 -0500
  • dee3ea3223 add changelog Dave Eddy 2018-11-12 13:08:03 -0500
  • d3a22d884a add LICENSE file Dave Eddy 2018-11-12 13:07:51 -0500
  • 2b417b46a5 add version number, -V to print it Dave Eddy 2018-11-12 13:07:26 -0500
  • d20393bb75
    Merge pull request #2 from HRio/quiet Dave Eddy 2018-10-24 14:08:08 -0400
  • b307f94a70 add quiet option, useful when running from cron Henrik Riomar 2018-10-24 08:30:32 +0200
  • 392bc97aa0 support dataset names with spaces in them, fixes #1 Dave Eddy 2018-08-16 16:48:58 -0400
  • 1ac923d3ee usage Dave Eddy 2015-11-23 00:22:28 -0500
  • 76b6c1fe10 cleanup Dave Eddy 2015-11-21 23:40:22 -0500
  • 4a9fc6dc52 fix docs Dave Eddy 2015-11-21 23:30:46 -0500
  • f0e745a5f5 Initial commit Dave Eddy 2015-11-21 23:24:32 -0500