Best Practice: Archiving/Backup VMs

This is for discussing general topics about how to use VirtualBox.
Post Reply
KFlash
Posts: 26
Joined: 10. Feb 2013, 19:11

Best Practice: Archiving/Backup VMs

Post by KFlash »

Hi folks,

is there a best practice to archive/backup virtual machines? (I would like to store them on my NAS)

I first was thinking about using a Version Control Manager like git/svn. But as I heared it is not a good idea, because those (binary) disk files change rapidly and would render git/svn useless.

Another idea was to set up a kind of cron-job that copies my VMs in regular intervals in archive folders. If you use 2 or more archive folders and copy in a "roling" way (overwrite the oldest version) it would give some security and still be simple to achieve. Con: It would use 2-n times the space of the original machine.

Other ideas?
ChipMcK
Volunteer
Posts: 1095
Joined: 20. May 2009, 02:17
Primary OS: Mac OS X other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows, OSX
Location: U S of A

Re: Best Practice: Archiving/Backup VMs

Post by ChipMcK »

  • Shut down the VM
    Copy the VM's Finder folder/directory to wherever (Ctrl-Click --> Duplicate works also)
Post Reply