From 997decd04dea5b273cf0f1cd0a08093da665a226 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Korbinian=20P=C3=B6ppel?= Date: Wed, 4 Oct 2023 13:27:30 +0200 Subject: [PATCH] Add --progress-total to --help --- ChangeLog | 2 +- btrbk | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5fb1f7c..50bdcbf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -514,7 +514,7 @@ btrbk-0.17.0 * Bugfix: allow "/" as volume name (close: #15). * Bugfix: check source AND targets for determining snapshot postfix (close: #11). - * Bugfix: fixed "diff" action (colses: #14). + * Bugfix: fixed "diff" action (closes: #14). * Allow '+' character for subvolume names. * Filesystems on remote hosts are now printed as "{my.remote-host.com}" in summary and logs. diff --git a/btrbk b/btrbk index 5606ec1..224f13d 100755 --- a/btrbk +++ b/btrbk @@ -424,6 +424,7 @@ options: --format=FORMAT change output format, FORMAT=table|long|raw -S, --print-schedule print scheduler details (for the "run" command) --progress show progress bar on send-receive operation + --progress-total show progress bar on send-receive operation with ETA --lockfile=FILE create and check lockfile --override=KEY=VALUE globally override a configuration option