diff --git a/doc/znapzend.pod b/doc/znapzend.pod index 03afb4bd..41a1df38 100644 --- a/doc/znapzend.pod +++ b/doc/znapzend.pod @@ -16,6 +16,7 @@ B [I...] --forbidDestRollback forbids forcing destination dataset rollback and removal of datasets/snapshots not present on source --logto=x select where to log (syslog:: or ) + 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 @@ -36,6 +37,8 @@ B [I...] --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 @@ -92,6 +95,8 @@ send logs out to either syslog or a logfile. Default is to send logs to B 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 @@ -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. diff --git a/man/znapzendzetup.1 b/man/znapzendzetup.1 index e416b72a..7e84e7e7 100644 --- a/man/znapzendzetup.1 +++ b/man/znapzendzetup.1 @@ -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 diff --git a/man/znapzendztatz.1 b/man/znapzendztatz.1 index d6f8bc6e..e5ae647d 100644 --- a/man/znapzendztatz.1 +++ b/man/znapzendztatz.1 @@ -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