Sandeep Kankatala
Sandeep Kankatala

Reputation: 81

how to create automatic snapshots for oracle virtual box?

Is it possible to write a script that takes automated snapshots of Oracle Virtual Box without shutting the VM.

The host operating system is Windows 7.

Upvotes: 6

Views: 6869

Answers (2)

Mattia Baldari
Mattia Baldari

Reputation: 617

I created a simple script to automatically snapshot my virtual machines.

GitHub: https://github.com/Meru3m/virtualbox-snapshotter

Upvotes: 1

tbroberg
tbroberg

Reputation: 635

Try "VBoxManage.exe snapshot MyVM take MySnapshot".

Upvotes: 3

Related Questions