Adjust Documentation

This commit is contained in:
2022-10-26 17:03:35 +02:00
parent c229fbf21e
commit 4cab0a5c26

View File

@@ -28,10 +28,15 @@ Options:
--vmid The source+target ID of the VM, comma separated (eg. --vmid=100:100,101:101) --vmid The source+target ID of the VM, comma separated (eg. --vmid=100:100,101:101)
(The possibility to specify a different Target VMID is to not interfere with VMIDs on the (The possibility to specify a different Target VMID is to not interfere with VMIDs on the
target cluster, or mark mirrored VMs on the destination) target cluster, or mark mirrored VMs on the destination)
--prefixid Prefix for VMID's on target System [optional]
--excludevmids Exclusde VM IDs when using --vmid==all
--destination Target PVE Host in target pool. e.g. --destination=pve04 --destination Target PVE Host in target pool. e.g. --destination=pve04
--pool Ceph pool name in target pool. e.g. --pool=data --pool Ceph pool name in target pool. e.g. --pool=data
--keeplocal How many additional Snapshots to keep locally. e.g. --keeplocal=2 --keeplocal How many additional Snapshots to keep locally. e.g. --keeplocal=2
--keepremote How many additional Snapshots to keep remote. e.g. --keepremote=2 --keepremote How many additional Snapshots to keep remote. e.g. --keepremote=2
--rewrite PCRE Regex to rewrite the Config Files (eg. --rewrite='s/(net0:)(.*)tag=([0-9]+)/\1\2tag=1/g' would
change the VLAN tag from 5 to 1 for net0.
Switches:
--online Allow online Copy --online Allow online Copy
--nolock Don't lock source VM on Transfer (mainly for test purposes) --nolock Don't lock source VM on Transfer (mainly for test purposes)
--keep-slock Keep source VM locked on Transfer --keep-slock Keep source VM locked on Transfer