Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kimono-koans committed Jul 28, 2024
1 parent 6835a3a commit 37c5310
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "httm"
authors = ["Robert Swinford <robert.swinford <...at...> gmail.com>"]
version = "0.40.4"
version = "0.40.5"
edition = "2021"
keywords = ["zfs", "backup", "restore", "cli-utility", "snapshot"]
description = "A CLI tool for viewing snapshot file versions on ZFS and btrfs datasets"
Expand Down
6 changes: 3 additions & 3 deletions httm.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH HTTM "1" "July 2024" "httm 0.40.3" "User Commands"
.TH HTTM "1" "July 2024" "httm 0.40.5" "User Commands"
.SH NAME
httm \- manual page for httm 0.40.3
httm \- manual page for httm 0.40.5
.SH SYNOPSIS
.B httm
[\fI\,OPTIONS\/\fR] [\fI\,INPUT_FILES\/\fR]...
Expand Down Expand Up @@ -44,7 +44,7 @@ use exact pattern matching for searches in the interactive modes (in contrast to
snapshot a file/s most immediate mount. This argument optionally takes a value for a snapshot suffix. The default suffix is 'httmSnapFileMount'. Note: This is a ZFS only option which requires either superuser or 'zfs allow' privileges.
.TP
\fB\-\-list\-snaps[=\fR<LIST_SNAPS>]
display snapshots names for a file. This argument optionally takes a value. By default, this argument will return all available snapshot names. User may limit type of snapshots returned via the UNIQUENESS flag. The user may also omit the most recent "n" snapshots from any list. By appending a comma, this argument also filters those snapshots which contain the specified pattern/s. A value of "5,prep_Apt" would return the snapshot names of only the last 5 (at most) of all snapshot versions which contain "prep_Apt". The value "native" will restrict selection to only 'httm' native snapshot suffix values, like "httmSnapFileMount" and "ounceSnapFileMount". Note: This is a ZFS only option.
display snapshots names for a file. This argument optionally takes a value. By default, this argument will return all available snapshot names. When the UNIQUENESS flag is not specified but the LIST_SNAPS is, the default UNIQUENESS level is "all" snapshots. User may limit type of snapshots returned via specifying the UNIQUENESS flag. The user may also omit the most recent "n" snapshots from any list. By appending a comma, this argument also filters those snapshots which contain the specified pattern/s. A value of "5,prep_Apt" would return the snapshot names of only the last 5 (at most) of all snapshot versions which contain "prep_Apt". The value "native" will restrict selection to only 'httm' native snapshot suffix values, like "httmSnapFileMount" and "ounceSnapFileMount". Note: This is a ZFS only option.
.TP
\fB\-\-prune\fR
prune all snapshot/s which contain the input file/s on that file's most immediate mount via "zfs destroy". "zfs destroy" is a DESTRUCTIVE operation which *does not* only apply to the file in question, but the entire snapshot upon which it resides. Careless use may cause you to lose snapshot data you care about. This argument requires and will be filtered according to any values specified at LIST_SNAPS. User may also enable SELECT mode to make a granular selection of specific snapshots to prune. Note: This is a ZFS only option.
Expand Down
10 changes: 5 additions & 5 deletions third_party/LICENSES_THIRD_PARTY.html
Original file line number Diff line number Diff line change
Expand Up @@ -2135,8 +2135,8 @@ <h3 id="Apache-2.0">Apache License 2.0</h3>
<h4>Used by:</h4>
<ul class="license-used-by">
<li><a href=" https://github.com/rust-cli/anstyle.git ">anstream 0.6.13</a></li>
<li><a href=" https://github.com/rust-cli/anstyle.git ">anstyle 1.0.6</a></li>
<li><a href=" https://github.com/rust-cli/anstyle ">anstyle-query 1.0.2</a></li>
<li><a href=" https://github.com/rust-cli/anstyle.git ">anstyle 1.0.6</a></li>
<li><a href=" https://github.com/clap-rs/clap ">clap 4.5.9</a></li>
<li><a href=" https://github.com/rust-cli/anstyle ">colorchoice 1.0.0</a></li>
<li><a href=" https://github.com/colin-kiegel/rust-derive-builder ">derive_builder 0.20.0</a></li>
Expand Down Expand Up @@ -2543,8 +2543,8 @@ <h4>Used by:</h4>
<li><a href=" https://github.com/serde-rs/serde ">serde 1.0.204</a></li>
<li><a href=" https://github.com/serde-rs/json ">serde_json 1.0.120</a></li>
<li><a href=" https://github.com/dtolnay/syn ">syn 2.0.48</a></li>
<li><a href=" https://github.com/dtolnay/thiserror ">thiserror 1.0.39</a></li>
<li><a href=" https://github.com/dtolnay/thiserror ">thiserror-impl 1.0.39</a></li>
<li><a href=" https://github.com/dtolnay/thiserror ">thiserror 1.0.39</a></li>
<li><a href=" https://github.com/dtolnay/unicode-ident ">unicode-ident 1.0.8</a></li>
<li><a href=" https://github.com/alacritty/vte ">utf8parse 0.2.1</a></li>
<li><a href=" https://github.com/alacritty/vte ">vte 0.13.0</a></li>
Expand Down Expand Up @@ -2752,11 +2752,11 @@ <h4>Used by:</h4>
<li><a href=" https://github.com/rust-lang/log ">log 0.4.22</a></li>
<li><a href=" https://github.com/seanmonstar/num_cpus ">num_cpus 1.16.0</a></li>
<li><a href=" https://github.com/matklad/once_cell ">once_cell 1.19.0</a></li>
<li><a href=" https://github.com/rayon-rs/rayon ">rayon 1.10.0</a></li>
<li><a href=" https://github.com/rayon-rs/rayon ">rayon-core 1.12.1</a></li>
<li><a href=" https://github.com/rust-lang/regex ">regex 1.10.4</a></li>
<li><a href=" https://github.com/rayon-rs/rayon ">rayon 1.10.0</a></li>
<li><a href=" https://github.com/rust-lang/regex/tree/master/regex-automata ">regex-automata 0.4.6</a></li>
<li><a href=" https://github.com/rust-lang/regex/tree/master/regex-syntax ">regex-syntax 0.8.2</a></li>
<li><a href=" https://github.com/rust-lang/regex ">regex 1.10.4</a></li>
<li><a href=" https://github.com/bytecodealliance/rustix ">rustix 0.38.30</a></li>
<li><a href=" https://github.com/bluss/scopeguard ">scopeguard 1.2.0</a></li>
<li><a href=" https://github.com/dtolnay/syn ">syn 1.0.109</a></li>
Expand Down Expand Up @@ -3764,7 +3764,7 @@ <h4>Used by:</h4>
<h3 id="MPL-2.0">Mozilla Public License 2.0</h3>
<h4>Used by:</h4>
<ul class="license-used-by">
<li><a href=" https://github.com/kimono-koans/httm ">httm 0.40.3</a></li>
<li><a href=" https://github.com/kimono-koans/httm ">httm 0.40.5</a></li>
</ul>
<pre class="license-text">Mozilla Public License Version 2.0
&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;
Expand Down

0 comments on commit 37c5310

Please sign in to comment.