mirror of https://github.com/digint/btrbk
Add --progress-total to --help
parent
c0f11cb96b
commit
997decd04d
|
@ -514,7 +514,7 @@ btrbk-0.17.0
|
||||||
* Bugfix: allow "/" as volume name (close: #15).
|
* Bugfix: allow "/" as volume name (close: #15).
|
||||||
* Bugfix: check source AND targets for determining snapshot postfix
|
* Bugfix: check source AND targets for determining snapshot postfix
|
||||||
(close: #11).
|
(close: #11).
|
||||||
* Bugfix: fixed "diff" action (colses: #14).
|
* Bugfix: fixed "diff" action (closes: #14).
|
||||||
* Allow '+' character for subvolume names.
|
* Allow '+' character for subvolume names.
|
||||||
* Filesystems on remote hosts are now printed as
|
* Filesystems on remote hosts are now printed as
|
||||||
"{my.remote-host.com}" in summary and logs.
|
"{my.remote-host.com}" in summary and logs.
|
||||||
|
|
1
btrbk
1
btrbk
|
@ -424,6 +424,7 @@ options:
|
||||||
--format=FORMAT change output format, FORMAT=table|long|raw
|
--format=FORMAT change output format, FORMAT=table|long|raw
|
||||||
-S, --print-schedule print scheduler details (for the "run" command)
|
-S, --print-schedule print scheduler details (for the "run" command)
|
||||||
--progress show progress bar on send-receive operation
|
--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
|
--lockfile=FILE create and check lockfile
|
||||||
--override=KEY=VALUE globally override a configuration option
|
--override=KEY=VALUE globally override a configuration option
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue