[pve-devel] [PATCH zsync 2/6] usage: improve maxsnap description
Fabian Ebner
f.ebner at proxmox.com
Tue May 11 14:59:51 CEST 2021
and also mention that 0 means unlimited.
Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
---
pve-zsync | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/pve-zsync b/pve-zsync
index 088b7f2..6ca2da1 100755
--- a/pve-zsync
+++ b/pve-zsync
@@ -1155,7 +1155,8 @@ $PROGNAME create --dest <string> --source <string> [OPTIONS]
Maximal sync speed in kBytes/s, default is unlimited
--maxsnap integer
- How much snapshots will be kept before get erased, default 1
+ The number of snapshots to keep until older ones are erased.
+ The default is 1, use 0 for unlimited.
--name string
The name of the sync job, if not set it is default
@@ -1194,7 +1195,8 @@ $PROGNAME sync --dest <string> --source <string> [OPTIONS]\n
The maximal sync speed in kBytes/s, default is unlimited
--maxsnap integer
- Configure how many snapshots will be kept before get erased, default 1
+ The number of snapshots to keep until older ones are erased.
+ The default is 1, use 0 for unlimited.
--name string
The name of the sync job, if not set it is 'default'.
--
2.20.1
More information about the pve-devel
mailing list