[pve-devel] [PATCH V2 zsync 1/2] add undocumented feature in help.
Wolfgang Link
w.link at proxmox.com
Fri Mar 9 10:46:09 CET 2018
---
pve-zsync | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
PATCH V2:
add verbose in pve-zsync help sync
diff --git a/pve-zsync b/pve-zsync
index b3241ff..1b635e3 100644
--- a/pve-zsync
+++ b/pve-zsync
@@ -1036,7 +1036,9 @@ sub send_image {
\t\tname of the sync job, if not set it is default.
\tIt is only necessary if scheduler allready contains this source.\n
\t-source\tstring\n
-\t\tthe source can be an <VMID> or [IP:]<ZFSPool>[/Path]\n";
+\t\tthe source can be an <VMID> or [IP:]<ZFSPool>[/Path]\n
+\t-verbose boolean\n
+\t\tprint out the sync progress.\n;"
my $help_create = "$PROGNAME create -dest <string> -source <string> [OPTIONS]/n
\tCreate a sync Job\n
@@ -1314,6 +1316,10 @@ pve-zsync sync -dest <string> -source <string> [OPTIONS]
the source can be an <VMID> or [IP:]<ZFSPool>[/Path]
+ -verbose boolean
+
+ print out the sync progress.
+
=head1 DESCRIPTION
This Tool helps you to sync your VM or directory which stored on ZFS between 2 servers.
--
2.11.0
More information about the pve-devel
mailing list