Hi Matt,
Yes good option but unfortunately we don't have enough space to add another virtual disk for backup. We are going to upgrade the storage but it will happen in next year. So in mean time I am looking for some network solution so that we can boot the VM and can restore the ReaR backup from network location.
And we are using VMware 6.0 for virtualization platform.
And also I have run the command as below on our SLES 11.4,
test193:~ # findmnt -n -r -t btrfs | cut -d ' ' -f 1 | grep -v '^/$' | egrep -v 'snapshots|crash' | sed -e "s/$/\/*'/" -e "s/^/'/" | tr '\n' ' ' '/srv/*' '/opt/*' '/tmp/*' '/var/spool/*' '/var/run/*' '/var/log/*' '/var/tmp/*'
We need just only OS backup if system is not booting and need to restore then we can use that backup to restore from network location.
Thanks,
Narendra