run macrium reflect inside virtual machine

shmu26

Distinguished
Feb 18, 2014
444
1
18,865
host: ubuntu mint rosa 17.3 x64
guest: windows 10 pro x64

can I run macrium reflect inside the windows guest machine, and still back up the entire hard disk, including the ubuntu partition/s?

will MR be able to make incremental image backups of the linux partitions?
 
Solution
An application running inside a VM will see only that VM' resources, and any shared network resources. It won't see host machine' raw disk (in order to take image backups).

Most Linux setups use rsync as a base for their backup strategies. For image backups, you will probably need your system set up with LVM support (so that snapshots can be taken).
An application running inside a VM will see only that VM' resources, and any shared network resources. It won't see host machine' raw disk (in order to take image backups).

Most Linux setups use rsync as a base for their backup strategies. For image backups, you will probably need your system set up with LVM support (so that snapshots can be taken).
 
Solution