Hello,
I have an Exalogic with the following image version:
Exalogic 2.0.6.1.2 (build:r234628)
Image version : 2.0.6.1.2
Image build version : 234628
Kernel version : 2.6.39-400.214.5.1.el6uek
I am doing an exabr backup of the vServers with the following command:
backup all-itemized-vms --exclude-paths /tmp,/var/tmp,/var/run,/var/lib/nfs --include-paths /,/boot,/var,/opt,/home,/tsmlogs
Unfortunately it seems that the exabr script is only backing up / and /boot, but not /var,/opt,/home,/tsmlogs
I think that this is because /var,/opt,/home,/tsmlogs are in separate partitions:
/dev/mapper/VolGroup00-LogVol00 /
/dev/mapper/VolGroup00-LogVol01 swap
/dev/mapper/VolGroup00-LogVol02 /var
/dev/mapper/VolGroup00-LogVol03 /opt
/dev/mapper/VolGroup00-LogVol04 /home
/dev/mapper/VolGroup00-LogVol05 /tsmlogs
/dev/mapper/VolGroup00-LogVol06 /tmp
Is there a way of letting exabr know that there are other volumes to back up?
Best regards,
Guillermo.