Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 49146

Re: VDP SNAPSHOTS with forever retention

$
0
0

# Listing clients

clients=$(mccli client show --recursive=true | grep /$vCenterName/VirtualMachines | sed -r 's/([ \t]+[^ \t]*){4}$//')

echo "$clients"

 

Run this and Output of:

mccli client show --recursive=true | grep /$vCenterName/VirtualMachines | sed -r 's/([ \t]+[^ \t]*){4}$//'

 

Please.


Viewing all articles
Browse latest Browse all 49146

Trending Articles