RNA World (beta)

RNA World (beta) needs donations

The RNA World (beta) project needs donations to cover the BOINC project server (bandwidth and traffic) costs. Please support us and donate!

Posts by Shelby Melban

1) Message boards : News : Checkpointing coming up (Message 327)
Posted 8 Oct 2013 by Shelby Melban
Post:
Thanks I didn't exactly understand how the VM could be used as a check pointing system. Very interesting concept and here is my script for anyone who wants it.

h:
cd \Programs\Oracle\VirtualBox\
set VMName=BoincLinux
VBoxmanage controlvm %VMName% pause
VBoxmanage snapshot %VMName% edit previoushour --name deletemehour
VBoxmanage snapshot %VMName% edit currenthour --name previoushour
VBoxmanage snapshot %VMName% take currenthour
VBoxmanage controlvm %VMName% resume
VBoxmanage snapshot %VMName% delete deletemehour
2) Message boards : News : Checkpointing coming up (Message 322)
Posted 17 Sep 2013 by Shelby Melban
Post:
I'm new to this project so can you give me more information on the use of the checkpoint system and how I need to setup the VM? I'd be willing to use beta test anything.