> From: Stephan von Krawczynski [mailto:sk...@ithnet.com]
> 
> I feel a need to be more precise on the true nature of the question. My
> intention is not only to have a consistent vdi image, but also to have a
> consistent backup of the virtual guest.

With zfs, you snapshot, and then "zfs send" to another computer.  Works great.  
Only the incrementally changed blocks between the last snapshot and present 
snapshot need be sent.

With btrfs, you *should* be able to do the same thing.  But a year ago, there 
was no btrfs equivalent of "zfs send."  I hear they have that functionality 
now, but I haven't tried it yet.

With LVM, you make the snapshot, then mount the snapshot filesystem, and copy 
the file.  Unfortunately, you'll need to copy the whole file.

I said earlier in this thread, switch to something zfs-based until you're 
satisfied with btrfs.  

That, or run backup software inside the guest.

Before I tried virtualbox, I ran ESX, with opensolaris guest inside it, which 
then exported storage back to ESX host, where ESX would then create additional 
VM's.


------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
VBox-users-community mailing list
VBox-users-community@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vbox-users-community
_______________________________________________
Unsubscribe:  
mailto:vbox-users-community-requ...@lists.sourceforge.net?subject=unsubscribe

Reply via email to