Hello!
I referred to this document closely;
https://www.oracle.com/technetwork/server-storage/vm/ovm-bkp-userguide-v1-4394642.pdf
In page 9~10,
[root@ovmm34: /opt/ovm-bkp/bin]# ./ovm-setup-vm.sh ol4_hvmpv 4c it-nfs-backup 3,5
New configuration file for VM ol4_hvmpv has been created at /opt/ovm-bkp/conf/vm/ol4_hvmpv-0004fb00000600005e4ec501b59878c4.conf:
# Oracle VM Pool
ovmpool=it-pool
# VM Details
vmname=ol4_hvmpvvmuuid=0004fb00000600005e4ec501b59878c4
vdiskstoexclude=3,5
# Retention to Apply
retention=4c
# Target
Repositorytargetrepo=it-nfs-backup
Once I set this ovm-setup-vm,
How can I confirm that the vdisks I'd exclude has been excluded?
Is there a script I should look at?
Thanks in advance
Mr.Clueless