Skip to content

Commit

Permalink
Merge pull request #647 from oetiker/0.22-updates
Browse files Browse the repository at this point in the history
release updated docu
  • Loading branch information
oetiker authored May 3, 2024
2 parents b34dfca + a40a58e commit 23f0923
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions doc/znapzend.pod
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ B<znapzend> [I<options>...]
--forbidDestRollback forbids forcing destination dataset rollback and
removal of datasets/snapshots not present on source
--logto=x select where to log (syslog::<facility> or <filepath>)
when logging to a file, send USR1 to re-open the filehandle
--loglevel=x define the log level
--pidfile=x write a pid file when running in daemon mode
--daemonize fork into the background
Expand All @@ -36,6 +37,8 @@ B<znapzend> [I<options>...]
--connectTimeout=x sets the ConnectTimeout for ssh commands
--autoCreation automatically create dataset on destination if it does
not exist
--noautoCreation avoid automatically creating a dataset on destination
if it does not exist (default)
--timeWarp=x shift znapzend's sense of NOW into the future
by x seconds
--skipOnPreSnapCmdFail skip snapshots if the pre-snap-command fails
Expand Down Expand Up @@ -92,6 +95,8 @@ send logs out to either syslog or a logfile. Default is to send logs to
B<syslog::daemon> when running daemonized. When running in debug mode, the
logs will go to STDERR by default.

When logging to a file, send USR1 to reopen the file handle after log rotation.

Examples:

--logto=/var/log/znapzend.log
Expand Down Expand Up @@ -442,6 +447,12 @@ sets the ssh connection timeout (in seconds)

Automatically create a dataset on a destination host if it's not there yet.

=item B<--noautoCreation>

Avoid automatically creating a dataset on a destination host if it's not
there yet. This is the default behavior; the option is available to help
explicitly override a setting inherited from a configuration file, etc.

=item B<--timeWarp>=x

Shift ZnapZend's sense of time into the future by x seconds.
Expand Down
2 changes: 1 addition & 1 deletion man/znapzendzetup.1
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "ZNAPZENDZETUP 1"
.TH ZNAPZENDZETUP 1 "2024-05-03" "0.22.1" "znapzend"
.TH ZNAPZENDZETUP 1 "2024-05-03" "0.22.0" "znapzend"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
Expand Down
2 changes: 1 addition & 1 deletion man/znapzendztatz.1
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "ZNAPZENDZTATZ 1"
.TH ZNAPZENDZTATZ 1 "2024-05-03" "0.22.1" "znapzend"
.TH ZNAPZENDZTATZ 1 "2024-05-03" "0.22.0" "znapzend"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
Expand Down

1 comment on commit 23f0923

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@check-spelling-bot Report

🔴 Please review

See the 📜action log or 📝 job summary for details.

Unrecognized words (1)

spamming

Previously acknowledged words that are now absent Balert Bcreate Bdebug Bdelete Bedit Berr Bexport Bimport Binfo Bnoaction Bnot Bpidfile Bpost Bpre Bsyslog Bwarning Bzfs Bznapzend Bznapzendzetup Bznapzendztatz cpanfile cpanm cpanmin CPANSNAPV crt DBD DESTDIR distdir DTDs endif EXTRADIST forkcall Icommand Icommon Icreate Idataset Idestroy Idocuments Iexport Ifacility Ifeature Ifilepath Ihome Ilimited imandir Inumber Ioptions Ipath Ipictures Irecursive Isend Iskip Isnapshots Isnapsuffix Isources Itank Ithirdparty Itimeout Iusbbackup Iuser Ivalue Iznapzendzetup lpr nobase notest nroff ODBC SUBDIRS svcdir troff unicode utf vroff xargs 🫥
To accept these unrecognized words as correct and remove the previously acknowledged and now absent words, you could run the following commands

... in a clone of the [email protected]:oetiker/znapzend.git repository
on the master branch (ℹ️ how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/v0.0.22/apply.pl' |
perl - 'https://github.com/oetiker/znapzend/actions/runs/8936622457/attempts/1'
Available 📚 dictionaries could cover words (expected and unrecognized) not in the 📘 dictionary

This includes both expected items (664) from .github/workflows//spelling/expect.txt and unrecognized words (1)

Dictionary Entries Covers Uniquely
cspell:software-terms/dict/softwareTerms.txt 1288 82 18
cspell:php/dict/php.txt 1689 59 6
cspell:python/src/python/python-lib.txt 2417 54 6
cspell:node/dict/node.txt 891 58 5
cspell:filetypes/filetypes.txt 264 19 4

Consider adding them (in .github/workflows/spelling.yml):

      with:
        extra_dictionaries:
          cspell:software-terms/dict/softwareTerms.txt
          cspell:php/dict/php.txt
          cspell:python/src/python/python-lib.txt
          cspell:node/dict/node.txt
          cspell:filetypes/filetypes.txt

To stop checking additional dictionaries, add (in .github/workflows/spelling.yml):

check_extra_dictionaries: ''

Please sign in to comment.