Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kimono-koans committed Dec 3, 2023
1 parent 0d5c3b9 commit 1afdaef
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 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.32.1"
version = "0.32.2"
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
11 changes: 6 additions & 5 deletions httm.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH HTTM "1" "December 2023" "httm 0.32.1" "User Commands"
.TH HTTM "1" "December 2023" "httm 0.32.2" "User Commands"
.SH NAME
httm \- manual page for httm 0.32.1
httm \- manual page for httm 0.32.2
.SH DESCRIPTION
httm 0.32.1
httm 0.32.2
httm prints the size, date and corresponding locations of available unique versions of files
residing on snapshots. May also be used interactively to select and restore from such versions, and
even to snapshot datasets which contain certain files.
Expand Down Expand Up @@ -46,8 +46,9 @@ ownership of the selected snapshot file version (this is and will likely remain
only feature). In order to preserve such attributes in "copy" mode, specify the
"copy\-and\-preserve" value. User may also specify "guard". Guard mode has the same
semantics as "overwrite" but will attempt to take a precautionary snapshot before any
overwrite action occurs. Note: Guard mode is a ZFS only option. [possible values: copy,
copy\-and\-preserve, overwrite, yolo, guard]
overwrite action occurs. Note: Guard mode is a ZFS only option. User may also set via
the HTTM_RESTORE_MODE environment variable. [possible values: copy, copy\-and\-preserve,
overwrite, yolo, guard]
.HP
\fB\-d\fR, \fB\-\-deleted[=\fR<DELETED>...]
.TP
Expand Down
2 changes: 1 addition & 1 deletion third_party/LICENSES_THIRD_PARTY.html
Original file line number Diff line number Diff line change
Expand Up @@ -3504,7 +3504,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.32.1</a></li>
<li><a href=" https://github.com/kimono-koans/httm ">httm 0.32.2</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 1afdaef

Please sign in to comment.