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 20, 2024
1 parent dc58d1c commit b555c12
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 42 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.39.3"
version = "0.40.0"
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
9 changes: 6 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.39.2" "User Commands"
.TH HTTM "1" "July 2024" "httm 0.40.0" "User Commands"
.SH NAME
httm \- manual page for httm 0.39.2
httm \- manual page for httm 0.40.0
.SH SYNOPSIS
.B httm
[\fI\,OPTIONS\/\fR] [\fI\,INPUT_FILES\/\fR]...
Expand Down Expand Up @@ -88,11 +88,14 @@ in recursive mode, don't traverse symlinks. Although httm does its best to preve
\fB\-\-no\-live\fR
only display information concerning snapshot versions (display no information regarding live versions of files or directories). [aliases: dead, disco]
.TP
\fB\-\-alt\-store=\fR<ALT_STORE>
give priority to discovered alternative backups stores, like Restic, and Time Machine. [possible values: restic, timemachine]
.TP
\fB\-\-no\-snap\fR
only display information concerning 'pseudo\-live' versions in any Display Recursive mode (in \fB\-\-deleted\fR, \fB\-\-recursive\fR, but non\-interactive modes). Useful for finding the "files that once were" and displaying only those pseudo\-live/zombie files. [aliases: undead, zombie]
.TP
\fB\-\-map\-aliases\fR [<MAP_ALIASES>]
manually map a local directory (eg. "/Users/<User Name>") as an alias of a mount point for ZFS or btrfs, such as the local mount point for a backup on a remote share (eg. "/Volumes/Home"). This option is useful if you wish to view snapshot versions from within the local directory you back up to your remote share. This option requires a value. Such a value is delimited by a colon, ':', and is specified in the form <LOCAL_DIR>:<REMOTE_DIR> (eg. \fB\-\-map\-aliases\fR /Users/<User Name>:/Volumes/Home). Multiple maps may be specified delimited by a comma, ','. You may also set via the environment variable HTTM_MAP_ALIASES. [aliases: aliases]
manually map a local directory (eg. "/Users/<User Name>") as an alias of a mount point for ZFS or btrfs, such as the local mount point for a backup on a remote share (eg. "/Volumes/Home"). This option is useful if you wish to view snapshot versions from within the local directory you back up to a remote network share. This option requires a value. Such a value is delimited by a colon, ':', and is specified in the form <LOCAL_DIR>:<REMOTE_DIR> (eg. \fB\-\-map\-aliases\fR /Users/<User Name>:/Volumes/Home). Multiple maps may be specified delimited by a comma, ','. You may also set via the environment variable HTTM_MAP_ALIASES. [aliases: aliases]
.TP
\fB\-\-num\-versions[=\fR<NUM_VERSIONS>]
detect and display the number of unique versions available (e.g. one, "1", version is available if either a snapshot version exists, and is identical to live version, or only a live version exists). This argument optionally takes a value. The default value, "all", will print the filename and number of versions, "graph" will print the filename and a line of characters representing the number of versions, "single" will print only filenames which only have one version, (and "single\-no\-snap" will print those without a snap taken, and "single\-with\-snap" will print those with a snap taken), and "multiple" will print only filenames which only have multiple versions. [possible values: all, graph, single, single\-no\-snap, single\-with\-snap, multiple]
Expand Down
44 changes: 7 additions & 37 deletions third_party/LICENSES_THIRD_PARTY.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h1>Third Party Licenses</h1>
<h2>Overview of licenses:</h2>
<ul class="licenses-overview">
<li><a href="#Apache-2.0">Apache License 2.0</a> (76)</li>
<li><a href="#MIT">MIT License</a> (25)</li>
<li><a href="#MIT">MIT License</a> (24)</li>
<li><a href="#MPL-2.0">Mozilla Public License 2.0</a> (1)</li>
<li><a href="#Unicode-DFS-2016">Unicode License Agreement - Data Files and Software (2016)</a> (1)</li>
</ul>
Expand Down Expand Up @@ -2735,7 +2735,7 @@ <h4>Used by:</h4>
<li><a href=" https://github.com/tkaitchuck/ahash ">ahash 0.8.11</a></li>
<li><a href=" https://github.com/cuviper/autocfg ">autocfg 1.1.0</a></li>
<li><a href=" https://github.com/bitflags/bitflags ">bitflags 1.3.2</a></li>
<li><a href=" https://github.com/bitflags/bitflags ">bitflags 2.5.0</a></li>
<li><a href=" https://github.com/bitflags/bitflags ">bitflags 2.6.0</a></li>
<li><a href=" https://github.com/alexcrichton/cfg-if ">cfg-if 1.0.0</a></li>
<li><a href=" https://github.com/crossbeam-rs/crossbeam ">crossbeam-channel 0.5.13</a></li>
<li><a href=" https://github.com/crossbeam-rs/crossbeam ">crossbeam-deque 0.8.3</a></li>
Expand All @@ -2749,7 +2749,7 @@ <h4>Used by:</h4>
<li><a href=" https://github.com/indexmap-rs/indexmap ">indexmap 2.2.3</a></li>
<li><a href=" https://github.com/rust-lang-nursery/lazy-static.rs ">lazy_static 1.4.0</a></li>
<li><a href=" https://github.com/sunfishcode/linux-raw-sys ">linux-raw-sys 0.4.13</a></li>
<li><a href=" https://github.com/rust-lang/log ">log 0.4.21</a></li>
<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>
Expand All @@ -2762,7 +2762,7 @@ <h4>Used by:</h4>
<li><a href=" https://github.com/dtolnay/syn ">syn 1.0.109</a></li>
<li><a href=" https://github.com/Stebalien/term ">term 0.7.0</a></li>
<li><a href=" https://github.com/Amanieu/thread_local-rs ">thread_local 1.1.8</a></li>
<li><a href=" https://github.com/unicode-rs/unicode-width ">unicode-width 0.1.12</a></li>
<li><a href=" https://github.com/unicode-rs/unicode-width ">unicode-width 0.1.13</a></li>
<li><a href=" https://github.com/SergioBenitez/version_check ">version_check 0.9.4</a></li>
<li><a href=" https://github.com/Stebalien/xattr ">xattr 1.3.1</a></li>
</ul>
Expand Down Expand Up @@ -3288,7 +3288,7 @@ <h4>Used by:</h4>
<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/unicode-rs/unicode-width ">unicode-width 0.1.12</a></li>
<li><a href=" https://github.com/unicode-rs/unicode-width ">unicode-width 0.1.13</a></li>
</ul>
<pre class="license-text">Licensed under the Apache License, Version 2.0
&lt;LICENSE-APACHE or
Expand Down Expand Up @@ -3631,37 +3631,7 @@ <h4>Used by:</h4>
<h3 id="MIT">MIT License</h3>
<h4>Used by:</h4>
<ul class="license-used-by">
<li><a href=" https://github.com/kimono-koans/two_percent ">two_percent 0.11.14</a></li>
</ul>
<pre class="license-text">The MIT License (MIT)

Copyright (c) 2016 Jinzhou Zhang
Copyright (c) 2016 Junegunn Choi

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the &quot;Software&quot;), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
</pre>
</li>
<li class="license">
<h3 id="MIT">MIT License</h3>
<h4>Used by:</h4>
<ul class="license-used-by">
<li><a href=" https://github.com/kimono-koans/two_percent ">two_percent 0.11.14</a></li>
<li><a href=" https://github.com/kimono-koans/two_percent ">two_percent 0.11.15</a></li>
</ul>
<pre class="license-text">The MIT License (MIT)

Expand Down Expand Up @@ -3764,7 +3734,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.39.2</a></li>
<li><a href=" https://github.com/kimono-koans/httm ">httm 0.40.0</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 b555c12

Please sign in to comment.